Jump to content

Recommended Posts

Posted

Ok so I was reading something yesterday that was addressing how heroic flag on items hides gems and enchants and how tiers 7-10 don't have an itemset list like tiers 1-6 and how there is DB Errors about items not in the DB which are non existing items.

Someone say that they may be apart of the new system blizzard made when reading dbcs, and that they may be dummy items but in order to get the stuff to work correctly the core its self needs to be updated or a patch developed.

now when talking to the head developer of PSDB he told me this.

yes it was already reported a while ago that is "dummy" items , in fact reference item id pieces of set must point to in case multiple set share same itemset.dbc id (class set/race set/H_N mode set) - would req core support & implement new table in db like table itemset_extra (itemset, refitemID, set_piece) - would rend something like this

delete from itemset_extra where itemset = xxx;

insert into itemset_extra (itemset, refitemlID, set_piece) values

(xxx, #refitemID1, #set1_piece1),

(xxx, #refitemID2, #set1_piece2),

(xxx, #refitemID3, #set1_piece3),

(xxx, #refitemID4, #set1_piece4),

(xxx, #refitemID1, #set2_piece1),

(xxx, #refitemID2, #set2_piece1),

(xxx, #refitemID3, #set2_piece1),

(xxx, #refitemID4, #set2_piece1),

(xxx, #refitemID1, #set3_piece1),

(xxx, #refitemID2, #set3_piece1),

(xxx, #refitemID3, #set3_piece1),

(xxx, #refitemID4, #set3_piece1),

etc...

Till then that's also why dberror.log spammed with wrong report of missing item from dbc when a player load pieces this sets (from inventory or vendor lists)

So we are still waiting on core. This is only one thing we need them to straighten out. You notice the npc with waypoints yet? When in view, they just walk off in any direction until waittime is up...

Posted
i dont see any table named itemset_extra maybie he told you this for an another emu....

maybe you should read the whole thing. "would req core support & implement new table in db like table itemset_extra (itemset, refitemID, set_piece)"

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use