Difference between revisions of "Hiding"

From World of Dread Database
Jump to: navigation, search
Line 1: Line 1:
== Descripción ==
+
== Description ==
  
Los otros jugadores no serán capaces de verte mientras estés escondido, la habilidad no es inmediata, tardarás un  par de segundos en ocultarte y sólo permanecerás así mientras estés quieto y sin realizar ninguna habilidad o magia. Te revelarás al cabo del tiempo o si un jugador cercano a tí hace [[Detectar lo Oculto]].
+
Other players will not be able to see you while you are using Hiding, the skill is not instant, it will take a couple of seconds in hid you and will only stay like that while you are quiet, whitout using other skill or spell. You will reveal yourself after a while or if a player near to you uses [[Detecting Hiding]].
  
== Dificultad de Subida ==
+
== Skill Hardness ==
  
 
[[image:Nivel1.gif]] ''' 1'''
 
[[image:Nivel1.gif]] ''' 1'''
  
  
==¿Cómo subir Esconderse?==
+
==How to improve Hiding?==
 +
 
 +
It is recommended improve hiding in the [[Gates Room|Training Room]] although you can improve it in your house.
 +
First you have to do is a Hiding Macro in the OPTIONS tab of our [[Paperdoll]]:
 +
 
 +
 
 +
Key F1:
 +
 
 +
UseSkill -> Hiding
  
Recomendaría subir esconderse en la [[Sala de Portales|Sala de Entrenamiento]] aunque puede subirse en casa.
 
Lo primero es hacerse una [[Macro]] de esconderse en la pestaña OPTIONS de nuestro [[Paperdoll]] Usar habilidad Esconderse.<br />
 
  
 
=== Autopilot ===
 
=== 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: <br />
+
An example for [[Autopilot]] can be this:
 +
 
 +
''Macros tab'': We choose the Key F1 in the option #1
 +
 
 +
''Script tab'': We write this:
 +
 
 +
Send Macro 1<br />
 +
Wait 3 seconds <br />
  
send macro 1<br />
 
wait 3 seconds<br />
 
  
Con estos comandos estamos queriendo decir: enviar la macro #1 (usar habilidad-->esconderse) esperar 3 segundos. Al llegar al final, la macro comenzará de nuevo. Así que estaremos ocultándonos cada 3 segundos hasta que le demos al stop. Puede subirse a la par que [[Sigilo]]<br /><br />
 
  
 
===Entrenado WoD===
 
===Entrenado WoD===
Otro ejemplo con [[Entrenador WoD]]: <br />
+
An example for [[Entrenador WoD]]: <br />
  
 
Key F1 <br />
 
Key F1 <br />
 
wait 3000 <br />
 
wait 3000 <br />
 
loop <br />
 
loop <br />
tecla F1 = usar habilidad --- Esconderse.
+
 
 +
Key F1 = UseSkill -> Hiding
  
  
 
[[Category:Skills]]
 
[[Category:Skills]]

Revision as of 15:18, 7 February 2013

Contents

Description

Other players will not be able to see you while you are using Hiding, the skill is not instant, it will take a couple of seconds in hid you and will only stay like that while you are quiet, whitout using other skill or spell. You will reveal yourself after a while or if a player near to you uses Detecting Hiding.

Skill Hardness

Nivel1.gif 1


How to improve Hiding?

It is recommended improve hiding in the Training Room although you can improve it in your house. First you have to do is a Hiding Macro in the OPTIONS tab of our Paperdoll:


Key F1:

UseSkill -> Hiding


Autopilot

An example for Autopilot can be this:

Macros tab: We choose the Key F1 in the option #1

Script tab: We write this:

Send Macro 1
Wait 3 seconds


Entrenado WoD

An example for Entrenador WoD:

Key F1
wait 3000
loop

Key F1 = UseSkill -> Hiding