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

Development::Bots Forum for bots.

Reply
 
Thread Tools Display Modes
  #1  
Old 02-01-2010, 11:56 AM
RichardoX
Hill Giant
 
Join Date: Dec 2004
Location: in your closet....
Posts: 169
Default Perl Bots

It's been a dream of mine for a while to have bots placed throughout the world (almost like hired mercenaries) that could join your group until a timer expired, bot died or you zoned out.

It would even prove more beneficial if it could respond to commands from the group leader in group chat as well rather than typing physical #bot commands. Would this be a possibility in the future?

Here's an example of what I mean.


(Level 30 Druid Bot at the WC entrance of Kith)

sub EVENT_SAY {
if($text=~/hail/i && $ulevel >= 30) {
quest::say("Greetings traveler! These dense woods can become quite dangerous by yourself! I could [come] with you considering I dont want to go alone.");
}
if($text=~/come/i && $ulevel >= 30) {
quest::botjoin(); #Bot joins group
quest::gsay("Thanks for the invitation. Keep your guard up!"); #bot group chat
}
if($text=~/leave/i && $groupleader == 1){ #checks for group status
quest::botdisband();
quest::say("Ok then, good luck!");
quest::depop();
}}
__________________
a hill giant slashes YOU for 25 points of damage!
You have been slain!
LOADING, PLEASE WAIT...
Reply With Quote
  #2  
Old 02-11-2010, 02:27 PM
Vexira
Fire Beetle
 
Join Date: Jun 2009
Location: Hi
Posts: 27
Default

How difficult would this be to write?
Reply With Quote
  #3  
Old 02-11-2010, 02:28 PM
Vexira
Fire Beetle
 
Join Date: Jun 2009
Location: Hi
Posts: 27
Default

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