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:

