Confused....

DHopper

Neophyte
Im attempting to dig up a few land treasures....what exactly do I use to dig them up if not a shovel? All I get is "You Can't Mine Here".....Help
 

parsnip

Grandmaster
Im attempting to dig up a few land treasures....what exactly do I use to dig them up if not a shovel? All I get is "You Can't Mine Here".....Help

Double click shovel, select map. If you are in the right spot, it will start digging.
 

parsnip

Grandmaster
You can also single click the map and select Dig for Treasure.

If you are using UOSteam (highly recommended for tmaps), here's a macro that will search your backpack for a map and dig for you. You need to be standing north of the tmap spot when you play it. Nice thing about this method is that you can remain mounted:

@findtype 0x14ec 0x0 'backpack'
waitforcontext 'found' 1 15000
waitfortarget 15000
targettileoffset 0 1 0
partymsg 'Dig'
pause 30000
partymsg 'Dug'
 
Top