Back to "b" 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
11if not cooldown "Aspect"
12    say "[AspectArmor Frost" 88
13    getlabel backpack ping
14    if insysmsg "Your armor is already of that aspect"
15        overhead "Frost Already Enabled" 2234
16    else 
17        cooldown "Aspect" 30000
18        overhead "--Frost Shell Primed--" 2234
19    endif
20else
21    overhead "Aspect Cooling..." 45
22endif
23
24if skill "Lockpicking" >= 80
25    script "Bapeths Modern Dungeon Picker"
26endif