View Single Post
  #808  
Old 10-06-2008, 08:41 AM
cubber
Discordant
 
Join Date: Apr 2006
Posts: 374
Default

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