Back to "cheat death" tags

Bapeth's Dungeon Frost Armor Hotswap by barryroser

Description: Follow 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

1# Bapeths Dungeon Simple Frost Armor Hotswap
2# 
3# You must have "Frost Aspect" unlocked
4# Bind this script to a hotkey and use it when you are about to die
5# 
6# Create Cooldowns in Game:
7# "Aspect" - Regular type, no triggers needed
8# "Frost Shell" - Regular type, Trigger: Sys Message "Frost Shell activated", Cooldown : 5
9# "Frost Shell Reset" - Regular type, Trigger: Sys Message "Frost Shell activated", Cooldown : (Match your aspect level + 5 seconds)
10
11
12say "[AspectArmor Frost" 88
13getlabel backpack ping
14if insysmsg "Your armor is already of that aspect"
15    overhead "Frost Already Enabled" 2234
16else 
17    cooldown "Aspect" 30000
18    overhead "--Frost Shell Primed--" 2234
19endif
20if insysmsg "You must wait a moment before activating"
21    overhead "Aspect Cooling..." 45
22endif