- Joined
- Feb 23, 2006
- RedCents
- 10¢
Here's a simple macro I wrote for a lvl 70 druid to PL with.
I made 2 hotkeys:
Sit key
/mac sit
Stand key
/endmac
/stand
Round up several mobs, ae snare, run them to camp, self heal, hit the sit hotkey and let the DS wear them out. Use the hitallmobs.mac or a bard playing AE damage song in group works nice.
I made 2 hotkeys:
Sit key
/mac sit
Stand key
/endmac
/stand
Round up several mobs, ae snare, run them to camp, self heal, hit the sit hotkey and let the DS wear them out. Use the hitallmobs.mac or a bard playing AE damage song in group works nice.
Rich (BB code):
Sub Main
:mainloop
/if (${Me.Standing}) /sit
/goto :mainloop
/return

