Difference between revisions of "Eenas"

From World of Dread Database
Jump to: navigation, search
(Graphic Interface)
(Syntax and Commands)
 
(3 intermediate revisions by one user not shown)
Line 11: Line 11:
 
On the upper part we can see te coordinates X and Y of the screen position, they will change when we move the mouse.
 
On the upper part we can see te coordinates X and Y of the screen position, they will change when we move the mouse.
  
The grey box, are the action buttons, they are used to clean the text, start the macro, stop, save and open a macro.
+
The grey box, are the action buttons, they are used to clean the text, start, stop, save and open a macro.
  
The central box indicates the text of the macro that it will execute.
+
The central box indicates the text of the macro that will execute.
  
  
Line 29: Line 29:
 
</th>
 
</th>
 
<td>
 
<td>
Este comando sirve para enviar un texto al ultima online.
+
This command is used to send a text to Ultima On-line.
  
Ejemplo:  
+
Example:  
  
<center>TXT Hola Amigos</center>
+
<center>TXT Hello World</center>
 
</td>
 
</td>
 
</tr>
 
</tr>
Line 41: Line 41:
 
</th>
 
</th>
 
<td>
 
<td>
Este comando sirve para enviar ejecutar una tecla en el ultima online.
+
This command is used to execute a key in Ultima On-line.
  
Ejemplo:  
+
Example:  
  
 
<center>KEY [F12]</center>
 
<center>KEY [F12]</center>
Line 53: Line 53:
 
</th>
 
</th>
 
<td>
 
<td>
Manda un click izquiero al ultima online en una posición que tendrás que recogerla desde la X e Y y colocarla a mano.
+
Sends a left click to Ultima On-line on the position you want, that you can catch with the X and Y box.
  
Ejemplo:  
+
Example:  
  
 
<center>LC 300 500</center>
 
<center>LC 300 500</center>
Line 65: Line 65:
 
</th>
 
</th>
 
<td>
 
<td>
Manda doble click izquiero al ultima online en una posición que tendrás que recogerla desde la X e Y y colocarla a mano.
+
Sends double click left to Ultima On-line on the position you want, that you can catch with the X and Y box.
  
Ejemplo:  
+
Example:  
  
 
<center>DLC 300 500</center>
 
<center>DLC 300 500</center>
Line 77: Line 77:
 
</th>
 
</th>
 
<td>
 
<td>
Manda un click derecho al ultima online en una posición que tendrás que recogerla desde la X e Y y colocarla a mano.
+
Sends a right click to Ultima On-line on the position you want, that you can catch with the X and Y box.
  
Ejemplo:
+
Example:
  
 
<center>RC 300 500</center>
 
<center>RC 300 500</center>
Line 89: Line 89:
 
</th>
 
</th>
 
<td>
 
<td>
Manda doble click derecho al ultima online en una posición que tendrás que recogerla desde la X e Y y colocarla a mano.
+
Sends a double right click to Ultima On-line on the position you want, that you can catch with the X and Y box.
  
Ejemplo:  
+
Example:  
  
 
<center>DRC 300 500</center>
 
<center>DRC 300 500</center>
Line 101: Line 101:
 
</th>
 
</th>
 
<td>
 
<td>
Crea una espera en milésimas de segundo (1 segundo = 1000 ms)
+
Sends a wait in miliseconds. (1 sec = 1000 ms)
  
Ejemplo:  
+
Example:  
  
 
<center>WAIT 2500</center>
 
<center>WAIT 2500</center>
</tr>
+
 
  
 
<tr>
 
<tr>
Line 113: Line 113:
 
</th>
 
</th>
 
<td>
 
<td>
'''Cliente Nuevo'''
 
  
Coge un objeto de las coordenadas indicadas y lo deja en las coordenadas indicadas.
+
Gets an item from the indicated coordinates and drops it on the indicated coordinates.
  
Nota: Se usa el comanto TXT para especificar la cantidad que quieras coger.  
+
Note: You have to use the command TXT to especificate the amount you want to get.
  
Ejemplo:
+
Example:
  
 
<center>
 
<center>
Line 130: Line 129:
  
  
Si lo que quieres es que coja todos los objetos que haya, deberás poner:
+
If you want to pick all the items, you have to put:
  
  
Line 141: Line 140:
 
</center>
 
</center>
  
'''Cliente Antiguo'''
 
 
Coge un objeto o gump de las coordenadas indicadas. (No funciona correctamente)
 
 
Ejemplo:
 
 
 
<center>DRAG 640 780</center>
 
 
 
Deja un objeto o gump que habiamos cogido previamente con el comando DRAG en las coordenadas indicadas. (No funciona correctamente)
 
 
Ejemplo:
 
 
 
<center>DROP 320 450</center>
 
 
</td>
 
</td>
  
Line 166: Line 149:
 
</th>
 
</th>
 
<td>
 
<td>
Cierra el Eenas.
+
Closes Eenas.
  
Ejemplo:  
+
Example:  
  
 
<center>TERMINATE</center>
 
<center>TERMINATE</center>
Line 180: Line 163:
 
</th>
 
</th>
 
<td>
 
<td>
Para la macro que estas ejecutando.
+
Stops the macro that is executing.
  
Ejemplo:
+
Example:
  
 
<center>STOP</center>
 
<center>STOP</center>
Line 194: Line 177:
 
</th>
 
</th>
 
<td>
 
<td>
Caminar hacia una dirección indicada. (NW, NE, SE, SW)
+
Walks to the indicated direction. (NW, NE, SE, SW)
  
Ejemplo:  
+
Example:  
  
 
<center>WALK NW
 
<center>WALK NW
Line 210: Line 193:
 
</th>
 
</th>
 
<td>
 
<td>
Cierra el Ultima Online.
+
Closes Ultima On-Line
  
Ejemplo:  
+
Example:  
  
 
<center>CLOSEUO</center>
 
<center>CLOSEUO</center>
Line 223: Line 206:
 
</th>
 
</th>
 
<td>
 
<td>
Inicia un repetición del código, lo que pongas entre éste y el END REPEAT se repetirá las veces indicadas.
+
Starts a repeat of the code, what you put between REPEAT and END REPEAT it will repeat the indicated times.
  
Ejemplo:  
+
Example:  
  
 
<center>REPEAT 10
 
<center>REPEAT 10
  
<instrucciones>
+
<instructions>
  
 
END REPEAT
 
END REPEAT

Latest revision as of 18:20, 21 February 2013

What is Eenas?

This program is one of the best macroing assistance for Ultima On-line. With Eenas we have not need to have the screen or the mouse quiet to use it, we can leave our character with a macro while we do other things with our computer.

Graphic Interface

Here we are going to explain how it works the Eenas graphic interface.

Entrenador wod cliente nuevo eenas.jpg

On the upper part we can see te coordinates X and Y of the screen position, they will change when we move the mouse.

The grey box, are the action buttons, they are used to clean the text, start, stop, save and open a macro.

The central box indicates the text of the macro that will execute.


To open the macroing programs, right click the W icon near to the system date and then choose "Open Macroing Programs"

Abrir programa de macreo.jpg

We can choose bewteen UOLoop, Entrenador and Eenas, we left click on Eenas and then we will have it ready to use.

Syntax and Commands

TXT

This command is used to send a text to Ultima On-line.

Example:

TXT Hello World

KEY

This command is used to execute a key in Ultima On-line.

Example:

KEY [F12]

LC

Sends a left click to Ultima On-line on the position you want, that you can catch with the X and Y box.

Example:

LC 300 500

DLC

Sends double click left to Ultima On-line on the position you want, that you can catch with the X and Y box.

Example:

DLC 300 500

RC

Sends a right click to Ultima On-line on the position you want, that you can catch with the X and Y box.

Example:

RC 300 500

DRC

Sends a double right click to Ultima On-line on the position you want, that you can catch with the X and Y box.

Example:

DRC 300 500

WAIT

Sends a wait in miliseconds. (1 sec = 1000 ms)

Example:

WAIT 2500


DRAGDROP

Gets an item from the indicated coordinates and drops it on the indicated coordinates.

Note: You have to use the command TXT to especificate the amount you want to get.

Example:

DRAG 640 780

TXT 200

DROP 320 450


If you want to pick all the items, you have to put:


DRAG 640 780

TXT 65535

DROP 320 450

TERMINATE

Closes Eenas.

Example:

TERMINATE

STOP

Stops the macro that is executing.

Example:

STOP

WALK

Walks to the indicated direction. (NW, NE, SE, SW)

Example:

WALK NW

WALK SE

CLOSEUO

Closes Ultima On-Line

Example:

CLOSEUO

REPEAT/END REPEAT

Starts a repeat of the code, what you put between REPEAT and END REPEAT it will repeat the indicated times.

Example:

REPEAT 10

<instructions>

END REPEAT