Actions

Difference between revisions of "Examples"

From Iron Realms Nexus Client Documentation

 
(One intermediate revision by one other user not shown)
Line 14: Line 14:
=== Triggers ===
=== Triggers ===
These are examples of how to create an [[triggers|trigger]].
These are examples of how to create an [[triggers|trigger]].
* [[Gold Counter]]: This alias will keep track of the amount of gold picked up. It shows how to use wildcards in a trigger text.
* [[WildcardMatching|Wildcard Matching]]: How to use wildcards in your triggers to match text and automatically assign data to variables.
* [[Balance Recovery Attack]]: This is an example of a trigger to automatically attack a target when you recover balance.
* [[Balance Recovery Attack]]: This is an example of a trigger to automatically attack a target when you recover balance.



Latest revision as of 17:34, 19 February 2016

This page links to several reflex examples. You can use these directly or use them to help you create new types of reflexes.

Aliases

These are examples of how to create an alias.

Keybinds

These are examples of how to create an keybind.

Triggers

These are examples of how to create an trigger.

  • Gold Counter: This alias will keep track of the amount of gold picked up. It shows how to use wildcards in a trigger text.
  • Wildcard Matching: How to use wildcards in your triggers to match text and automatically assign data to variables.
  • Balance Recovery Attack: This is an example of a trigger to automatically attack a target when you recover balance.

Functions

These are examples of how to create a function.

  • GMCPData: This example reads some data coming over via GMCP and assigns it to variables.