I found that at 60 healing I was able to sufficiently heal myself with the following Macro:Dreadnaught wrote:What kind of bandage heal skill would you need to have to be able to keep your character up?
!Loop
If hits <= 50
Exec: Bandage Self
Pause: 15 Seconds
End If
Code: Select all
!Loop
Assistant.Macros.IfAction|0|0|50
Assistant.Macros.HotKeyAction|1025|
Assistant.Macros.PauseAction|00:00:15
Assistant.Macros.EndIfAction