Originally Posted by
Aellya
1. What field/values do i change for equip stat modifiers and set bonuses?
Equip stats are either the stat_value fields (for stam, int, etc...) or a spellid.
Set Bonuses are handled inside the dbc file ItemSet.dbc, it includes the set ID, set name, the (up to) 8 item IDs which make the set, the (up to) 8 spells you can get for set item counts and the (up to) 8 values which define how many peices you need to get each spell.
This file is needed on both the server and client to work.
2. Why is it that sometimes the socket icon appears on items and sometimes they done.
Not sure what you mean about socket icon, but to give an item gem sockets you set the socket_colour(x) value to define which colour gem to add to that socket. If they are all 0 then the item doesn't have any sockets.
GEM_META_SOCKET = 1,
GEM_RED_SOCKET = 2,
GEM_YELLOW_SOCKET = 4,
GEM_BLUE_SOCKET = 8