Escape runebook using recall charge by Jaseowns
1# Escape runebook using recall charge by Jaseowns
2# UO Outlands
3# Description:
4# Each rune is 6 gump responses away starting at 2
5# gumpresponse 2 is the first rune
6# gumpresponse 8 is the second rune
7# gumpresponse 14 is the third rune, etc
8# ----------------------------
9# Edit line 14 if you want to use a different location
10# ----------------------------
11# This default assumes you want to
12# go to the first rune
13# in your book
14@setvar! jase_escape_runebook_location 2
15
16if findtype "runebook" backpack as rbook
17 dclick rbook
18 waitforgump 1551740969 1000
19 gumpresponse jase_escape_runebook_location 1551740969
20endif
21