View Single Post
  #1  
Old 06-30-2011, 10:29 AM
scampbell70
Fire Beetle
 
Join Date: Mar 2011
Posts: 11
Default Need help compiling source to enable bots

I would like to add bots to my server and I have spent 2 days searching the net and these forums to find a way to do it and everything I find is like 2 years old. I read that I need to do the following from this site http://code.google.com/p/projecteqemu/wiki/BOTSCompile

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.

but when I do that it will not compile I just get a bunch of errors. It compiles and seems to work fine the other way, so I am assuming it is compiling error free but I am very new to this. The only thing I can think of is that I am not adding them correctly or something. I also read somewhere else that you didnt need to do anything to enable bots except inport the bot.sql into the database which I did.

When I log onto my server and do #bot (anything) I get command #bot not recognized.

Can anyone please help me figure this out.
Reply With Quote