|
|
 |
 |
 |
 |
|
 |
 |
|
 |
 |
|
 |
|
Development::Bots Forum for bots. |

02-05-2008, 02:59 AM
|
Sarnak
|
|
Join Date: Jan 2004
Location: Blue Ontario
Posts: 79
|
|
Disregard.
__________________
Blue Ontario...RIP.
But hey, I'm back, finally!
Last edited by Mrwalsh; 02-05-2008 at 11:03 AM..
|

02-08-2008, 05:34 PM
|
Developer
|
|
Join Date: Apr 2003
Posts: 589
|
|
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!
|
|

02-08-2008, 06:59 PM
|
Developer
|
|
Join Date: Jul 2007
Location: my own little world
Posts: 751
|
|
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..
|

02-10-2008, 12:21 AM
|
 |
Fire Beetle
|
|
Join Date: Nov 2007
Posts: 12
|
|
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
|

02-10-2008, 05:23 AM
|
Developer
|
|
Join Date: Jul 2007
Location: my own little world
Posts: 751
|
|
the links say file deleted :(
|

02-11-2008, 07:44 AM
|
Developer
|
|
Join Date: Jul 2007
Location: my own little world
Posts: 751
|
|
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.
|

02-11-2008, 12:54 PM
|
 |
Fire Beetle
|
|
Join Date: Nov 2007
Posts: 12
|
|
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
|

02-11-2008, 03:02 PM
|
 |
Fire Beetle
|
|
Join Date: Nov 2007
Posts: 12
|
|
Quote:
Originally Posted by WildcardX
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
|

02-15-2008, 08:39 AM
|
Fire Beetle
|
|
Join Date: Jan 2008
Posts: 10
|
|
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,
|

02-16-2008, 08:03 AM
|
Developer
|
|
Join Date: Jul 2007
Location: my own little world
Posts: 751
|
|
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.
|

02-16-2008, 08:26 AM
|
Fire Beetle
|
|
Join Date: Jan 2008
Posts: 10
|
|
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.
|

03-04-2008, 09:50 PM
|
Sarnak
|
|
Join Date: Sep 2006
Posts: 62
|
|
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.
|
 |
|
 |

03-05-2008, 03:43 AM
|
Developer
|
|
Join Date: Jul 2007
Location: my own little world
Posts: 751
|
|
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.
|
 |
|
 |

03-05-2008, 05:20 AM
|
Sarnak
|
|
Join Date: Sep 2006
Posts: 62
|
|
Thanks Congdar. I'll grab your source and have a play soon
Paul.
|

03-07-2008, 05:08 AM
|
Fire Beetle
|
|
Join Date: Feb 2008
Posts: 1
|
|
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
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -4. The time now is 09:32 AM.
|
|
 |
|
 |
|
|
|
 |
|
 |
|
 |