Basic Heal to start bandage by Jaseowns
# Basic Heal to start bandage by Jaseowns
# UO Outlands
if skill "Healing" > 0
if findtype "clean bandage%s%" backpack as aids
if not bandaging and hp < maxhp
overhead "Missing health"
dclick aids
wft 500
hotkey 'Target Self'
elseif not bandaging and poisoned
overhead "Poison"
dclick aids
wft 500
hotkey 'Target Self'
elseif not bandaging and findbuff "bleed"
overhead "Bleed"
dclick aids
wft 500
hotkey 'Target Self'
elseif not bandaging and findbuff "disease"
overhead "Diease"
dclick aids
wft 500
hotkey 'Target Self'
endif
else
overhead "No bandages" 34
endif
endif