Bapeths Dungeon Smoke Bomb & Cooldown by barryroser
Description from the author:
# Bapeths Smokebomb & Cooldown
# May 30th 2026 - Updated new Smoke Bomb timers for upcoming mini-expansion
#
# Create a cooldown in your uo options called "Smoke Bomb"
#
# Set your "Without a Trace" codex perks below, 0 = No pts, 1 = 1pt, 2 = 2pts, 3 = pts
#
# WITHOUT A TRACE
@setvar! "WithoutTracePerk" 3
if findtype "bombs" backpack as sbomb
clearsysmsg
while queued
//donothing
endwhile
dclick sbomb
getlabel backpack ping
if insysmsg "You begin to move"
if "WithoutTracePerk" = 0
cooldown "Smoke bomb" 120000
endif
if "WithoutTracePerk" = 1
cooldown "Smoke bomb" 105000
endif
if "WithoutTracePerk" = 2
cooldown "Smoke bomb" 75000
endif
if "WithoutTracePerk" = 3
cooldown "Smoke bomb" 45000
endif
endif
else
overhead "Out of Smoke Bombs..." 38
endif
if skill "Lockpicking" >= 80
pause 150
script "Bapeths Modern Dungeon Picker"
endif
if skill "Tinkering" >= 80
script "Bapeths Trapper Background"
endif
if skill "Stealth" = 120
pause 150
script "Bapeths Stabber Background"
endifThis is a basic Smokebomb hotkey with a cooldown.
This script is meant to be used with Bapeth's Modern Dungeon Picker (Not Required)
https://outlands.uorazorscripts.com/script/d6b286a7-bebf-470b-a1ba-7d3a80114a79








