Alatyami
NotAddicted.com Engineer (Retired)
- Joined
- Dec 21, 2004
- RedCents
- 804¢
Figured Iwould start simple thus here is a little macro to bind wound while you go and get a drink or snack ...
Rich (BB code):
| Bandaide.mac
| BY: Alatyami
| Last Modified: March 30, 2005
| Usage: /macro bandaide
| Prerequisites: Pre-purchased bandages
|===============================|
Sub Main
:mainloop
/if (${Me.PctHPs} <= 70) /call Bandaide
/if (${Me.PctHPs} >= 70) /call End
/goto :mainloop
/return
Sub bandaide
:bandaide
/delay 15
/target ${Me}
/if (${Me.AbilityReady["Bind Wound"]}) /doability "bind wound"
/doevents
/if (${Me.PctHPs} >= 70) /return
/goto :bandaide
/return
Sub Event_End
Sub End
/echo Why you laying around? Get to fighting!
/endmac
/return
Last edited:



