Difference between revisions of "Eenas"
(→Graphic Interface) |
(→Syntax and Commands) |
||
Line 29: | Line 29: | ||
</th> | </th> | ||
<td> | <td> | ||
− | + | This command is used to send a text to Ultima On-line. | |
− | + | Example: | |
− | <center>TXT | + | <center>TXT Hello World</center> |
</td> | </td> | ||
</tr> | </tr> | ||
Line 41: | Line 41: | ||
</th> | </th> | ||
<td> | <td> | ||
− | + | This command is used to execute a key in Ultima On-line. | |
− | + | Example: | |
<center>KEY [F12]</center> | <center>KEY [F12]</center> | ||
Line 53: | Line 53: | ||
</th> | </th> | ||
<td> | <td> | ||
− | + | Sends a left click to Ultima On-line on the position you want, that you can catch with the X and Y box. | |
− | + | Example: | |
<center>LC 300 500</center> | <center>LC 300 500</center> | ||
Line 65: | Line 65: | ||
</th> | </th> | ||
<td> | <td> | ||
− | + | Sends double click left to Ultima On-line on the position you want, that you can catch with the X and Y box. | |
Ejemplo: | Ejemplo: | ||
Line 77: | Line 77: | ||
</th> | </th> | ||
<td> | <td> | ||
− | + | Sends a right click to Ultima On-line on the position you want, that you can catch with the X and Y box. | |
Ejemplo: | Ejemplo: | ||
Line 89: | Line 89: | ||
</th> | </th> | ||
<td> | <td> | ||
− | + | 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: | Ejemplo: | ||
Line 101: | Line 101: | ||
</th> | </th> | ||
<td> | <td> | ||
− | + | Sends a wait in miliseconds. (1 sec = 1000 ms) | |
− | + | Example: | |
<center>WAIT 2500</center> | <center>WAIT 2500</center> | ||
Line 113: | Line 113: | ||
</th> | </th> | ||
<td> | <td> | ||
− | |||
− | + | 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: | |
<center> | <center> | ||
Line 130: | Line 129: | ||
− | + | If you want to pick all the items, you have to put: | |
Line 141: | Line 140: | ||
</center> | </center> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</td> | </td> | ||
Line 166: | Line 149: | ||
</th> | </th> | ||
<td> | <td> | ||
− | + | Closes Eenas. | |
− | + | Example: | |
<center>TERMINATE</center> | <center>TERMINATE</center> | ||
Line 180: | Line 163: | ||
</th> | </th> | ||
<td> | <td> | ||
− | + | Stops the macro that is executing. | |
− | + | Example: | |
<center>STOP</center> | <center>STOP</center> | ||
Line 194: | Line 177: | ||
</th> | </th> | ||
<td> | <td> | ||
− | + | Walks to the indicated direction. (NW, NE, SE, SW) | |
− | + | Example: | |
<center>WALK NW | <center>WALK NW | ||
Line 210: | Line 193: | ||
</th> | </th> | ||
<td> | <td> | ||
− | + | Closes Ultima On-Line | |
− | + | Example: | |
<center>CLOSEUO</center> | <center>CLOSEUO</center> | ||
Line 223: | Line 206: | ||
</th> | </th> | ||
<td> | <td> | ||
− | + | Starts a repeat of the code, what you put between REPEAT and END REPEAT it will repeat the indicated times. | |
− | + | Example: | |
<center>REPEAT 10 | <center>REPEAT 10 | ||
− | < | + | <instructions> |
END REPEAT | END REPEAT |
Revision as of 17:18, 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.
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"
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: |
---|---|
KEY |
This command is used to execute a key in Ultima On-line. Example: |
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: |
DLC |
Sends double click left to Ultima On-line on the position you want, that you can catch with the X and Y box. Ejemplo: |
RC |
Sends a right click to Ultima On-line on the position you want, that you can catch with the X and Y box. Ejemplo: |
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. Ejemplo: |
WAIT |
Sends a wait in miliseconds. (1 sec = 1000 ms) Example: |
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
DRAG 640 780 TXT 65535 DROP 320 450 |
TERMINATE |
Closes Eenas. Example: |
STOP |
Stops the macro that is executing. Example: |
WALK |
Walks to the indicated direction. (NW, NE, SE, SW) Example: WALK SE |
CLOSEUO |
Closes Ultima On-Line Example: |
REPEAT/END REPEAT |
Starts a repeat of the code, what you put between REPEAT and END REPEAT it will repeat the indicated times. Example: <instructions> END REPEAT |