Go Back   EQEmulator Home > EQEmulator Forums > General > General::General Discussion

General::General Discussion General discussion about EverQuest(tm), EQEMu, and related topics.
Do not post support topics here.

Reply
 
Thread Tools Display Modes
  #1  
Old 03-03-2007, 11:55 AM
mickey3506
Fire Beetle
 
Join Date: Feb 2007
Posts: 12
Default Buff Bots

Hello i was wondering if there is a write up on how to make a buff bot in pok like i have seen on other servers you walk up and say spells they give you all your spells you say level 70 and your level 70 you say buff and they buff you with raid buffs any chance i could get some info how to get this done thanks
Reply With Quote
  #2  
Old 03-04-2007, 03:20 AM
herold's Avatar
herold
Sarnak
 
Join Date: Jan 2004
Location: Denmark
Posts: 58
Default

I put together this little script ... you should be able to modify it to your needs:

Code:
sub EVENT_SAY
{
if($text=~/Hail/i)
{quest::say("Greetings $name. If you want me to cast a spell on you, please say so and I will give you my [pricelist]. If you want me to [heal] you, please say so and I will do it for free.");}
if($text=~/pricelist/i)
{quest::say("I can cast the following spells : Spirit of Wolf = 1 pp // Dead Man Floating = 3 pp // Clarity II = 5 pp // Spiritual Light = 8 pp // Spiritual Radiance = 15 pp // Temperance = 1 peridot // Virtue = 4 peridots // KEI = 50 pp");}
if ($text=~/heal/i)
{
quest::selfcast(13);
}
}
sub EVENT_ITEM
{
if($platinum == 1)
{
quest::selfcast(278);
}
if($platinum == 3)
{
quest::selfcast(457);
}
if($platinum == 5)
{
quest::selfcast(1693);
}
if($platinum == 8)
{
quest::selfcast(2176);
}
if($platinum == 15)
{
quest::selfcast(2177);
}
if($item1== 10028)
{
quest::selfcast(3692);
}
if($itemcount{10028} == 4)
{
quest::selfcast(3467);
}
if($platinum == 50)
{
quest::selfcast(2570);
}
}
Reply With Quote
  #3  
Old 03-04-2007, 05:30 AM
GeorgeS
Forum Guide
 
Join Date: Sep 2003
Location: California
Posts: 1,475
Default

Thanks - I found this useful for my database. Having these scattered around makes the game a bit more fun.

GeorgeS
__________________
Your source for EQ database tools
Toolshop is open for business


http://www.georgestools.chrsschb.com//
Reply With Quote
  #4  
Old 03-04-2007, 10:08 AM
mickey3506
Fire Beetle
 
Join Date: Feb 2007
Posts: 12
Default

ok so how do i put this into the game of my buff bot in pok?
Reply With Quote
  #5  
Old 03-04-2007, 11:57 AM
herold's Avatar
herold
Sarnak
 
Join Date: Jan 2004
Location: Denmark
Posts: 58
Default

Quote:
Originally Posted by mickey3506
ok so how do i put this into the game of my buff bot in pok?
Consult this thread for more info on the script. Post #7 will explain how to implement it ... did for me anyways
Reply With Quote
  #6  
Old 03-04-2007, 05:51 PM
GeorgeS
Forum Guide
 
Join Date: Sep 2003
Location: California
Posts: 1,475
Default

Also, check out the .pl QUEST folder in the emu directory. Lot's of examples there. In just 1/2 hour, I learned more about quests than I did over last few years...

GeorgeS

..seems like we need a good quest writing tool eh?
__________________
Your source for EQ database tools
Toolshop is open for business


http://www.georgestools.chrsschb.com//
Reply With Quote
  #7  
Old 03-05-2007, 03:07 AM
mickey3506
Fire Beetle
 
Join Date: Feb 2007
Posts: 12
Default

ok so i have gotten my buff bot to cast spells now
how would you have him give you levels i know the ingame command for the gm but what is it for a npc in the .pl file also to give spells dose anyone have the list of all the spells for each class so when you say spells they load your spells so you can mem them?
Reply With Quote
  #8  
Old 03-05-2007, 04:17 AM
mattmeck
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by mickey3506
ok so i have gotten my buff bot to cast spells now
how would you have him give you levels i know the ingame command for the gm but what is it for a npc in the .pl file also to give spells dose anyone have the list of all the spells for each class so when you say spells they load your spells so you can mem them?

http://www.eqemulator.net/wiki/wikka...=QuestTutorial

Everything you need to know right there.
Reply With Quote
  #9  
Old 03-05-2007, 04:20 PM
mickey3506
Fire Beetle
 
Join Date: Feb 2007
Posts: 12
Default

i now have a buff bot in pok that buffs you and make you any level that you ask for and gives you all your spells up to your level sets your skills to max for level

and i was thinking of makeing it so no one can just go from 1 to 70 or 60 but more like make it a quest if you want level 70 kill this mob in this zone and this mob in this zone give these items to the buff bot and bam your 70
Reply With Quote
  #10  
Old 03-08-2007, 10:52 AM
MysticDeath
Sarnak
 
Join Date: Jul 2005
Posts: 58
Default

You could add into the .pl file that the bot will respond to specific items given to him (ie: the items you want the mob to drop) and then set up a spawn in w/e zone with that item as a drop.
__________________
<::I like things commented!::>
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:22 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