Moderator: MacroQuest Developers
Code: Select all
Sub Main
:InfiniteLoop
/if ( (!${Me.Buff[name].ID} || ${Me.Buff[name].Duration}<1) && ${Spell[name].Stacks}) /itemnotify pack8 rightmouseup
/goto :InfiniteLoop
/return
Code: Select all
Sub Main
:InfiniteLoop
/itemnotify pack8 rightmouseup
/delay 18s
/goto :InfiniteLoop
/return
Code: Select all
Sub Main
:InfiniteLoop
/if ( (!${Me.Buff[Haste].ID} || ${Me.Buff[Haste].Duration}<1) && ${Spell[Haste].Stacks}) /itemnotify pack8 rightmouseup
/goto :InfiniteLoop
/return
Clicking it on raids is retarded - the icon stacks, but the highest haste buff wins. So youre doing yourself no good keeping it up on a raid.eddashmatt wrote:its a bard type haste clicky (short duration buff)which stacks with most haste spells except shammy haste buff,
Code: Select all
/if ((${Me.Buff[Aura of Pure Arcanum].Duration.TotalSeconds}<=180) && (!${Me.Buff[Resurrection Effects].ID})) {
/delay 1s
/call cast "The Skull of Den Lord Rakban" item 1
}