• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

Cleric Petburn Macro

TeachersPet

Well-known member
Joined
Jul 27, 2005
RedCents
71¢
Figured I'd try posting for access with something I whipped up after I got burn of spam clicking petburn to solo Menlo in NC

Rich (BB code):
| TeachersPet Cleric Petburn Macro!
| Gate or any Group Spell must be in Gem #8

#turbo
#event AAFail "Your ability failed. Timer has been reset."
#event Fizzle "Your spell fizzles!"
#event End    "You must first select a target for this spell!"
#event End    "Your target is out of range, get closer!"
#event End    "You cannot see your target."
#event End    "LOADING, PLEASE WAIT..."

Sub Main
	/declare AAFail int outer 0
	/alt activate 35
	/alt activate 391
	/cast 8
	/stopcast
	:loop
	/doevents
	/goto :loop
/return

Sub Event_AAFail
	/varset AAFail ${Math.Calc[${AAFail}+1].Int}
	/if (${AAFail}==2) {
		/varset AAFail 0
		/alt activate 35
		/alt activate 391
		/cast 8
		/stopcast
	}	
/return

Sub Event_Fizzle
	/cast 8
	/stopcast
/return

Sub Event_End
	/cast 8
	/stopcast
	/end
/return
 
Last edited:
I'll mod it for Enchanter doppleganger pets and get it so it doesn't do that gay shadowstep when I get a chance.
 
Cleric Petburn Macro

Users who are viewing this thread

Back
Top
Cart