BlacksmithingGuide

From World of Dread Database
Jump to: navigation, search

GuiaBlacksmiting1.png

This is a basic macro to train Blacksmithing, picking ingots from the floor. The macro picks the ingots from the floor (just the exactly amount to craft the armor, for example gorgets) and craft the armor until you are overloaded.

First of all, we need a forge, and pile up a huge quantity of ingots in the floor, as you can see at the pic, of course we need a hammer.

Secondly we need to fix the main backpack (this is because when we move ingots from/to the backpack, if it isn’t fixed it will move and the macro will fail) and drag the ingots from the floor and drop it into a backpack corner (like in the photo)

2.png

Finally, copy the macro and set the coordinates, we have only to run the macro until the backpack is full of armor parts.

Now you can sell them or throw it into a Trash can.


Eenas Macro:

//Pick-up ingots from the floor

Drag 401 354

//Pick the exactly amount of ingots to craft the armor

TXT 13

//Drop them into at the main backpack corner

DROP 843 627

wait 500

//Double click at the ingots

DLC 876 607

wait 500

//Select the Armors at the menu

DLC 95 62

Wait 500

//With some kinds of ores there is an extra menu for crafting

//DLC 160 64

//Wait 500

//Select the armor part that you want to craft

DLC 53 68

wait 7000