PDA

View Full Version : Compiling BOTS


WildcardX
10-25-2009, 09:59 PM
Windows:
---------------
1. Open up Visual Studio and select the "ReleaseBots" configuration from the ConfigurationManager in the Build menu.
2. Compile it.

Linux
---------------
1. Edit your "makefile" in .\zone and add "-DBOTS" to DFLAGS.
2. Edit your "makefile.common" file in .\zone and add both "bot.o" and "botspellsai.o"
3. Edit your "makefile" in .\world and add "-DBOTS" to DFLAGS.
4. Compile it.

If you are building a brand new database, then after you source the latest PEQ world database, be sure to also source the "bots.sql" file to install all the required BOTS database objects.

Enjoy!