Back to "bapeths modern dungeon picker" tags
Bapeths Dungeon Frost Armor Hotswap by barryroser
Description from the author:
# Bapeths Dungeon Simple Frost Armor Hotswap
# Jan 13th 2026 - Added cooldown activation text for recent aspect swap nerf
#
# You must have "Frost Aspect" unlocked
# Bind this script to a hotkey and use it when you are about to die
#
# "REQUIRED": <---------- "Important information!"
# User must create three cooldowns named:
#
# "Aspect Armor"
# Type: Regular
# Trigger: Overhead Message
# Trigger Text: aspect armor activated
# -------------- Cooldown : 30
#"Frost Shell"
# Type: Regular
# Trigger: System Message
# Trigger Text: Frost Shell activated
# Trigger Text: Frost Shell will become
# -------------- Cooldown : 5
#"Frost Shell Reset"
# Type: Regular
# Trigger: System Message
# Trigger Text: Frost Shell activated
# -------------- Cooldown :(35 minus aspect tier level, example Tier 10 would be 35 minus 10 = 25)
say "[AspectArmor Frost" 88
getlabel backpack ping
if insysmsg "Your armor is already of that aspect"
overhead "Frost Already Enabled" 2234
elseif insysmsg "resolved an aspect special"
overhead "Recent Proc Resolved!" 38
elseif insysmsg "You must wait a moment before activating"
overhead "Aspect Cooling..." 45
else
overhead "--Frost Shell Primed--" 2234
endif
if skill "Lockpicking" >= 80 or skill "Forensic Eval" = 120
script "Bapeths Modern Dungeon Picker"
endif
if skill "Tinkering" >= 80
script "Bapeths Trapper Background"
endif
if skill "Stealth" = 120
script "Bapeths Stabber Background"
endifFollow instructions at the top of the script
Use this when you are about to die.
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








