View Single Post
  #811  
Old 10-06-2008, 09:38 AM
nicholasjohn
Fire Beetle
 
Join Date: Sep 2008
Location: Michigan
Posts: 11
Default

Quote:
Originally Posted by cubber View Post
You need to edit your makefiles to include the bot code.

1. Change the following in zone/makefile:

Code:
DFLAGS=-DEQDEBUG=5 -DCATCH_CRASH -DNO_PIDLOG -DSHAREMEM -DSPELL_EFFECT_SPAM -DFIELD_ITEMS -DCOMBINED -DAPP_OPCODE_SIZE=2 -Di386
to:

Code:
DFLAGS=-DEQDEBUG=5 -DCATCH_CRASH -DNO_PIDLOG -DSHAREMEM -DSPELL_EFFECT_SPAM -DFIELD_ITEMS -DCOMBINED -DAPP_OPCODE_SIZE=2 -Di386 -DEQBOTS
2. Then change the following in zone/makefile.common

Code:
../common/guild_base.o guild_mgr.o
to:

Code:
../common/guild_base.o guild_mgr.o task.o raids.o botRaids.o botAI.o petAI.o
3. run make
ok I did steps 1 and 2 not quite sure what you meant by step 3 ?
But i still do not have bots enabled for some reason.
Thanks in advanced for any help