I didn't set this to mem the spell, since I have it memmed already when I run the mac, but could be added I'm sure. Might want to adjust the delays from 60s to something more "random" so its not exact, but whatever floats yer fancy. This cast HoV MGB for me, and I'd guess it would do it every time MGB became available if I left myself logged in. Could easily add an /endm after the /cast, so it automatically ends once its MGBed once. Probably need to add something to make sure I didn't fizzle and to recast if I did, since it could technically start the MGB over again, but whoop dee doo. Works the way I expect it to, and until it doesn't, don't need to fix it. Plus, I'm tired =\
Code: Select all
Sub Main
:MGB
/if (${Me.AltAbilityReady[Mass Group Buff]} && ${Me.PctMana}>90) {
/ooc MGB Virtue at Main Bank - 5 minutes
/delay 60s
/ooc MGB Virtue at Main Bank - 4 minutes
/delay 60s
/ooc MGB Virtue at Main Bank - 3 minutes
/delay 60s
/ooc MGB Virtue at Main Bank - 2 minutes
/delay 60s
/ooc MGB Virtue at Main Bank - 1 minute
/delay 60s
/ooc MGB Virtue at Main Bank - INCOMING
/alt activate 35
/target ${Me.CleanName}
/delay 5s
/cast "Hand of Virtue"
}
/goto :MGB
/return