Mining: Difference between revisions

From UO Outlands Wiki
Jump to navigation Jump to search
(Created page with "<div style="float: left;">__TOC__</div> center|link= ==Summary== Players can harvest Ore using a Pickaxe. There is a random chance to harvest col...")
 
 
(34 intermediate revisions by 17 users not shown)
Line 1: Line 1:
<div style="float: left;">__TOC__</div>
[[Category:Skills]][[Category:Crafting]]
[[File:wiki-mining.gif|center|link=]]
 
==Summary==
==Summary==
Players can harvest Ore using a [[Pickaxe]]. There is a random chance to harvest colored ore if the player meets the material's skill requirement. Base chances for players to discover colored ores are as follows:
Players can harvest Ore using a Pickaxe. Mining always uses [[Smart Harvest]], by double clicking a pickaxe you automatically try to harvest all nearby nodes. There is a random chance to harvest colored ore if the player meets the material's skill requirement.


* [[File:wiki-resources-ore.png|right|link=]]Regular Ore: '''82%'''
* Mining within town regions is blocked, except for Shelter Island with a young player status.  
* Dull Copper Ore: '''4.0%'''
* Nodes are randomized when they respawn and have a chance to uncover colored ore
* Shadow Iron Ore: '''3.5%'''
* Colored pickaxes increase the chance to mine ore successfully
* Copper Ore: '''3.0.%'''
* The chance for a node to be of a rarer color is not affected by other parameters
* Bronze Ore: '''2.5%'''
* If you don't have the required skill to mine the ore color of the current node, you will find the highest color or you can mine instead
* Gold Ore: '''2.0%'''
* Whenever a player Recalls, Travels via Moongate, or Hikes, they will have a 60 second delay before they can attempt to Harvest again
* Agapite Ore: '''1.5%'''
** Same applies after teleporting or using an Adventurer's Rope
* Verite Ore: '''1.0%'''
* Valorite Ore: '''0.5%'''
* Avarite Ore: '''0.25%'''




Minimum Skill requirements and success chance formulas for harvesting colored ore types:
==Harvesting Colored Ore==
 
{| class="wikitable" style="text-align:center;"
{| class="contenttable sortable" style="border: 0px; width: 100%;"
! Ore
|- style="border: 0px;"
! Skill
| style="border: 0px; text-align: left; vertical-align: top;"|
! Success Chance
===Regular Ore===
! 120 Skill + Best Pickaxe
* Requires 0 Mining Skill
|-
* Success Chance = (((Mining Skill - 0) / 100) * (1 + Tool Bonus))
| [[File:ore_iron.png|link=]]<br />Iron
 
| 0
| style="border: 0px; text-align: left; vertical-align: top;"|
| (((Mining Skill - 0) / 1) * (1 + Tool Bonus))
===Dullcopper Ore===
| 100% Chance to Mine
* Requires 65 Mining Skill
|-
* Success Chance = (((Mining Skill - 25) / 80) * (1 + Tool Bonus))
| [[File:ore_dullcopper.png|link=]]<br />Dull Copper
| 65
| (((Mining Skill - 25) / .8) * (1 + Tool Bonus))
| 100% Chance to Mine
|-
| [[File:ore_shadowiron.png|link=]]<br />Shadow Iron
| 70
| (((Mining Skill - 30) / .8) * (1 + Tool Bonus))
| 100% Chance to Mine
|-
| [[File:ore_copper.png|link=]]<br />Copper
| 75
| (((Mining Skill - 35) / .8) * (1 + Tool Bonus))
| 100% Chance to Mine
|-
| [[File:ore_bronze.png|link=]]<br />Bronze
| 80
| (((Mining Skill - 40) / .8) * (1 + Tool Bonus))
| 100% Chance to Mine
|-
| [[File:ore_gold.png|link=]]<br />Gold
| 85
| (((Mining Skill - 45) / .8) * (1 + Tool Bonus))
| 100% Chance to Mine
|-
| [[File:ore_agapite.png|link=]]<br />Agapite
| 90
| (((Mining Skill - 50) / .8) * (1 + Tool Bonus))
| 100% Chance to Mine
|-
| [[File:ore_verite.png|link=]]<br />Verite
| 95
| (((Mining Skill - 55) / .8) * (1 + Tool Bonus))
| 100% Chance to Mine
|-
| [[File:ore_valorite.png|link=]]<br />Valorite
| 99
| (((Mining Skill - 59) / .8) * (1 + Tool Bonus))
| 96% chance to Mine
|-
| [[File:ore_avarite.png|link=]]<br />Avarite
| 110
| (((Mining Skill - 63) / .8) * (1 + Tool Bonus))
| 90% Chance to Mine
|}


| style="border: 0px; text-align: left; vertical-align: top;"|
===Shadow Ore===
* Requires 70 Mining Skill
* Success Chance = ((Mining Skill - 30) / 80) * (1 + Tool Bonus)


|- style="border: 0px;"
Base chances for players to discover colored ores are as follows:
| style="border: 0px; text-align: left; vertical-align: top;"|
===Copper Ore===
* Requires 75 Mining Skill
* Success Chance = ((Mining Skill - 35) / 80) * (1 + Tool Bonus)
 
| style="border: 0px; text-align: left; vertical-align: top;"|
===Bronze Ore===
* Requires 80 Mining Skill
* Success Chance = ((Mining Skill - 40) / 80) * (1 + Tool Bonus)
 
| style="border: 0px; text-align: left; vertical-align: top;"|
===Gold Ore===
* Requires 85 Mining Skill
* Success Chance = ((Mining Skill - 45) / 80) * (1 + Tool Bonus)
 
|- style="border: 0px;"
| style="border: 0px; text-align: left; vertical-align: top;"|
===Agapite Ore===
* Requires 90 Mining Skill
* Success Chance = ((Mining Skill - 50) / 80 )* (1 + Tool Bonus)
 
| style="border: 0px; text-align: left; vertical-align: top;"|
===Verite Ore===
* Requires 95 Mining Skill
* Success Chance = ((Mining Skill - 55) / 80) * (1 + Tool Bonus)
 
| style="border: 0px; text-align: left; vertical-align: top;"|
===Valorite Ore===
* Requires 99 Mining Skill
* Success Chance = ((Mining Skill - 59) / 80) * (1 + Tool Bonus)
 
|- style="border: 0px;"
| style="border: 0px; text-align: left; vertical-align: top;"|
===Avarite Ore===
* Requires 110 Mining Skill
* Success Chance = ((Mining Skill - 63) / 80) * (1 + Tool Bonus)
 
| style="border: 0px; text-align: left; vertical-align: top;"|
 
 
| style="border: 0px; text-align: left; vertical-align: top;"|


{| class="wikitable" style="text-align:center;"
! Ore
! Base Chance
|-
| [[File:ore_iron.png|link=]]<br />Iron
| 82%
|-
| [[File:ore_dullcopper.png|link=]]<br />Dull Copper
| 4.0%
|-
| [[File:ore_shadowiron.png|link=]]<br />Shadow Iron
| 3.5%
|-
| [[File:ore_copper.png|link=]]<br />Copper
| 3.0%
|-
| [[File:ore_bronze.png|link=]]<br />Bronze
| 2.5%
|-
| [[File:ore_gold.png|link=]]<br />Gold
| 2.0%
|-
| [[File:ore_agapite.png|link=]]<br />Agapite
| 1.5%
|-
| [[File:ore_verite.png|link=]]<br />Verite
| 1.0%
|-
| [[File:ore_valorite.png|link=]]<br />Valorite
| 0.5%
|-
| [[File:ore_avarite.png|link=]]<br />Avarite
| 0.25%
|}
|}


==Colored Pickaxes==
==Colored Pickaxes==
[[File:harvesting-craftingpickaxe.png|right|link=]]Players using exceptional and colored material pickaxes will receive a Tool Bonus to their harvesting success chances as follows (with all applicable bonuses stacking):
Players using exceptional and colored material pickaxes will receive a Tool Bonus to their harvesting success chances as follows (with all applicable bonuses stacking):


* Exceptional Quality Pickaxe Tool Bonus: '''0.04'''
{| class="wikitable" style="text-align:center;"
* Master Crafted Tool Bonus: '''0.04'''
! Material
* Dull Copper Pickaxe Tool Bonus: '''0.02'''
! Tool Bonus
* Shadow Iron Pickaxe Tool Bonus: '''0.04'''
|-
* Copper Pickaxe Tool Bonus: '''0.06'''
| [[File:tinkering_pickaxe_iron.jpg|link=]]<br />Exceptional
* Bronze Pickaxe Tool Bonus: '''0.08'''
| 0.04
* Gold Pickaxe Tool Bonus: '''0.10'''
|-
* Agapite Pickaxe Tool Bonus: '''0.12'''
| [[File:tinkering_pickaxe_iron.jpg|link=]]<br />Mastercrafted
* Verite Pickaxe Tool Bonus: '''0.14'''
| 0.04
* Valorite Pickaxe Tool Bonus: '''0.16'''
|-
* Avarite Pickaxe Tool Bonus: '''0.18'''
| [[File:tinkering_pickaxe_dullcopper.jpg|link=]]<br />Dull Copper
| 0.02
|-
| [[File:tinkering_pickaxe_shadowiron.jpg|link=]]<br />Shadow Iron
| 0.04
|-
| [[File:tinkering_pickaxe_copper.jpg|link=]]<br />Copper
| 0.06
|-
| [[File:tinkering_pickaxe_bronze.jpg|link=]]<br />Bronze
| 0.08
|-
| [[File:tinkering_pickaxe_gold.jpg|link=]]<br />Gold
| 0.10
|-
| [[File:tinkering_pickaxe_agapite.jpg|link=]]<br />Agapite
| 0.12
|-
| [[File:tinkering_pickaxe_verite.jpg|link=]]<br />Verite
| 0.14
|-
| [[File:tinkering_pickaxe_valorite.jpg|link=]]<br />Valorite
| 0.16
|-
|| [[File:tinkering_pickaxe_avarite.jpg|link=]]<br />Avarite
| 0.18
|}




Line 102: Line 154:
* Players may double-click Ore if they are within 2 tiles of a forge to smelt into Ingots
* Players may double-click Ore if they are within 2 tiles of a forge to smelt into Ingots
* Players may double-click Ore that is on a Pack Animal if they are within 2 tiles of a forge to smelt it
* Players may double-click Ore that is on a Pack Animal if they are within 2 tiles of a forge to smelt it
* Smelting Ore will produce 2 Ingots
* You cannot smelt ore that you do not have sufficient Mining skill to mine yourself




[[File:crafting-mining-smeltingore.png|center|link=]]
[[File:crafting-mining-smeltingore.png|link=]]
 
 


==Ore Maps==
==Ore Resource Maps==
* When using Ore Maps, search radius is increased by (100% * (Mining Skill / 100))
* When using Ore Maps, search radius is increased by (100% * (Mining Skill / 100))




[[File:resourcemap-mining.gif|center|link=]]




[[File:resourcemap-miningupaspota.gif|link=]]


==PvM Bonus==
==PvM Bonus==
* Increases damage with Macing weapons against creatures by (25% * (Mining Skill / 100))
* When attacking with a [[Mace Fighting|Macing]] weapon, add [[Base Weapon Damage]] * (25% * (Mining Skill / 100)) damage per hit






==PvP Bonus==
==PvP Bonus==
* Increases damage with Macing weapons against players by (10% * (Mining Skill / 100))
* When attacking with a [[Mace Fighting|Macing]] weapon, add [[Base Weapon Damage]] * (10% * (Mining Skill / 100)) damage per hit
 
 
 
==Training==
{| class="wikitable" style="text-align: center;"
! Skill
! Activity
|-
| 0-50
| [[Skills_%26_Stats#Trainable_Skills_from_NPCs|Train from NPC]]
|-
| 50-100
| Mine overworld areas with a Pickaxe
|-
| 100-120
| Mining Colored Ore will have a chance of skill gain
|}

Latest revision as of 01:17, 2 June 2024

Summary

Players can harvest Ore using a Pickaxe. Mining always uses Smart Harvest, by double clicking a pickaxe you automatically try to harvest all nearby nodes. There is a random chance to harvest colored ore if the player meets the material's skill requirement.

  • Mining within town regions is blocked, except for Shelter Island with a young player status.
  • Nodes are randomized when they respawn and have a chance to uncover colored ore
  • Colored pickaxes increase the chance to mine ore successfully
  • The chance for a node to be of a rarer color is not affected by other parameters
  • If you don't have the required skill to mine the ore color of the current node, you will find the highest color or you can mine instead
  • Whenever a player Recalls, Travels via Moongate, or Hikes, they will have a 60 second delay before they can attempt to Harvest again
    • Same applies after teleporting or using an Adventurer's Rope


Harvesting Colored Ore

Ore Skill Success Chance 120 Skill + Best Pickaxe

Iron
0 (((Mining Skill - 0) / 1) * (1 + Tool Bonus)) 100% Chance to Mine

Dull Copper
65 (((Mining Skill - 25) / .8) * (1 + Tool Bonus)) 100% Chance to Mine

Shadow Iron
70 (((Mining Skill - 30) / .8) * (1 + Tool Bonus)) 100% Chance to Mine

Copper
75 (((Mining Skill - 35) / .8) * (1 + Tool Bonus)) 100% Chance to Mine

Bronze
80 (((Mining Skill - 40) / .8) * (1 + Tool Bonus)) 100% Chance to Mine

Gold
85 (((Mining Skill - 45) / .8) * (1 + Tool Bonus)) 100% Chance to Mine

Agapite
90 (((Mining Skill - 50) / .8) * (1 + Tool Bonus)) 100% Chance to Mine

Verite
95 (((Mining Skill - 55) / .8) * (1 + Tool Bonus)) 100% Chance to Mine

Valorite
99 (((Mining Skill - 59) / .8) * (1 + Tool Bonus)) 96% chance to Mine

Avarite
110 (((Mining Skill - 63) / .8) * (1 + Tool Bonus)) 90% Chance to Mine


Base chances for players to discover colored ores are as follows:

Ore Base Chance

Iron
82%

Dull Copper
4.0%

Shadow Iron
3.5%

Copper
3.0%

Bronze
2.5%

Gold
2.0%

Agapite
1.5%

Verite
1.0%

Valorite
0.5%

Avarite
0.25%

Colored Pickaxes

Players using exceptional and colored material pickaxes will receive a Tool Bonus to their harvesting success chances as follows (with all applicable bonuses stacking):

Material Tool Bonus

Exceptional
0.04

Mastercrafted
0.04

Dull Copper
0.02

Shadow Iron
0.04

Copper
0.06

Bronze
0.08

Gold
0.10

Agapite
0.12

Verite
0.14

Valorite
0.16

Avarite
0.18


Smelting

  • Players may double-click Ore if they are within 2 tiles of a forge to smelt into Ingots
  • Players may double-click Ore that is on a Pack Animal if they are within 2 tiles of a forge to smelt it
  • Smelting Ore will produce 2 Ingots
  • You cannot smelt ore that you do not have sufficient Mining skill to mine yourself


Ore Resource Maps

  • When using Ore Maps, search radius is increased by (100% * (Mining Skill / 100))



PvM Bonus


PvP Bonus


Training

Skill Activity
0-50 Train from NPC
50-100 Mine overworld areas with a Pickaxe
100-120 Mining Colored Ore will have a chance of skill gain