Back to "hiding" tags

Ultimate SmokeBomb Script with Cooldown (S) by Jaseowns

Created: 07/15/2023
Last Updated: about 1 year ago
1# Ultimate SmokeBomb Script with Cooldown by Jaseowns
2# UO Outlands
3# Requirements:
4#   If you want a cooldown, setup "SmokeBomb"
5#   example here: https://outlands.uorazorscripts.com/script/704cd12c-99d5-4dd7-bb85-66b8061624f1
6######
7# What is your smoke bomb cooldown? Default 2 minutes
8
9@setvar! yourSmokeBombCooldown 120000
10
11#######################################
12## Should not need to edit below this
13#######################################
14
15@setvar! myOriginalSmokePotCount 0
16if counttype 52149 backpack 2876 as potCount
17    @setvar! myOriginalSmokePotCount potCount  
18endif
19say "[SmokeBomb"
20wait 200
21if counttype 52149 backpack 2876 as potCount
22    if potCount = myOriginalSmokePotCount
23        overhead "We didn't use a bomb" 34
24    else
25        cooldown "SmokeBomb" yourSmokeBombCooldown    
26    endif
27else
28    overhead "We need bombs!" 34
29endif
30
31

Quick Filters

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