Created: 5 days ago on 04/24/2025, 06:17:33 PMUpdated: 5 days ago on 04/24/2025, 07:03:05 PM
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: 920
Category: Training
Skills: Cartography
Hotkey: No hotkey provided
Tags: training
Description: Minor improvements based on jaseowns script
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 Vo based on Jaseowns original script https://uoaddicts.com/script/cm6micvh-training-cartography-using-map-turn-in
# UO Unchained
clearsysmsg
while not dead
if findtype "map" backpack as item
dclick item
getlabel backpack pingcheck
getlabel item desc
if "drawn" in desc
getlabel backpack pingcheck
lift item
drop 0x14 -1 -1 -1
while queued
endwhile
endif
if insysmsg "Gain Chance"
sysmsg "Gain attempt!"
else
sysmsg "All done gaining!" 34
stop
endif
endif
wait 1000
endwhile