Difference between revisions of "Mining"
(→Ores) |
(→Ores) |
||
Line 98: | Line 98: | ||
<td align="center">Blackrock</td> | <td align="center">Blackrock</td> | ||
<td align="center">80.0</td> | <td align="center">80.0</td> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td align="center">[[Image:Titanio.gif]]</td> | <td align="center">[[Image:Titanio.gif]]</td> | ||
<td align="center">Titanium</td> | <td align="center">Titanium</td> | ||
− | <td align="center"> | + | <td align="center">90.0</td> |
+ | </tr> | ||
+ | <tr> | ||
+ | <td align="center">[[Image:Elfico.gif]]</td> | ||
+ | <td align="center">Elfic</td> | ||
+ | <td align="center">95.0</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 122: | Line 122: | ||
<td align="center">[[Image:Tourmel.gif]]</td> | <td align="center">[[Image:Tourmel.gif]]</td> | ||
<td align="center">Tourmel</td> | <td align="center">Tourmel</td> | ||
− | <td align="center"> | + | <td align="center">137.0</td> |
+ | </tr> | ||
+ | <tr> | ||
+ | <td align="center">[[Image:Moonstone.png]]</td> | ||
+ | <td align="center">Moonstone</td> | ||
+ | <td align="center">145.0</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td align="center">[[Image:Furium.png]]</td> | ||
+ | <td align="center">Furium</td> | ||
+ | <td align="center">150.0</td> | ||
</tr> | </tr> | ||
Line 129: | Line 139: | ||
* Gromril can be mined by all races, (The [[Dwarf]] is better mining it than other races) | * Gromril can be mined by all races, (The [[Dwarf]] is better mining it than other races) | ||
+ | * Moonstone can only be mined during full moon nights (from 20:00 to 0:00) | ||
== How to raise your Mining skill?== | == How to raise your Mining skill?== |
Revision as of 02:26, 14 September 2019
Description
This skill is used to obtain ores from the mines. For that we need a pickaxe or a shovel, we double click the pickaxe or shovel and we click the mine floor to mine. This skill is also necessary to transform the ores in ingots with a forge.
Skill Hardness
Ores
- Gromril can be mined by all races, (The Dwarf is better mining it than other races)
- Moonstone can only be mined during full moon nights (from 20:00 to 0:00)
How to raise your Mining skill?
The easiest way to improve mining is smelting separated ores or separated bottles, to do this we need two macro, one to separate and other to smelt.
Sindarin & Eenas
First we have to put ores in a location to separate them to another location with the next macro of Sindarin that lets us separate them one by one.
DRAG 1 [X1,Y1] [X2,Y2]
X1 and Y1 are the locations were the ores are to separate them, X2 and Y2 are the locations were we want to leave the separated ores.
Once we have separated the ores, we go near a forge and we do a macro to double click the ores with Eenas.
DLC X Y (Double Click separated ores)
WAIT 500
And this it repeats until we don't have more ores and you push Stop.
Entrenador WoD
This macro is for Entrenador WoD:
First we have to put the ores in a location to separate them 1 by 1:
DRAGDROP ? ITEMS FROM XXX TO YYY
XXX is the locations were all the ores are to separate them, YYY is the location were we want to leave the separated ores.
Once we have separated the ores, we go near a forge and we do a macro to double click the ores with Entrenador WoD.
DLCLICK X Y (Double Click separated ores)
WAIT 500
LOOP