One of my main boxes has always been a wizard or druid for transport. But I am mixing things up a bit with a bard on that account. This means no transport to the GL. The 5 lines of the EQ hotkeys weren't enough so, after reading a few other macros, came up with this. A few things:
* I load mq2cast because KissAssist unloads it on exit.
* This assumes you have a Drunkard's Stein. If not it goes to Throne
* replace the classes below with your non-gate characters by name
* Your tank always goes last.
I hope someone finds it useful. Open to any suggestions for improvement.
* I load mq2cast because KissAssist unloads it on exit.
* This assumes you have a Drunkard's Stein. If not it goes to Throne
* replace the classes below with your non-gate characters by name
* Your tank always goes last.
I hope someone finds it useful. Open to any suggestions for improvement.
Code:
#warning
#turbo 80
Sub Main
/echo Gating the group
/delay 1
/bcg //end
/delay 1
/bct BARD //twist off
/delay 1
/bct ZERKER //plugin mq2berzerker unload
/delay 1
/bcg //plugin mq2cast load
/delay 1
/bcg //casting "Gate"
/delay 1
/if (${Me.ItemReady[Drunkard's Stein]}) {
/bct ZERKER //useitem "Drunkard's Stein"
} else {
/bct ZERKER //alt activate 511 }
/delay 1
/if (${Me.ItemReady[Drunkard's Stein]}) {
/bct BARD //useitem "Drunkard's Stein"
} else {
/bct BARD //alt activate 511
}
/delay 1
/if (${Me.ItemReady[Drunkard's Stein]}) {
//useitem "Drunkard's Stein"
} else {
/alt activate 511
}
/endmacro

