View Single Post
  #7  
Old 09-04-2008, 08:44 PM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

Quote:
Originally Posted by AndMetal View Post
You have to define SPELL_EFFECT_SPAM when compiling zone. In Linux, it is defined in the makefile:
Code:
DFLAGS=-DEQDEBUG=5 -DCATCH_CRASH -DNO_PIDLOG -DSHAREMEM -DSPELL_EFFECT_SPAM -DFIELD_ITEMS -DCOMBINED -DAPP_OPCODE_SIZE=2 -Di386
I haven't compiled anything in Windows, so I'm not sure what exactly you would need to do in Visual Studio to set this up.
I think there's a post somewhere that says this will not work for windows, or actually nothing will work for windows and this issue -
Reply With Quote