Actions

Difference between revisions of "Reflexes"

From Iron Realms Nexus Client Documentation

Line 1: Line 1:
Scripting is used to create shortcuts to do actions in the game. Scripting can be as simple as making a key to automatically drink a health vial, to creating complex systems that help with combat in the game.
The game client supports several different so-called reflexes that you can use to customize and enhance your game play. Aliases let you use shortcuts to frequently used commands, keybinds let you execute commands with a press of a key, functions let you add new functionality that you can reuse from various locations, and triggers allow you to define various reactions on game events. Finally, groups allow you to better organize the various reflexes.
 
All the manipulation of reflexes can be done on the Reflexes tab. Initially, you won't have any created, and you'll want to click the Add button in the upper left section to make a new reflex.
 
Additionally, the clickable buttons can be easily customized as well, allowing you to easily execute any action of your choosing.


Here are the basics for creating a system to help play the IRE games.
Here are the basics for creating a system to help play the IRE games.


*[[Aliases]] - Shorten full commands to a couple of keystrokes.
*[[Functions]] - Functions are part of the [[Advanced Scripting]] section.
*[[Groups]] - All of your settings can be put into groups to better organize them.
*[[Keybindings]] - Use keybinds to save typing. For example, you can use the F1 key to instantly enter a command.
*[[Keybindings]] - Use keybinds to save typing. For example, you can use the F1 key to instantly enter a command.
*[[Aliases]] - Shorten full commands to a couple of keystrokes.
*[[Triggers]] - React to information being sent from the game.
*[[Variables]] - Save information for use in other places.
*[[Variables]] - Save information for use in other places.
*[[Triggers]] - React to information being sent from the game.
*[[Groups]] - All of your settings can be put into groups to better organize them.

Revision as of 21:39, 8 July 2015

The game client supports several different so-called reflexes that you can use to customize and enhance your game play. Aliases let you use shortcuts to frequently used commands, keybinds let you execute commands with a press of a key, functions let you add new functionality that you can reuse from various locations, and triggers allow you to define various reactions on game events. Finally, groups allow you to better organize the various reflexes.

All the manipulation of reflexes can be done on the Reflexes tab. Initially, you won't have any created, and you'll want to click the Add button in the upper left section to make a new reflex.

Additionally, the clickable buttons can be easily customized as well, allowing you to easily execute any action of your choosing.

Here are the basics for creating a system to help play the IRE games.

  • Aliases - Shorten full commands to a couple of keystrokes.
  • Functions - Functions are part of the Advanced Scripting section.
  • Groups - All of your settings can be put into groups to better organize them.
  • Keybindings - Use keybinds to save typing. For example, you can use the F1 key to instantly enter a command.
  • Triggers - React to information being sent from the game.
  • Variables - Save information for use in other places.