Created: 4 months ago on 02/26/2025, 04:40:35 AM
FileType: Razor Script (Community Edition)
Size: 756
Description: Carlos near the new player dungeon on UOR can replace your map. So use the best map you can and stand near him, this script will ID the map and turn it in, then ID and turn it in, etc. Once you stop gaining the script will stop, use another level of map.
# Training Cartography using map turn in by Jaseowns
# UO Unchained
clearsysmsg
settimer gainTimer 0
while not dead
if findtype "map" backpack as item
dclick item
getlabel item desc
if "drawn" in desc
wait 400
lift item
drop 0x14 -1 -1 -1
wait 650
elseif insysmsg "gain"
sysmsg "Gain attempt!"
settimer gainTimer 0
elseif timer gainTimer > 10000
sysmsg "All done gaining!" 34
stop
endif
endif
wait 200
endwhile