-
Member
Starting Gear Removal
I have an SQL that adds starting Gear to new characters when they are created. What I'm trying to find out is how to remove the original starting gear, such as the robe of a mage, the two-hand axe of a warrior, etc. I'm working with Wodcore Repack #26 (if that makes any difference). playercreateinfo_item was empty before I started yet the game still gives all new characters the normal beginning gear. I simply don't know where to look or what to do to make this happen.
-
It loads that information from CharStartOutfit.dbc - WoWDev
You only need to edit it server side. Use a program like MyDBCEditor to just delete all the rows.
-
Post Thanks / Like - 2 Thanks
-
Established Member
TrinityCore supports overriding CharStartOutfit.dbc entries by adding the item to playercreateinfo_item with amount = -1
-
Post Thanks / Like - 3 Thanks