Camping

From World of Dread Database
Jump to: navigation, search


Camping1.jpg

Description

This skill it's used for lighting fires with kindlings. For this do a clic over a kindling (to obtain the wood, just do double clic on a dagger and one clic on a tree and we obtain kindling) to do a campfire. Your skill is automatically verified when you get to make a campfire with the kindling.

Skill Hardness

Nivel6.gif 6

How to raise your Camping skill?

We can train near a forest or in our house, for this we need to collect kindling from the trees using a dagger for example. We have to put it on the floor and do double clic to light it. To macro this skill we can do the following:


Eenas

The next example is for Eenas. First of all, we must have in our backpack piled in a location a lot of kindlings. We open the program and we put the following in the script:

DRAG X Y
WAIT 800
DROP X Y
WAIT 800
DLC X Y
WAIT 500

In the X and Y of DRAG we must put the coords. where the kindling is in our backpack, on the DROP and DLC we must put the coords. of the floor where we put them, the values must be the same because one puts them on the floor and the other one does doble clic to light the campfire.

Entrenador WoD

The next macro is for Entrenador WoD.

DRAGDROP ? ITEMS FROM xy1 TO xy2 (from the backpack to the floor)
WAIT 300
DLCLICK xy2 (Under you for example)
LOOP

Where "?" we put 1, we are going to drag 1 twig and in the coord. "xy1" whe are going to put the coords of the kindling of our backpack, in "xy2" we are going to put the coords. of one location on the floor near tu us.