Quote:
Originally Posted by Vulok
Thanks!
I haven't reloaded a server but will do so today or tommorow. Thanks again for the bot links!
Will do my best to get the up and going.
Thanks again
|
There are some things you will need to do to make the BOT Source work. 1st of all, you only need to compile the ZONE folder that it comes with, however, b4 you compile it, you need to change the makefile and makefile.common in the zone folder with the following changes...
In makefile find this
Code:
DFLAGS=-DEQDEBUG=5 -DCATCH_CRASH -DNO_PIDLOG -DSHAREMEM -DSPELL_EFFECT_SPAM -DFIELD_ITEMS -DCOMBINED -DAPP_OPCODE_SIZE=2 -Di386
and change it to this
Code:
DFLAGS=-DEQDEBUG=5 -DCATCH_CRASH -DNO_PIDLOG -DSHAREMEM -DSPELL_EFFECT_SPAM -DFIELD_ITEMS -DCOMBINED -DAPP_OPCODE_SIZE=2 -Di386 -DEQBOTS
in makefile.common
Code:
../common/guild_base.o guild_mgr.o
becomes
Code:
../common/guild_base.o guild_mgr.o botRaids.o botAI.o petAI.o
Once compiled, just copy the compiled ZONE file to your server folder and run your server.