View Single Post
  #10  
Old 09-14-2009, 06:06 PM
pfyon's Avatar
pfyon
Discordant
 
Join Date: Mar 2009
Location: Ottawa
Posts: 495
Default

Quote:
Originally Posted by prickle View Post
Please excuse my ignorance, but if I understand the compile correctly the only binary difference between the "with bots" build and the "without bots build" is in the zone binary file.

So, to convert a "without bots" build to a "with bots" build I would need to do the following:

-Edit the zone/makefile.common file in accordance with the changes mentioned above (i.e. add bots.o and botRaids.o to it)
-Edit the zone/makefille file in accordance with the changes mentioned above (i.e. add -DBOTS to the DFLAGS= line)
-run "make clean" in the root build directory
-run "make" in the root build directory
-replace the zone binary file in the eqemu run directory

Right?
That's correct I think. In addition to that, you'd have to source load_bots.sql to have a server with functioning bots.
Reply With Quote