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