Back to "hiding" tags

Stealth Backstab Timer by Jaseowns

Created: 03/24/2022
Last Updated: about 3 years ago
1# Stealth Backstab Timer by Jaseowns
2# UO Outlands
3if not timerexists 'shootTimer'
4    settimer 'shootTimer' 0
5endif
6@setvar! shootTimerHelper 0
7while not dead
8    if not hidden
9      settimer 'shootTimer' 0
10      @setvar! shootTimerHelper 0
11    endif
12
13    if hidden
14        if timer 'shootTimer' > 10000
15            overhead "Ready to shoot!"
16            @setvar! shootTimerHelper 10
17            wait 1000
18        elseif timer 'shootTimer' > 9000 and shootTimerHelper = 8
19            overhead "1 second"
20            @setvar! shootTimerHelper 9
21        elseif timer 'shootTimer' > 8000 and shootTimerHelper = 7
22            overhead "2 seconds"
23            @setvar! shootTimerHelper 8
24        elseif timer 'shootTimer' > 7000 and shootTimerHelper = 6
25            overhead "3 seconds"
26            @setvar! shootTimerHelper 7
27        elseif timer 'shootTimer' > 6000 and shootTimerHelper = 5
28            overhead "4 seconds" 
29            @setvar! shootTimerHelper 6
30        elseif timer 'shootTimer' > 5000 and shootTimerHelper = 4
31            overhead "5 seconds" 
32            @setvar! shootTimerHelper 5
33        elseif timer 'shootTimer' > 4000 and shootTimerHelper = 3
34            overhead "6 seconds" 
35            @setvar! shootTimerHelper 4
36        elseif timer 'shootTimer' > 3000 and shootTimerHelper = 2
37            overhead "7 seconds" 
38            @setvar! shootTimerHelper 3
39        elseif timer 'shootTimer' > 2000 and shootTimerHelper = 1
40            overhead "8 seconds" 
41            @setvar! shootTimerHelper 2
42        elseif timer 'shootTimer' > 1000 and shootTimerHelper = 0 
43            overhead "9 seconds" 
44            @setvar! shootTimerHelper 1
45        endif
46        wait 250
47    endif
48    wait 500
49endwhile

Quick Filters

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