Hi all.
Here I go again.
Barring any large bugs, changes, replacement or inclusions,
this IS the last update of this particular script that will be posted publicly. If all goes well, My World Traveler script will hereafter be only available via private access for reasons to be revealed at the release of the full Version 1.0 and any thereafter.
In this Beta 0.9 release, there are no character rails or actions, other than selecting items in your backpack, home secure and/or bank box and possibly moving towards one of the many bankers/minters. I'm generally looking for feedback regarding this script's functionality and ease of use and understanding.
My UCI program is not used in this script (yet) however, the
Kalocr.txt script is required. Loads of information and details about this script is in the header,
PLEASE take the time to read it before running and asking silly questions

. I am making an attempt for this to be SUO compatible, and most likely, only SUO workable (for reasons yet to be revealed). The script is so far just over 2000 lines.
As mentioned, this script will not move your character via rail, but will recall to bank/your home ( given you select the option) and look for a banker/minter if selected. The Pause and Quit buttons are not functional (sub taken out atm), loop, Go to islands, and use a boat are in a way non function, but please do use them, and use all the options both in the script itself, and menu choices.
Constructive criticism is greatly appreciated, encouraged along with your basic criticism

.
Extract the .zip file to your Euo directory
; LAST PUBLIC RELEASE !!!! Beta Version 0.9
; Updates include:
; Corrected issue with restocking bard instruments (again)
; More Small code improvements in strings
; Sub to use Runebook charge traveling capability not in TM Runebook Subs
; Option to use or not use Special bard instruments. Special instruments include:
; Gwenno's Harp, Iolo's Lute and all Flutes of Renewal. To use these instruments,
; change the %Special_Instruments value to #True, otherwise set to #False to not use
; Script Name: Superslayer's World Traveler
; Author: Superslayer
; Version: .9
; Client Tested with: 6.0.13.0
; EUO version tested with: 1.5 v148
; Shard: OSI
; Revision Date: 5-07-09
; Final Public Release: Beta 5-07-09
; Purpose: Walk the complete UO world one time from any starting position without
; going over the same area twice. (Aimed at all the possible housing locations).
; Find us at ScriptUO.com & WinUO.org
; Dependancies & Script Credits:
; Kalocr.txt -- MUST be in the same directory as EUO is installed AND this script !
; Can be dl'd here: http://www.easyuo.com/forum/viewtopic.php?p=26125#26125
; Special thanks and Credit goes to TrailMyx for his:
; Advanced Journal Scanner, Runebook/Spellcast Subs, GumpWait & OffsetClick Subs & AddUnderscore Sub
;
; Purpose : Walk the complete UO world one time from any starting position without
; going over the same area twice. (Aimed at all the possible housing locations).
; ==== Instructions and How to ====
; Begin with your character either in your home or at a bank of your choice
; Have a runebook in your characters backpack. The first rune MUST be your rune home,
; and any subsequent runes to any bank(s) IF you want. Multiple banks are supported, however, bank rune(s) are not
; required in the event you choose not to use a bank as a means of stocking any resources.
; If your magery is high enough to mark, please have a rune available in your backpack for
; subsequent 'remarking'. This will be used as a 'return to location' in the event of a restock of resources is needed.
; Select your choices in the menu and press "Start".
; ==== What this script Does and Does Not do ====
; This script Does support using a dead character. It Will rez your character if requested and resume the setup if necessary.
; You can ENTIRELY use this script while completely dead if chosen so. -Not completely implemented yet.
; This script Does NOT buy or make any resources that may be needed. All resources are to be supplied
; by the user in any of the supported ways: bank secure box, home secure, and backpack.
; This script Does offer options in both the script itself, and the menu for users to change.
; For internal script options not in the menu, see "User Config Options" below
; ==== Menu Descriptions ====
; Bank Secure : Use your bank secure for resources. i.e. recall scrolls, regs, instruments...etc.
; Home Secure : Use your home secure for resources. i.e. recall scrolls, regs, instruments...etc.
; Go to MSL's : Go to Malas Secret Locations. Assuming you already have marked runes to the locations
; MakeMSL's : Have a runebook with 9 runes in it. These will be remarked. No magery required. Runebook will be renamed.
; Having this checked will create the runes enabling your character to go to the Secret Locations.
; Return Rune : Use a rune to return to the current location after restocking any resources from your home/bank
; Go To Islands : If you have some runes to islands otherwise unreachable by walking/riding means, have these in a runebook
; no matter the name or order. The script will travel to them one by one from first to last. Multiple
; runebooks are supported.
; Stay Dead : Check this option to remain dead if already dead, or if you die along your travels. Keep unchecked to either
; rez your character when a healer is found if already dead, or rez-up if you die along your travels.
; Always Run : Check this to have your character run completely, or unchecked to walk.
; Loop Script : Enable this to continuously roam the lands until you log out/press the quit button or whatever. Leave unchecked
; to run the script once, and then stop.
; Use a Boat : Checking this will enable your character to go to islands that are otherwise inacessable if there is no rune
; currently in the users capability.
Update 5-16-09
Version Beta 0.9 Final Public release
Corrected issue with restocking bard instruments (again)
More small code improvements in strings
Added sub to use runebook charges for traveling capabilities
Option added to either use or not use Special Bard Instruments. They include:
Gwenno's Harp, Iolo's Lute and all Flutes of Renewal. See header for more information.
Update 5-07-09
Version Beta 0.85
Small Menu Adjustments
LRC count sub
TM_TravelFromRunebook & supporting subs
Bug fixed with peacemaking (didn't pick up an instrument if none found)
Eliminated requirement to 'comment out' lines in User Config, replaced with #true/#false
Basic code improvements
Update 3-23-09
Resolved the recall scrolls sub to recharge runebooks
Created a 'library' of runebooks to record what books have already been selected for certain uses
Correctly updated the Vers. number
Fixed my issue with TM's Advanced Journal Scanner
Decided to always change my avatar when posting/updating a script of mine.
Update 3-16-09
Menu additions and picture
TrailMyx's Advanced Journal Scanner
Loads more, too much to mention
Update 1-20-09
Added Skill Menu Functionality - big pain in the ass that was.
Completed the Start, Pause, and Quit buttons
Update 12-18
Added Menu
Cleaned up and straighted up code
put the script as an attachment