Hi everyone,

I was wondering if there is a way to fix the ore veins in UO. That way you can always go to the same place for the same ore. I'd like to fix the ore and then write some runebooks for the people who mine on my shard.
 
If you would have looked into the Mining.cs you would have found
Code:
oreAndStone.RandomizeVeins = Core.ML;
just set it to false
Code:
oreAndStone.RandomizeVeins = false;
 
Back