Quote:
Originally Posted by provocating
Also I wanted to add I am using r1086 of the source.
I just compiled and added my -DBOTS and bots.o to the makefile / makefile.common and recompiled, all went well but still the bots are not following, cannot create new bots and the out of date pointer error.
|
Did you also add -DBOTS to your world/makefile file as well?
Sounds like you've got all the necessary sql patches in, but you're bots aren't cooperating properly.
Here are a couple of things that I had to do to get mine working:
.add -DBOTS to BOTH the world/makefile AND the zone/makefile
.add bots.o to zone/makefile.common
.remove the "-g" and "-O" flags from BOTH the world/makefile and the zone/makefile
hope this helps