I have been messing around with this script for a little while today, trying to make a gift gathering script in OEUO for testing when they release the 13th anniversary gifts. Anyway, everything seemed to be working well, but I am now having two problems with the script (and I shut down both OEUO and UO, as well as redownloaded version 1.7, to make sure I didn't accidentally change anything in there when getting the numbers for the shards):
1) The script does not seem to recognize Legends when scanning the shards; this is the first shard I have on my list, so it might be possible that it is just not scanning the first one?
2) Even though it recognizes other shards, it doesn't actually select any of them for me. I have tested this with several shards, and while it moves down the list until it finds the correct shard, it does not actually choose the shard, instead logging into the last shard selected. However, if I changed line 190 from:
UO.Click(238,115,true,true,true,false) -- click shard name
to:
UO.Click(238,115,true,true,false,false) -- click shard name
as well as commented out line 192:
UO.Click(618,445,true,true,true,false) -- click green arrow
it does log into the correct shard, although it still doesn't recognize Legends.
Anyway, I love the script so far, as it will definitely make finishing the Gift Gathering script a lot easier, and then I can turn my attention to seeing if I can write a BOD Gatherer as well!