Bapeth's Dungeon Smoke Bomb & Cooldown by barryroser
Description: This 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
1# Bapeths Simple Smokebomb & Cooldown
2#
3# Create a cooldown in your uo options called "Smoke Bomb"
4#
5# Set line 16 "60000" (milliseconds) value to match your Thieves codex perk "Without a Trace"
6# Default assumes 3pts in this perk
7
8if findtype "bombs" backpack as sbomb
9 clearsysmsg
10 while queued
11 //donothing
12 endwhile
13 dclick sbomb
14 getlabel backpack ping
15 if insysmsg "You begin to move"
16 cooldown "Smoke bomb" 60000
17 endif
18else
19 overhead "Out of Smoke Bombs..." 38
20endif
21
22if skill "Lockpicking" >= 80
23 script "Bapeths Modern Dungeon Picker"
24endif