Table of Contents
Details #
All scripts have been collected over the years and if available will still contain the creators details, these scripts may run well or not.
Scripts #
Tracking.sc #
sub main()
While TRUE
UO.WaitMenu("Select", "People", "Select", "Lucid")
UO.UseSkill("Tracking")
Wait(10000)
Wend
end sub
Tracking 2.sc #
sub main()
La:
UO.Exec("waitmenu 'Select a category' 'People' 'Select a creature' 'KiLLA'")
UO.Useskill("Tracking")
Wait(10000)
Goto La
end sub