Back to "pet" tags

Healing by roger

Created: 03/09/2022
Last Updated: over 3 years ago
Description from the author:

Bandage yourself. If you have a bandage going on, it warns you and you can press again to restart the bandage timer

#healing scripts for weirdos like me - roger. if not timerexists 'healTimer' createtimer 'healTimer' settimer 'healTimer' 0 endif if not timerexists 'healTimer2' createtimer 'healTimer2' settimer 'healTimer2' 0 endif if timer 'healTimer' > 10000 if diffhits > 0 hotkey 'bandage self' settimer 'healTimer' 0 wait 400 if insysmsg 'you begin applying' overhead 'bandie started' 44 endif else sysmsg 'not damaged' 22 endif else if diffhits > 0 if timer 'healTimer2' > 10000 if timer 'healTimer' < 1000 overhead 'bandie already going - 0s' 11 elseif timer 'healTimer' < 2000 overhead 'bandie already going - 1s' 11 elseif timer 'healTimer' < 3000 overhead 'bandie already going - 2s' 11 elseif timer 'healTimer' < 4000 overhead 'bandie already going - 3s' 11 elseif timer 'healTimer' < 5000 overhead 'bandie already going - 4s' 11 elseif timer 'healTimer' < 6000 overhead 'bandie already going - 5s' 11 elseif timer 'healTimer' < 7000 overhead 'bandie already going - 6s' 11 elseif timer 'healTimer' < 8000 overhead 'bandie already going - 7s' 11 elseif timer 'healTimer' < 9000 overhead 'bandie already going - 8s' 11 endif overhead 'press again to restart' 11 settimer 'healTimer2' 0 else hotkey 'bandage self' settimer 'healTimer2' 10000 settimer 'healTimer' 0 wait 400 if insysmsg 'you begin applying' overhead 'bandie restarted' 44 endif endif endif endif

Quick Filters

Bard Quick SearchCrafter Quick SearchDexxer Quick SearchHarvester Quick SearchMage Quick SearchPVM Quick SearchPVP Quick SearchStealth Quick SearchTamer Quick Search