Go Back   EQEmulator Home > EQEmulator Forums > Quests > Quests::Custom

Quests::Custom Custom Quests here

Reply
 
Thread Tools Display Modes
  #1  
Old 09-16-2020, 02:30 AM
Huppy's Avatar
Huppy
Demi-God
 
Join Date: Oct 2010
Posts: 1,333
Default 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
Reply With Quote
  #2  
Old 10-07-2021, 12:47 PM
caved
Fire Beetle
 
Join Date: Feb 2007
Posts: 6
Default Doesn't exist anymore

Hallos
Script seems gone .

Caved
Reply With Quote
  #3  
Old 10-12-2021, 02:02 PM
hayward6
Forum Guide
 
Join Date: Jul 2005
Posts: 468
Default

Quote:
Originally Posted by caved View Post
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)
Reply With Quote
  #4  
Old 10-12-2021, 10:50 PM
Splose
Banned
 
Join Date: Apr 2014
Posts: 279
Default

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.
Reply With Quote
Reply

Thread Tools
Display Modes

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 07:56 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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3