Difference between revisions of "Forensics"

From World of Dread Database
Jump to: navigation, search
(¿Cómo subir forense?)
 
 
(4 intermediate revisions by one user not shown)
Line 1: Line 1:
La habilidad permite saber los detalles de una muerte. Use la habilidad, entonces click sobre un cadáver. Si tiene éxito, aparecerá un mensaje informativo sobre las circunstancias que rodean la defunción.
+
__NOTOC__
 +
[[Image:forensics.jpg]]
 +
== Description ==
  
== Dificultad de Subida ==
+
This skill permits know details of a death. Use this skill, then click a corpse. If you success, will appear an informative message about the death circumstances.
 +
 
 +
 
 +
== Skill Hardness ==
  
 
[[image:Nivel4.gif]] ''' 4'''
 
[[image:Nivel4.gif]] ''' 4'''
  
==¿Cómo subir forense?==
+
==How to raise your Forensics skill?==
 +
 
 +
We have to use a corpse as a target. First we have to do a Macro in the OPTIONS tab of our [[Paperdoll]]:
 +
 
 +
 
 +
Key F1:
 +
 
 +
 
 +
UseSkill -> Forensics
 +
 
 +
WaitForTarget
 +
 
 +
LastTarget
  
Debemos utilizar como objetivo un cadáver. Lo primero es hacerse una [[Macro]] en la pestaña OPTIONS de nuestro [[Paperdoll]], key:la que queramos, Usar habilidad,  Forense, Esperar objetivo, Último Objetivo.
 
  
 
=== Autopilot ===
 
=== Autopilot ===
El siguiente ejemplo es para [[Autopilot]].<br />
+
An example for [[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 />
+
 
 +
We open the program and in the Macros tab we write 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 forense cada 3 segundos, al llegar al final, la macro reiniciará sola y seguirá repitiendose hasta que demos al "stop". Recuerda que los cuerpos desaparecen al cabo poco tiempo.
+
 
[[Category:Habilidades]]
+
This way we use the Forensics skill every 3 seconds, it will loop itself until we click the Stop button. Remember that the corpses will disappear in a short time.
 +
 
 +
 
 +
[[Category:Skills]]

Latest revision as of 11:38, 13 November 2014

Forensics.jpg

Description

This skill permits know details of a death. Use this skill, then click a corpse. If you success, will appear an informative message about the death circumstances.


Skill Hardness

Nivel4.gif 4

How to raise your Forensics skill?

We have to use a corpse as a target. First we have to do a Macro in the OPTIONS tab of our Paperdoll:


Key F1:


UseSkill -> Forensics

WaitForTarget

LastTarget


Autopilot

An example for Autopilot.

We open the program and in the Macros tab we write the key (In this example, F1)

In the Script tab we put this:

send macro 1
wait 3 seconds


This way we use the Forensics skill every 3 seconds, it will loop itself until we click the Stop button. Remember that the corpses will disappear in a short time.