Difference between revisions of "Item identification"

From World of Dread Database
Jump to: navigation, search
Line 1: Line 1:
== Descripción ==
+
== Description ==
  
Habilidad que nos permitirá saber de qué está hecho un artículo y su valor monetario aproximado. Para utilizar esta habilidad, use la habilidad, luego click sobre el artículo que desee identificar.
+
Skill that will permit know what an item is made of and the aproximated monetary value. Use the skill, then click the item you want to identify.
  
== Dificultad de Subida ==
+
== Skill Hardness ==
  
 
[[image:Nivel1.gif]] ''' 1'''
 
[[image:Nivel1.gif]] ''' 1'''
  
  
== ¿Cómo subir Identificación de Objetos?==
+
== How to improve Item identification?==
  
Se sube utilizando como objetivo cualquier objeto.
+
It improves using as a target any item.
Lo primero es hacerse una [[Macro]] en la pestaña OPTIONS de nuestro [[Paperdoll]], key:la que queramos, Usar habilidad, Identificar objeto, Esperar objetivo, Último objetivo.
+
 
 +
First you have to do a Macro in the OPTIONS tab of our [[Paperdoll]]:
 +
 
 +
Key F1:
 +
 
 +
UseSkill -> Item ID
 +
 
 +
WaitForTarget
 +
 
 +
LastTarget
  
 
=== Autopilot===
 
=== Autopilot===
El siguiente ejemplo es para [[Autopilot]].<br />
+
 
Abrimos el programa y en la pestaña "Macros" escribimos la key que hemos elegido (pongamos "x"), ejemplo: #1 Unused X. En la pestaña "Script" pondremos lo siguiente:<br />
+
An example for [[Autopilot]].<br />
 +
 
 +
We open the program and in the Macros tab we put the Key (In this example, F1)
 +
In the Script tab we put this:
 +
 
  
 
send macro 1<br />
 
send macro 1<br />
 
wait 3 seconds<br />
 
wait 3 seconds<br />
  
De esta manera enviaremos la orden de usar la habilidad de Identificar objeto cada 3 segundos, al llegar al final, la macro reiniciará sola y seguirá repitiéndose hasta que demos al "stop". (Los tiempos de espera de las macros son orientativos).
 
  
 +
This way we are using Item ID every 3 seconds and it will loop until we push the Stop button.
  
  
 
[[Category:Skills]]
 
[[Category:Skills]]

Revision as of 16:06, 7 February 2013

Contents

Description

Skill that will permit know what an item is made of and the aproximated monetary value. Use the skill, then click the item you want to identify.

Skill Hardness

Nivel1.gif 1


How to improve Item identification?

It improves using as a target any item.

First you have to do a Macro in the OPTIONS tab of our Paperdoll:

Key F1:

UseSkill -> Item ID

WaitForTarget

LastTarget

Autopilot

An example for Autopilot.

We open the program and in the Macros tab we put the Key (In this example, F1) In the Script tab we put this:


send macro 1
wait 3 seconds


This way we are using Item ID every 3 seconds and it will loop until we push the Stop button.