View Single Post
  #6  
Old 09-04-2008, 08:21 PM
AndMetal
Developer
 
Join Date: Mar 2007
Location: Ohio
Posts: 648
Default

Quote:
Originally Posted by Weldarr View Post
Has anyone found a way to enable this for windows?
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.
__________________
GM-Impossible of 'A work in progress'
A non-legit PEQ DB server
How to create your own non-legit server

My Contributions to the Wiki
Reply With Quote