EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   General::General Discussion (https://www.eqemulator.org/forums/forumdisplay.php?f=586)
-   -   Buff Bots (https://www.eqemulator.org/forums/showthread.php?t=22487)

mickey3506 03-03-2007 11:55 AM

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

herold 03-04-2007 03:20 AM

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);
}
}


GeorgeS 03-04-2007 05:30 AM

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

GeorgeS

mickey3506 03-04-2007 10:08 AM

ok so how do i put this into the game of my buff bot in pok?

herold 03-04-2007 11:57 AM

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 :)

GeorgeS 03-04-2007 05:51 PM

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?

mickey3506 03-05-2007 03:07 AM

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?

mattmeck 03-05-2007 04:17 AM

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.

mickey3506 03-05-2007 04:20 PM

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

MysticDeath 03-08-2007 10:52 AM

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.


All times are GMT -4. The time now is 01:09 PM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.