Bapeth's Dungeon Frost Armor Hotswap by barryroser
Description from the author:
# Bapeths Dungeon Simple Frost Armor Hotswap
#
# 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" OVERHEAD Trigger Text: aspect armor activated
# -------------- Cooldown : 30
#
# "Frost Shell" SYS MESSAGE Trigger Text: Frost Shell activated
# -------------- Cooldown : 5
#
# "Frost Shell Reset" SYS 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
script "Bapeths Modern Dungeon Picker"
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








