UO Unchained: simple healing script

Created: 4 months ago on 02/19/2025, 11:46:55 PM
FileType: Razor Script (Community Edition)
Size: 1044
Category: healing
Skills: healing

Description: simple healing script

##### ## Bandage Check Timer #### if not timerexists 'DaKlue_aidTimer' createtimer 'DaKlue_aidTimer' endif @setvar! DaKlue_aidTimerCD 5000 settimer DaKlue_aidTimer DaKlue_aidTimerCD while not dead # Using Bandaids if skill "Healing" > 0 if timer DaKlue_aidTimer >= DaKlue_aidTimerCD if findtype "clean bandage%s%" backpack as aids if hp < maxhp dclick aids wft 500 hotkey 'Target Self' settimer DaKlue_aidTimer 0 elseif poisoned dclick aids wft 500 hotkey 'Target Self' settimer DaKlue_aidTimer 0 endif else overhead "No bandages" 34 endif endif endif endwhile
View list of scripts
Disclaimer: This is a fan made site and is not directly associated with Ultima Online or UO staff.