Go Back   EQEmulator Home > EQEmulator Forums > Development > Development::Bots

Development::Bots Forum for bots.

Reply
 
Thread Tools Display Modes
  #16  
Old 10-14-2008, 11:06 AM
Neiv
Hill Giant
 
Join Date: May 2008
Location: Colorado
Posts: 238
Default

Quote:
What's in your logs? Surely you are getting some errors in your logs that would explain this. When this happens to me, and it does sometimes, it's usually related to db changes I have made, haven't made, or something foolish I've done to my start up script, like leaving eqlaunch out of it(done that).
I'll take a look at those when I get home. But all I did was replace the existing files in the EQEMU folder with the ones in the binary folder. I didn't overwrite the original files, but placed them in a temp folder. I have since overwritten the new files with the older ones, and the game works again. No #bot commands, but it works as it used to.
Reply With Quote
  #17  
Old 10-22-2008, 08:27 AM
hayward6
Forum Guide
 
Join Date: Jul 2005
Posts: 468
Default

Quote:
Originally Posted by Congdar View Post
as I make custom entries into the database, i also write them to my_custom.sql
I'm curious about this... if you're making changes within game, and with different tools, how do you get that code out into text so it can be added easily later? This is the biggest reason that I don't do a lot of edits... I know they will be lost when I update.

Also, my bots are not working at all and I am using the latest source. I get command not recognized when I try #bot help
__________________
Sayin Silverwolf
Server Op of The Sandbox (Non-Legit)
Reply With Quote
  #18  
Old 10-22-2008, 10:22 AM
Congdar
Developer
 
Join Date: Jul 2007
Location: my own little world
Posts: 751
Default

I don't add customizations to the database and then try and get them out, I create the custom sql file manually, and at the same time as I add the changes to the database. Then after a database update I can just source in the custom sql and I'm back to where I was.

The bot issue can be several things. Are you using 1129 or the SVN version? With 1129 you need to add EQBOTS to the Zone pre-processor in Visual Studio, if SVN then the Configuation Manager has a separate bot setting you can choose for debug or release binaries. If you are compiling in linux, search the eqoffline thread for linux answers.
Reply With Quote
  #19  
Old 10-22-2008, 10:50 AM
hayward6
Forum Guide
 
Join Date: Jul 2005
Posts: 468
Default

Quote:
Originally Posted by Congdar View Post
I don't add customizations to the database and then try and get them out, I create the custom sql file manually, and at the same time as I add the changes to the database. Then after a database update I can just source in the custom sql and I'm back to where I was.

The bot issue can be several things. Are you using 1129 or the SVN version? With 1129 you need to add EQBOTS to the Zone pre-processor in Visual Studio, if SVN then the Configuation Manager has a separate bot setting you can choose for debug or release binaries. If you are compiling in linux, search the eqoffline thread for linux answers.
Ok, I guess I missunderstood... I thought that the release thread had a working source that didn't need any editing. I'll look around for what needs to be changed, thank you
__________________
Sayin Silverwolf
Server Op of The Sandbox (Non-Legit)
Reply With Quote
  #20  
Old 10-22-2008, 11:07 AM
Congdar
Developer
 
Join Date: Jul 2007
Location: my own little world
Posts: 751
Default

The release thread source doesn't need editing. It should work right away unless you try merging it in to an existing source tree. Verify the EQBOTS setting in the preprocesser options of the Zone section.
Reply With Quote
  #21  
Old 10-22-2008, 11:25 AM
hayward6
Forum Guide
 
Join Date: Jul 2005
Posts: 468
Default

Oh yeah, I'm using Debian Linux also.
__________________
Sayin Silverwolf
Server Op of The Sandbox (Non-Legit)
Reply With Quote
  #22  
Old 10-22-2008, 01:12 PM
Congdar
Developer
 
Join Date: Jul 2007
Location: my own little world
Posts: 751
Default

there's some linux instructions for adding bots to the compile in that 800+ post thread.
Reply With Quote
  #23  
Old 10-22-2008, 02:46 PM
hayward6
Forum Guide
 
Join Date: Jul 2005
Posts: 468
Default

Quote:
Originally Posted by Congdar View Post
there's some linux instructions for adding bots to the compile in that 800+ post thread.
Yeah, each time I start looking through that thread I end up fustrated and tired I'll pack a lunch for my next trip!
__________________
Sayin Silverwolf
Server Op of The Sandbox (Non-Legit)
Reply With Quote
  #24  
Old 10-22-2008, 03:08 PM
Congdar
Developer
 
Join Date: Jul 2007
Location: my own little world
Posts: 751
Default

I looked... linux stuff is on one of the last 3 pages depending on your settings for how many posts to view.
Reply With Quote
  #25  
Old 10-22-2008, 03:35 PM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

These are mine, should work for you
/zone makefiles for both Linux and Windows
I think the only ones that change (for Bots) are the /source/zone ones - or at least thats what I change. just copy them over and rename .
Reply With Quote
  #26  
Old 10-22-2008, 10:45 PM
Neiv
Hill Giant
 
Join Date: May 2008
Location: Colorado
Posts: 238
Default

Quote:
I don't add customizations to the database and then try and get them out, I create the custom sql file manually, and at the same time as I add the changes to the database. Then after a database update I can just source in the custom sql and I'm back to where I was.
Can anyone post an example of such a sql script that I might be able to use as a template of sorts? Thanks.
Reply With Quote
  #27  
Old 10-23-2008, 12:51 PM
Ikeren
Hill Giant
 
Join Date: Aug 2008
Location: Canada
Posts: 131
Default

Quote:
Yeah, each time I start looking through that thread I end up fustrated and tired I'll pack a lunch for my next trip!
I read through that entire thread once. If I ever do it again (not bloodly likely, but not hypothetically impossible); I'll give a brief summary of what happens from each post set, then post it somewhere. If someone does decide to do so, I'd suggest they make such a "content summary" for future people having this trouble.
Reply With Quote
  #28  
Old 10-23-2008, 01:04 PM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

The bots are at a point now where you only need download from the SVN and play.
Windows executables are already pre-made and posted. And usually, who ever runs a Linux server will know how to arrange the makefiles.
If someone will tell me this works, maybe I can come up with a script you can run before you compile so you can select 'bots' or 'no bots'. Or maybe someone else wants to do this, maybe place it in the SVN. I was thinking of a Linux and Windows version.
Reply With Quote
  #29  
Old 10-23-2008, 01:43 PM
hayward6
Forum Guide
 
Join Date: Jul 2005
Posts: 468
Default

Quote:
Originally Posted by Angelox View Post
The bots are at a point now where you only need download from the SVN and play.
Windows executables are already pre-made and posted. And usually, who ever runs a Linux server will know how to arrange the makefiles.
If someone will tell me this works, maybe I can come up with a script you can run before you compile so you can select 'bots' or 'no bots'. Or maybe someone else wants to do this, maybe place it in the SVN. I was thinking of a Linux and Windows version.
I think bots have been generaly excepted and would benefit most servers. Wouldn't it be easier to just impliment it across the board, and then go in after and raise the status needed to run the bot commands in the database? That way everyone will have working bots if they want it, with little work, and if they don't they can change the command access.
__________________
Sayin Silverwolf
Server Op of The Sandbox (Non-Legit)
Reply With Quote
  #30  
Old 10-23-2008, 02:00 PM
AndMetal
Developer
 
Join Date: Mar 2007
Location: Ohio
Posts: 648
Default

I think the logic is that, because not everyone is going to run bots (although they are quite awesome), it's better to use a preprocessor definition during compile than a rule, since it will decrease a lot of the required resources (memory/processor cycles) if you're not using it.
__________________
GM-Impossible of 'A work in progress'
A non-legit PEQ DB server
How to create your own non-legit server

My Contributions to the Wiki
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 10:29 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3