What's new

WorldServer.exe Crash [ 4.3.4 ]

Blackvision

Mythical User
Super Moderator
Gold Supporter
MoP Premium
2,327
2015
282
Location
Denmark
My Worldserver.exe crashes when this is enabled
Can someone please tell me why
I'm using the EmuCoach 4.3.4 repack

Code:
#
#    PlayerStart.AllSpells
#        Description: If enabled, players will start with all their class spells (not talents).
#                     You must populate playercreateinfo_spell_custom table with the spells you
#                     want, or this will not work! The table has data for all classes / races up
#                     to TBC expansion.
#        Default:     0 - (Disabled)
#                     1 - (Enabled)

PlayerStart.AllSpells = 0

Regards,
BlackVision.
 
Playercreateinfor_spell_custom in the database needs to be populated with the spell I.D's you'd like each race/class combination you'd like them to start with. if this is populated correctly then this is a core error and should be reported in the bugs section ^.^
 
Playercreateinfor_spell_custom in the database needs to be populated with the spell I.D's you'd like each race/class combination you'd like them to start with. if this is populated correctly then this is a core error and should be reported in the bugs section ^.^

Fixed some of it. only need the char to start with gear / weapons learned.
Do you know where and how to delete the default gear characters start with ?
 
Back
Top