Back to "b" tags

Bapeth's Dungeon Rope + Invis 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

1# Bapeth's Dungeon Invis Rope
2#
3# This is a simple Rope + Invisibility spell script that calls Bapeths Modern Dungeon Picker script
4# Make sure line #31 matches the name you saved the lockpicker script as
5
6if mana >= 20
7    hotkey "Cancel Current Target"
8    cast "Invisibility"
9    overhead "Ninja magic..." 84
10else
11    overhead "Not enough mana..." 38
12endif
13
14if findtype "rope" backpack 2799 as rope
15    dclick rope
16    wft 500
17    while targetexists 
18        //donothing
19    endwhile
20else 
21    overhead "I am out of rope..." 34
22endif
23
24wft 3000
25target self
26hotkey "Cancel Current Target"
27if skill "Stealing" = 100
28    warmode "on"
29endif
30if skill "Lockpicking" >= 80
31    script "Bapeths Modern Dungeon Picker"
32endif