Recall use Rune in Backpack by disi
1# Cast recall for quick escape by disi
2# UO Outlands
3# this is my first script and used to quick recall to a defined rune in the backpack
4
5# Set this to the rune serial needed - type ">info" in chat and click on the rune
6#Andaria
7setvar! recall_rune_serial 0x4A016A14
8
9clearsysmsg
10
11overhead "find rune..." 144
12
13if find recall_rune_serial
14 overhead 'found rune! Cast recall...' 88
15 cast 'Recall'
16 wft
17 target recall_rune_serial
18endif