Noble Sacrifice on self by Jaseowns
1# Use Noble Sacrifice on your self with a hotkey by Jaseowns
2# UO Outlands
3if not timerexists noblesactimer
4 createtimer noblesactimer
5 settimer noblesactimer 30000
6endif
7
8if timer noblesactimer >= 30000
9 say '[NobleSacrifice'
10 wft 500
11 if targetexists
12 target self
13 settimer noblesactimer 0
14 endif
15else
16 overhead "on cooldown" 34
17endif