When I originally used CMAKE to build the code I made sure I checked the bots option because I knew I wanted to put them in eventually.
I've been working on content for the last month or so and have decided it's time to put bots onto my server.
...only problem is I'm not entirely sure how.
I've been browsing the forums looking for answers and on
http://www.eqemulator.org/forums/showthread.php?t=29863 it says to open Visual Studio and select the "ReleaseBots" configuration... I don't see that option in the configuration manager. I see release but no releasebots.
I went back to try to resource load_bots.sql but it kept on saying
Quote:
ERROR:
Failed to open file 'player_tables\botguildmembers.sql' error:2
ERROR:
Failed to open file 'player_tables\bots.sql' error:2
ERROR:
Failed to open file 'player_tables\botpetstatepersists.sql' error:2
ERROR:
Failed to open file 'player_tables\botinventory.sql' error:2
ERROR:
Failed to open file 'player_tables\botbuffs.sql' error:2
ERROR:
Failed to open file 'player_tables\botadventuring.sql' error:2
ERROR:
Failed to open file 'player_tables\botgroups.sql' error:2
ERROR:
Failed to open file 'player_tables\botstances.sql' error:2
ERROR:
Failed to open file 'player_tables\bottimers.sql' error:2
|
When I went into C:\EQ\Source\zone I found a bot.cpp and bot.h
So I'm kinda at a loss here.