Bapeth's Dungeon Smoke Bomb & Cooldown by barryroser
Description from the author:
# Bapeths Simple Smokebomb & Cooldown
#
# Create a cooldown in your uo options called "Smoke Bomb"
#
# Set line 16 "60000" (milliseconds) value to match your Thieves codex perk "Without a Trace"
# Default assumes 3pts in this perk
if findtype "bombs" backpack as sbomb
clearsysmsg
while queued
//donothing
endwhile
dclick sbomb
getlabel backpack ping
if insysmsg "You begin to move"
cooldown "Smoke bomb" 60000
endif
else
overhead "Out of Smoke Bombs..." 38
endif
if skill "Lockpicking" >= 80
script "Bapeths Modern Dungeon Picker"
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