Created: 17 days ago on 02/26/2025, 04:40:35 AM
Note from JaseOwns:
Scripts will be leveraged on both UORazorscipts.com and this site. At the time of the launch (Feb 1st 2025), this isn't working right - but it will! Thanks for checking it out
FileType: Razor Script (Community Edition)
Size: 756
Category: Training
Skills: Cartography
Hotkey: No hotkey provided
Tags: training,bug
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