Rope with cooldowns by yarick.
Description from the author:
if not timerexists teleCastTimer
createtimer teleCastTimer
endif
if findtype "rope" backpack and not cooldown 'Rope'
if targetexists
hotkey 'Cancel Current Target'
endif
say '[rope'
settimer teleCastTimer 0
while timer teleCastTimer < 2000
while targetexists
endwhile
endwhile
if insysmsg 'That location is blocked' or insysmsg 'That is too far away.' or insysmsg 'Target cannot be seen.'
//failed
else
if cooldown 'Combat'
//combat has a 15 sec cooldown on tele
//and a 2 min cooldown after rope
cooldown "Rope" 120000
cooldown "Teleport" 120000
else
//out of combat you can tele rope quickly
cooldown "Rope" 5000
endif
endif
endif
#Set this to your loop script to resume your loop
#hotkey 'Play Script: AA\Route'The script uses the following cooldowns
Combat - a PvP timer
Teleport - as default (script controls duration)
Rope - as default (script controls duration)
The script was designed to be used along side this Rope Tele script
https://outlands.uorazorscripts.com/script/ba7d9e0f-ff62-4715-9c81-d287e8558968