Reflexes: Difference between revisions
From Iron Realms Nexus Client Documentation
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
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. | ||
*[[Keybindings]] - | *[[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. | *[[Aliases]] - Shorten full commands to a couple of keystrokes. | ||
*[[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. | *[[Triggers]] - React to information being sent from the game. | ||
*[[Groups]] - All of your settings can be put into groups to better organize them. | *[[Groups]] - All of your settings can be put into groups to better organize them. |
Revision as of 20:02, 8 July 2015
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.
Here are the basics for creating a system to help play the IRE games.
- 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.
- 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.