Difference between revisions of "Detecting Hiding"

From World of Dread Database
Jump to: navigation, search
(¿Cómo subir Detectar lo Oculto?)
 
 
(6 intermediate revisions by one user not shown)
Line 1: Line 1:
== Descripción ==
+
__NOTOC__
Usando esta habilidad, desvelaremos aquello que haya oculto en un área próxima a nosotros.
+
[[Image:detecting.jpg]]
 +
== Description ==
 +
Using this skill, will reveal what has hidden in an area near us.
  
== Dificultad de Subida ==
+
== Skill Hardness ==
  
 
[[image:Nivel2.gif]] ''' 2'''
 
[[image:Nivel2.gif]] ''' 2'''
  
==¿Cómo subir Detectar lo Oculto?==
+
==How to raise your Detecting Hiding skill?==
  
Recomendaría subir esta skill en la [[Sala de Portales|Sala de Entrenamiento]] ya que si no hay nadie ocultandose cerca, la habilidad no nos subirá.
+
Revealing hidden targets. We recommend improve this skill on the [[Gates Room|Training Room]] because if there is no one hiding near, the skill will not improve.
Lo primero es hacerse una [[Macro]] de esconderse en la pestaña OPTIONS de nuestro [[Paperdoll]] Usar habilidad detectar lo oculto.<br />
+
 
 +
First you have to do a [[Macro]] of Detecting Hiding in the tab OPTIONS of our [[Paperdoll]].
 +
 
 +
Key F1 (for example)
 +
 
 +
UseSkill -> Detecting Hiding
  
  
Line 19: Line 26:
  
 
Con estos comandos estamos queriendo decir: enviar la macro #1 (usar habilidad-->detecting) esperar 3 segundos. Al llegar al final, la macro comenzará de nuevo.  
 
Con estos comandos estamos queriendo decir: enviar la macro #1 (usar habilidad-->detecting) esperar 3 segundos. Al llegar al final, la macro comenzará de nuevo.  
[[Category:Habilidades]]
+
[[Category:Skills]]

Latest revision as of 10:55, 13 November 2014

Detecting.jpg

Description

Using this skill, will reveal what has hidden in an area near us.

Skill Hardness

Nivel2.gif 2

How to raise your Detecting Hiding skill?

Revealing hidden targets. We recommend improve this skill on the Training Room because if there is no one hiding near, the skill will not improve.

First you have to do a Macro of Detecting Hiding in the tab OPTIONS of our Paperdoll.

Key F1 (for example)

UseSkill -> Detecting Hiding


Autopilot

El ejemplo de macro es para Autopilot, muy sencillo. Digamos que la tecla que hemos elegido para la macro es "X". Abrimos el autopilot y en la pestaña "Macros" ponemos "x" (key combination) en #1. En la pestaña "Script" pondremos lo siguiente:

send macro 1
wait 3 seconds

Con estos comandos estamos queriendo decir: enviar la macro #1 (usar habilidad-->detecting) esperar 3 segundos. Al llegar al final, la macro comenzará de nuevo.