Thanks to Alatyami who posted a simple little Bind Wound mac I decided to work on this skill.
Here is a quick guide:
1. Buy/Summon bandages galore
2. Change the mac to:
3. Head to Crypt of Sul (use IVU in this zone) and find a quiet corner where you can afk bind wound. This zone works because there is a debuff that keeps your HP around 70% no matter what. (Unless you have already progressed far enough to have the debuff removed)
Here is a quick guide:
1. Buy/Summon bandages galore
2. Change the mac to:
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} <= 90) /call Bandaide
/if (${Me.PctHPs} >= 90) /call End
/goto :mainloop
/return
Sub bandaide
:bandaide
/delay 15
/target ${Me}
/if (${Me.AbilityReady["Bind Wound"]}) /doability "bind wound"
/doevents
/if (${Me.PctHPs} >= 90) /return
/goto :bandaide
/return
Sub Event_End
Sub End
/echo Why you laying around? Get to fighting!
/endmac
/return
3. Head to Crypt of Sul (use IVU in this zone) and find a quiet corner where you can afk bind wound. This zone works because there is a debuff that keeps your HP around 70% no matter what. (Unless you have already progressed far enough to have the debuff removed)


lol