EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Quests::Custom (https://www.eqemulator.org/forums/forumdisplay.php?f=671)
-   -   Buff bot script (https://www.eqemulator.org/forums/showthread.php?t=43059)

Huppy 09-16-2020 02:30 AM

Buff bot script
 
This is a simple buff bot script I put together, if anyone wants to use it. It offers Temp, SoW and Clarity up to level 45, then adds Virtue, KEI and FoE up to level 61. From 62+ it adds Gallantry, Prescience and Unity. It's been tested thoroughly and it works good. NOTE- Set the NPC level high.(65+ recommended). These are all full duration buffsright from level 1 (36 minute sow, 1 hour 40 minute temp, etc)

https://drive.google.com/file/d/157S...ew?usp=sharing

caved 10-07-2021 12:47 PM

Doesn't exist anymore
 
Hallos
Script seems gone .

Caved

hayward6 10-12-2021 02:02 PM

Quote:

Originally Posted by caved (Post 267209)
Hallos
Script seems gone .

Caved

Yeah I asked him about this in another thread. Many things he's shared are a link to a broken google drive.

Splose 10-12-2021 10:50 PM

Code:

sub EVENT_SAY {
        if($text=~/hail/i) {       
                if($ulevel < 10) {
                        @buffs = (
                        89,        #Daring - Level 17 Cleric HP/AC Buff
                        485,        #Symbol of Transal - Level 11 Cleric HP Buff
                        368,        #Spirit Armor - Level 15 Cleric AC Buff
                        278,        #Spirit of Wolf
                        254,        #Firefist - Level 17 Ranger Atk Buff
                        332,        #Shield of Fire - Level 7 Mage DS Buff
                        2521,        #Talisman of the Beast - SHM STR Buff
                        269,        #Feet Like Cat - SHM AGI Buff
                        279,        #Spirit of Bear - SHM STAM Buff
                        10,
                        11274);        #Augmentation - Level 28 ENC Haste BUFF
                }
                elsif($ulevel >= 10 && $ulevel < 25) {
                        @buffs = (
                        312,        #Valor - Level 33 Cleric HP/AC Buff
                        487,        #Symbol of Pinzarn - Cleric HP Buff
                        167,        #Talisman of Tnarg
                        19,                #Armor of Faith - Cleric AC Buff
                        278,        #Spirit of Wolf
                        254,        #Firefist
                        332,        #Shield of Fire
                        149,        #Spirit of Ox
                        146,        #Spirit of Monkey
                        144,        #Regeneration
                        10,
                        11274);        #Augmentation - Level 28 ENC Haste Buff
                }
                elsif($ulevel >= 25 && $ulevel < 46) {
                        @buffs = (
                        4053,        #blessing of temperance
                        168,        #Talisman of Tnarg
                        2524,        #Spirit of Bih`li
                        254,        #Firefist
                        412,        #Shield of Fire
                        149,        #Spirit of Ox
                        146,        #Spirit of Monkey
                        138,        #Regeneration
                        1693,        #clarity
                        10,
                        172);        #Augmentation - Level 28 ENC Haste Buff
                }
                elsif($ulevel >= 46) {
                        @buffs = (
                        2122,        #Ancient: Gift of Aegolism
                #        4108,        #Aura of Reverence - Clr spell haste
                        2530,        #Khura's Focusing
                        2524,        #Spirit of Bih`li
                        3441,        #Blessing of Replenishment
                        3486,        #Shield of Fire
                        2570,        #KEI
                        11274,
                        2895);        #Speed of the Brood - haste
                }
                plugin::DiaWind("Good luck with your adventures, {gold}$name~. =2=");
                foreach my $spell (@buffs) {
                        quest::selfcast($spell);
                }               
        }
}

Here is an extremely simple one I wrote years ago.


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

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