This was requested in Help, should be working as intended now, so bringing it over here for the rest of you that also forget to switch back to your normal weapons after OT Hammerin' out.
Any questions, comments, or suggestions feel free to post. I encourage any feedback.
Rich (BB code):
#turbo 30
// For this simple macro to work, it requires you to make two bandolier profiles
// Your main weapon setup should be named "main" without quotes, and your OT Hammer
// setup should be named "overthere" without quotes. Should be simple enough!
// Horribly simple coding brought to you by ExpMonk!
// HammerTime.mac Version 1.0 - 11/21/07
Sub Main
/echo It's Hammer Time!!
/delay 1s
/band activate overthere
/delay 1s
:ZoneChecker
/if (${Zone.ID} == 93) /call EndMacro
/delay 5s
/goto :ZoneChecker
/return
sub EndMacro
/popup Switching back to your normal weapon(s)
/delay 5s
/band activate main
/delay 1s
/endmac
/return
Any questions, comments, or suggestions feel free to post. I encourage any feedback.

