Back to "tele" tags

Bapeth's Dungeon Rope + Tele by barryroser

Description: This script is meant to be used with Bapeth's Modern Dungeon Picker

https://outlands.uorazorscripts.com/script/d6b286a7-bebf-470b-a1ba-7d3a80114a79

# Bapeth's Dungeon Rope + Tele # # This is a simple Rope + Tele script that calls Bapeths Modern Dungeon Picker script # Make sure line #26 matches the name you saved the lockpicker script as # # To use the Rope + Tele, bind this script to a hotkey and play, # You must target the rope before the teleport casting time completes in order to preform the move # If you do not target the rope in time the script will transform into a simple teleport spell if mana >= 9 cast "Teleport" else overhead "Not enough mana..." 38 endif if findtype "rope" backpack 2799 as rope while queued //donothing endwhile dclick rope else overhead "I am out of rope..." 34 endif if skill "Lockpicking" >= 80 script "Bapeths Modern Dungeon Picker" endif