UO Unchained: simple healing script

Created: 22 days ago on 02/19/2025, 11:46:55 PM
Note from JaseOwns:
Scripts will be leveraged on both UORazorscipts.com and this site. At the time of the launch (Feb 1st 2025), this isn't working right - but it will! Thanks for checking it out
FileType: Razor Script (Community Edition)
Size: 1044
Category: healing
Skills: healing
Hotkey: No hotkey provided
Tags: No tags provided

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.