Side note from investigating the items again, this was already broke but focus effects with type 6, still need to fix the mapping in AoM
tov_itemstat_conversion is not mapping well for AoM
if(client->GetVersion() >= 60085 && tmp_subtype > 10)
tmp_subtype += 1;
resolves a good number of them, but not all
items table
bPvpDesc added above
name
field, belowid
flags_32768 tinyint(3) unsigned -> CURSED_flags_32768 tinyint(1) unsigned
between infusable and usable
set_name is gone, replaced with set_id
| set_name | varchar(250)
collectable_unk added after collectable before adornment_slot1
new quest fields added after offers_quest_id before soe_autoquest_id
removed
added after soe_item_crc before lua_script
added after lua_script before harvest
additional unknown fields added:
new tables:
removed table:
Side note from investigating the items again, this was already broke but focus effects with type 6, still need to fix the mapping in AoM
tov_itemstat_conversion is not mapping well for AoM
if(client->GetVersion() >= 60085 && tmp_subtype > 10)
resolves a good number of them, but not all
still need these tables implemented: