Bapeth's Dungeon Smoke Bomb & Cooldown by barryroser
Description from the author:
# Bapeths Smokebomb & Cooldown
# Dec 19th 2025 - Added Selector for Thieves codex "Without a Trace" perk
#
# 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" 100000
endif
if "WithoutTracePerk" = 2
cooldown "Smoke bomb" 80000
endif
if "WithoutTracePerk" = 3
cooldown "Smoke bomb" 60000
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"
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








