Difference between revisions of "Provocation"

From World of Dread Database
Jump to: navigation, search
(Descripción)
 
(4 intermediate revisions by one user not shown)
Line 1: Line 1:
 +
__NOTOC__
 +
[[Image:provocation.jpg]]
 
== Description ==
 
== Description ==
  
 
This skill is used to make two NPC attack one to the other. Use the skill and choose two animals or beasts that you want to incite to fight themselves.
 
This skill is used to make two NPC attack one to the other. Use the skill and choose two animals or beasts that you want to incite to fight themselves.
  
== Dificultad de Subida ==
+
== Skill Hardness ==
  
 
[[image:Nivel5.gif]] ''' 5'''
 
[[image:Nivel5.gif]] ''' 5'''
  
 +
== How to raise your Provocation skill?==
 +
 +
First we need a macro:
 +
 +
Key F1:
 +
 +
UseSkill -> Provocation
 +
 +
 +
We need two animals to confront them, but they can't attack one to the other or they will kill themselves. Also we need a musical instrument. The Macro is very easy.
  
== ¿Cómo subir Provocación?==
 
Lo primero necesitamos una macro de Usar habilidad--->Provocación.
 
Necesitaremos dos animales para enfrentarlos, pero que no puedan pegarse o se matarán. También necesitaremos un instrumento musical. La macro es sencilla.<br />
 
  
 
=== Autopilot ===
 
=== Autopilot ===
Ejemplo para [[Autopilot]]:<br />
+
An example for [[Autopilot]]:<br />
'''En la pestaña macros''' ponemos la tecla que hemos elegido para nuestra macro, por ejemplo X.<br />
+
'''Macros tab''' We put the Key we have chosen for our macro, in this example F1.<br />
'''En la pestaña locations''' pinchamos la 1 y seleccionamos a un animal, acept. En la location 2 seleccionamos al otro animal, acept también.<br />
+
'''Locations tab''' We click "1" and choose an animal, accept. In location "2" we choose the other animal, accept.<br />
  
'''En la pestaña script''': <br />
+
'''Script tab''': <br />
  
 
send macro 1<br />  
 
send macro 1<br />  

Latest revision as of 12:11, 17 November 2014

Provocation.jpg

Description

This skill is used to make two NPC attack one to the other. Use the skill and choose two animals or beasts that you want to incite to fight themselves.

Skill Hardness

Nivel5.gif 5

How to raise your Provocation skill?

First we need a macro:

Key F1:

UseSkill -> Provocation


We need two animals to confront them, but they can't attack one to the other or they will kill themselves. Also we need a musical instrument. The Macro is very easy.


Autopilot

An example for Autopilot:
Macros tab We put the Key we have chosen for our macro, in this example F1.
Locations tab We click "1" and choose an animal, accept. In location "2" we choose the other animal, accept.

Script tab:

send macro 1
wait 1 second
left clik in location 1
wait 1 second
left clik in location 2
wait 4 seconds