drinn
Grandmaster
So you are about to be a great IDOC hunter?
Then this might help you!
Get UO Steam somewhere, set up this macro called Greatly worn Finder and find your Great worns around lands of Sosaria!
This script needs you to be running around Sosaria and it helps you to not click signs and instead that it will pop out Greatly worns to your guild messages. By that you will find easily Greatly worns and that way IDOCs. Just note that getting exact timers timers will be more difficult. You have to hang out at Greatly worns, or per 2 hours check every Greatly worn. Something's been said about Fairly worns as well.
So here is the script:
Have fun! Mark it when you have found one.
Then this might help you!
Get UO Steam somewhere, set up this macro called Greatly worn Finder and find your Great worns around lands of Sosaria!
This script needs you to be running around Sosaria and it helps you to not click signs and instead that it will pop out Greatly worns to your guild messages. By that you will find easily Greatly worns and that way IDOCs. Just note that getting exact timers timers will be more difficult. You have to hang out at Greatly worns, or per 2 hours check every Greatly worn. Something's been said about Fairly worns as well.
So here is the script:
if @findtype 0xbd2 'any' 'ground'
clickobject 'found'
waitforjournal 'greatly' 1000 'system'
if @injournal 'greatly' 'system'
guildmsg 'Found a Greatly worn house'
snapshot
pause 500
clearjournal
endif
// Ignore this sign so it does not repeat until next login
ignoreobject 'found'
endif
Have fun! Mark it when you have found one.