That's a little out of my scope of knowledge, sorry... you sure things are compiling ok? And what are you using to compile? VS Express, 2003, 2005? Might help others help you if they knew about your environment.
Open special_attacks.cpp in an editor, go to line 964 and change:
bool did_attack;
to
bool did_attack=false;
Try to compile again and see if it works any better. From looking at the code, the variable did_attack is in undefined state if the switch doesn't enter any case statements, ie if GetClass() is DRUID or WIZARD for example.
Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.