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

Development::Bots Forum for bots.

Closed Thread
 
Thread Tools Display Modes
  #1  
Old 10-06-2008, 09:42 AM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

Congdar;

How do you feel about adding a few more spells as bot commands?

#bot groupwolf ( don't always want to be a wolf)
#bot levitate (I hate bobbin' around like a cork in a pond all the time)
#bot seeinv (I don't even know if this is needed at all, but it takes up a buff slot)
  #2  
Old 10-06-2008, 09:44 AM
cubber
Discordant
 
Join Date: Apr 2006
Posts: 374
Default

Nicholasjohn:

step 3. is how you compile the source on linux. Not sure what you need to do for a windows compile.

Angelox:

I agree, I do notice that when I summon support type bots I get hit with alot of junk buffs first and never seem to have room for the good stuff.

I have levetating as a monk! That is why we have safe fall =P
  #3  
Old 10-06-2008, 09:50 AM
Congdar
Developer
 
Join Date: Jul 2007
Location: my own little world
Posts: 751
Default

Quote:
Originally Posted by Angelox View Post
Congdar;

How do you feel about adding a few more spells as bot commands?

#bot groupwolf ( don't always want to be a wolf)
#bot levitate (I hate bobbin' around like a cork in a pond all the time)
#bot seeinv (I don't even know if this is needed at all, but it takes up a buff slot)
I've added some, but I'm trying to add ones that can't be easily acquired other ways. Levitate and see invis can be found on items, or if you have a wizard bot you can get levitate. I'm confused with what you have in the () you want these commands to make is so you don't lev or wolf or seeinv?
Quote:
Originally Posted by cubber View Post
step 3. is how you compile the source on linux. Not sure what you need to do for a windows compile.
see post #750
  #4  
Old 10-06-2008, 10:11 AM
nosfentora
Discordant
 
Join Date: Oct 2004
Location: In a house
Posts: 387
Default

Thanks Congdar - and keep up the good work!
  #5  
Old 10-06-2008, 02:36 PM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

Quote:
Originally Posted by Congdar View Post
I've added some, but I'm trying to add ones that can't be easily acquired other ways. Levitate and see invis can be found on items, or if you have a wizard bot you can get levitate. I'm confused with what you have in the () you want these commands to make is so you don't lev or wolf or seeinv?
see post #750
What I meant was, Instead of the Bot constantly casting group wolf or lev (and lev-laced spells) on you, you could command when needed (make it choose able). But since I'm just a 'spoke on your wheel', I felt i'd consult you before making any changes.

Also for the Yaulp and 'Yaulp like' short -term spells (Fleeting fury), there could probably be some code to where it could be used when engaged only, so as not to be yaulping all the time.
  #6  
Old 10-06-2008, 03:42 PM
Congdar
Developer
 
Join Date: Jul 2007
Location: my own little world
Posts: 751
Default

Quote:
Originally Posted by Angelox View Post
But since I'm just a 'spoke on your wheel', I felt i'd consult you before making any changes.
I've been the lone programmer on the bots for over a year now, reviving it from non-working to what it is now. I made many decisions on spell lists and ai that worked for me and my playing style. Feel free to make whatever changes you feel are needed. If they work, great... if not try something different. If it's too wacked, i'll say something. I welcome any help on the bot code. Nice work, btw, on the botname000 fix, that one had me baffled. Here's my list of things that need to be worked on.

Command structure reworked. There are too many commands that take multiple(too many) words. Group and Raid commands can be combined and the check for raiding or not done in the code.
Each class with it's own AI code. currently its Cleric(which I did) or all casters or all melee.
Ranger bots need to be able to use a bow... and toggle back and forth to melee.
Spell lists need a second look. I made some interesting choices on what spells to include and what spells to ignore and how to categorize the spells. The Excel file I made would be a good reference and need to be updated.
There's lots of utilities that could be added so that choosing spell lists is easier:
#bot ranger track --- list of mobs on track
#bot ranger track [NPC name] --- tracks the closest NPC with that name.
#bot wizard port [location] --- Port to Wizard Spires with wizard in group
#bot druid port [location] --- Port to Druid spires with druid in group
#bot wizard evac
#bot druid evac
#bot [melee] discipline [name] --- where [name] is the name of the discipline, and melee is either a specific class (Shadowknight) or just "melee" for all melee classes.
#bot [class] activate [aa] --- where [class] is a class and [aa] is the name (or number) of an activated AA. Examples:
#bot cleric activate Turn Undead
#bot mage activate Pet Swarm (don't know the real name)
#bot pacify - aggro reduction
#bot resurrect - get exp back
#bot summoncorpse - if you really want it back
#bot identify - get item lore
  #7  
Old 10-06-2008, 07:23 PM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

Quote:
Originally Posted by Congdar View Post
I've been the lone programmer on the bots for over a year now, reviving it from non-working to what it is now. I made many decisions on spell lists and ai that worked for me and my playing style. Feel free to make whatever changes you feel are needed. If they work, great... if not try something different. If it's too wacked, i'll say something. I welcome any help on the bot code. Nice work, btw, on the botname000 fix, that one had me baffled. Here's my list of things that need to be worked on.
I'm trying, but in the C programming dept, I'm a far cry from what you all are.
I can see all the code and have some idea of how it works, the rest is puzzle work, back tracking what everyone has done, and looking for clues. Very slow process, took me a just about a whole week of trial and error with the botname000 fix.

I've made my ax_classic database compatible with the SVN code, so I don't have to worry about updating special codes for ax_classic anymore.
PEQ is light years ahead of my DB when it comes to content, I just have a lot of custom stuff in mine, and someone might enjoy a change once in a while.

One problem I had with the bot code was, when you had a bot group, you leveled much faster because you could take out reds much easier, so if I turned down the exp ration to where it was right for bot groups, then people who played with out bots complained; they were not getting hardly exp from blues and lite blues. I found a solution to this, might be of interest, I'll look it up and post it.
  #8  
Old 10-09-2008, 04:02 PM
Rocker8956
Hill Giant
 
Join Date: Sep 2007
Posts: 117
Default Bots hit hard

I just starting using Bots on my minilogin server. They are fun but I noticed something strange.

My bots hit for about 250 dmg at lvl 4 with no weapon.

I tried setting their mindmg to 1 and maxdmg to 8 in the database since they were zero but that did not help. So I then gave my lvl 7 beserker Bot a rusty warhammer and he hit for 25 dmg almost every time.

This is using svn rev 69 (fairly certain that is the version I am running atm)

Is anyone else seeing this or did I screw up my database?

Thank you
Closed Thread

Thread Tools
Display Modes

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 11:15 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 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3