Difference between revisions of "Mining"
(→Minerales) |
(→¿Cómo subir Minería?) |
||
Line 129: | Line 129: | ||
* Tourmel only can be mined with the [[Jobs / Professions|Mining Profession]] | * Tourmel only can be mined with the [[Jobs / Professions|Mining Profession]] | ||
− | == | + | == How to improve Mining?== |
+ | |||
+ | 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 y Eenas === | === Sindarin y 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. | |
Line 140: | Line 141: | ||
− | + | 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. | |
− | |||
− | DLC X Y ( | + | 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)<br /> | ||
WAIT 500<br /> | WAIT 500<br /> | ||
− | + | And this it repeats until we don't have more ores and you push Stop. | |
+ | |||
=== Entrenador WoD === | === 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 ( | + | DLCLICK X Y (Double Click separated ores)<br /> |
WAIT 500<br /> | WAIT 500<br /> | ||
LOOP<br /> | LOOP<br /> | ||
[[Category:Skills]] | [[Category:Skills]] |
Revision as of 17:02, 6 February 2013
Contents |
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 only can be mined being a Dwarf
- Tourmel only can be mined with the Mining Profession
How to improve Mining?
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 y 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