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

Development::Bots Forum for bots.

Closed Thread
 
Thread Tools Display Modes
  #361  
Old 02-05-2008, 02:59 AM
Mrwalsh
Sarnak
 
Join Date: Jan 2004
Location: Blue Ontario
Posts: 79
Default

Disregard.
__________________
Blue Ontario...RIP.

But hey, I'm back, finally!

Last edited by Mrwalsh; 02-05-2008 at 11:03 AM..
  #362  
Old 02-08-2008, 05:34 PM
WildcardX
Developer
 
Join Date: Apr 2003
Posts: 589
Default

For this to be of maximum value in hopes of working out some type of merge, I need a diff of this bot source code against the most recent eqemu build. So the sooner the better before the builds continue past where you are now.
__________________
Read my developer notes at my blog.

Quote:
If it's not on IRC, it ain't l33t!
  #363  
Old 02-08-2008, 06:59 PM
Congdar
Developer
 
Join Date: Jul 2007
Location: my own little world
Posts: 751
Default

Here's my most stable build. Source and Binaries based off of the 1090 sources.

I was able to get everything inside #ifdef EQBOTS
Did some debugging and fixing on bot raid commands and bot inventory trading.

Feel free to test and report bugs.

Last edited by Congdar; 02-09-2008 at 03:02 AM..
  #364  
Old 02-10-2008, 12:21 AM
a_troll_01's Avatar
a_troll_01
Fire Beetle
 
Join Date: Nov 2007
Posts: 12
Default BOT Versions

I'm sure there are a couple of different versions of the BOT source being maintained by folks. It might be worthwhile to diff the source and pull the best features from each one.

I just finished tweaking BOT spell entries and randomizing BOT pets.
Spells - Changed "Order By" for npc_spells_entries.
Pet -
Class with multiple pet types will now have a random chance for each valid pet.(ie mages)
SK's and Druid BOTS will now summon pets.
Beastlord Pets are now Warders.

Here is my 1090 source and binaries.
source - http://rapidshare.com/files/90637737...ource.rar.html
binaries - http://rapidshare.com/files/90637738...-1090.rar.html
  #365  
Old 02-10-2008, 05:23 AM
Congdar
Developer
 
Join Date: Jul 2007
Location: my own little world
Posts: 751
Default

the links say file deleted :(
  #366  
Old 02-11-2008, 07:44 AM
Congdar
Developer
 
Join Date: Jul 2007
Location: my own little world
Posts: 751
Default

a_troll_01,
I'm interested in your updates to the bot code, can you repost your source?

This goes for anyone else that has made tweaks/improvements to the bot source.
  #367  
Old 02-11-2008, 12:54 PM
a_troll_01's Avatar
a_troll_01
Fire Beetle
 
Join Date: Nov 2007
Posts: 12
Default Bot 1090 source

Here is a link to my 1090 source. I fiddle with the Bot portion of the code continuously, so it will be out of date before I finish this beer. /grin

http://rapidshare.com/files/91061241...ource.rar.html
  #368  
Old 02-11-2008, 03:02 PM
a_troll_01's Avatar
a_troll_01
Fire Beetle
 
Join Date: Nov 2007
Posts: 12
Default

Quote:
Originally Posted by WildcardX View Post
For this to be of maximum value in hopes of working out some type of merge, I need a diff of this bot source code against the most recent eqemu build. So the sooner the better before the builds continue past where you are now.
Diff files for the Bot source I provided.
http://rapidshare.com/files/91079872..._Diff.rar.html
  #369  
Old 02-15-2008, 08:39 AM
Jexl
Fire Beetle
 
Join Date: Jan 2008
Posts: 10
Default

Hi a_troll_01

I was wondering if you have a copy of the binaries on the latest 1090 eqemu update for bots. Im not a programmer, and have no clue what to do with the source...

can you see if you can get a download up and running?

thanks,
  #370  
Old 02-16-2008, 08:03 AM
Congdar
Developer
 
Join Date: Jul 2007
Location: my own little world
Posts: 751
Default

I've uploaded new binaries and source for 1090 bots. Fixed 3 or 4 crashing bugs that kept people from logging in. Use the links in my post above.
  #371  
Old 02-16-2008, 08:26 AM
Jexl
Fire Beetle
 
Join Date: Jan 2008
Posts: 10
Default

Thanks Cor,

I'll try this out. There are a few bugs that have come up. Ill double check your most recent work, and provide any info I can.

I appreciate it.
  #372  
Old 03-04-2008, 09:50 PM
number6
Sarnak
 
Join Date: Sep 2006
Posts: 62
Default

Hi Guys,

I'm thinking of resurrecting my little server in a few weeks for use by me and a handful of friends (we are all bored with LoTRO now...). I had a little play with the bots stuff last year when it first came out. I was wondering if WildcardX or anyone else was still looking at folding it into the official code base at some point or whether it will always be something that needs to be patched in.

No pressure - I know how long things can take, and if it needs some re-structuring to make it "modular", I can imagine that's a very large undertaking. Just curious.

Cheers

Paul.
  #373  
Old 03-05-2008, 03:43 AM
Congdar
Developer
 
Join Date: Jul 2007
Location: my own little world
Posts: 751
Default

Not sure if anything is being done about a merge into the main base code, although I don't recommend it at this time.

I've made it easier to patch in by surrounding the bot code in blocks of #ifdef EQBOTS and I have been making fixes to things that were causing crashes and added extra helpful text when using #bot commands.

I'm still at build 1090 with this code because I have come across an issue with upgrading the database that I'm relying on another person to fix for me since I'm more of a c++ guy than a database guy. What happens is, during an upgrade of the database you generally run drop_system.sql which deletes the npc_types table where all the bots are, so you lose all your bots. It wouldn't be so tough to backup the bots and then source them back in but there's a problem with that part.

It is likely that the new database will at some point add new npc's and these new npc's could have the same ID as one or more of the bots. The bot ID is also referenced in the botowners and botinventory tables so in this case, the bot would need to be merged into the npc_types table with a new id and the botowners and botinventory tables updated to reflect this.

Not a huge problem and this other guy is working on a vbscript or some tool like that to solve this, so I'll be moving to more recent builds soon.

I have been posting updated binaries and source in my link above, the latest version is dated feb 29th.
  #374  
Old 03-05-2008, 05:20 AM
number6
Sarnak
 
Join Date: Sep 2006
Posts: 62
Default

Thanks Congdar. I'll grab your source and have a play soon

Paul.
  #375  
Old 03-07-2008, 05:08 AM
Lotek
Fire Beetle
 
Join Date: Feb 2008
Posts: 1
Default

Any chance you could put them up on filebeam ?

RapidShare is being a p.i.t.a. Keeps telling me I need to enable
JavaScript, which is enabled, when I click on the free link.

Quote:
Originally Posted by a_troll_01 View Post
Here is a link to my 1090 source. I fiddle with the Bot portion of the code continuously, so it will be out of date before I finish this beer. /grin

http://rapidshare.com/files/91061241...ource.rar.html
Closed Thread


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 12:05 PM.


 

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