|
|
 |
 |
 |
 |
|
 |
 |
|
 |
 |
|
 |
|
Quests::Custom Custom Quests here |

09-16-2020, 02:30 AM
|
 |
Demi-God
|
|
Join Date: Oct 2010
Posts: 1,332
|
|
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
|

10-07-2021, 12:47 PM
|
Fire Beetle
|
|
Join Date: Feb 2007
Posts: 8
|
|
Doesn't exist anymore
Hallos
Script seems gone .
Caved
|

10-12-2021, 02:02 PM
|
Forum Guide
|
|
Join Date: Jul 2005
Posts: 468
|
|
Quote:
Originally Posted by caved
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.
__________________
Sayin Silverwolf
Server Op of The Sandbox (Non-Legit)
|
 |
|
 |

10-12-2021, 10:50 PM
|
 |
Discordant
|
|
Join Date: Apr 2014
Posts: 280
|
|
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.
|
 |
|
 |

03-08-2025, 10:02 AM
|
Fire Beetle
|
|
Join Date: Apr 2020
Posts: 1
|
|
Awesome
It works just great, thanks.
|
Thread Tools |
|
Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -4. The time now is 03:33 AM.
|
|
 |
|
 |
|
|
|
 |
|
 |
|
 |