Actions

3.0 Examples: Difference between revisions

From Iron Realms Nexus Client Documentation

 
Line 8: Line 8:


* [[3.0_Hello_World_Alias|Hello World Alias]]: A simple example of an alias.
* [[3.0_Hello_World_Alias|Hello World Alias]]: A simple example of an alias.
* [[Basic Targeting Alias]]: These aliases use variables to target and attack mobiles.
* [[3.0_Basic_Targeting_Alias|Basic Targeting Alias]]: These aliases use variables to target and attack mobiles.
* [[Put Pack Alias]]: This alias quickly gets and puts items in packs using the @suffix expansion.
* [[Put Pack Alias]]: This alias quickly gets and puts items in packs using the @suffix expansion.
* [[Disable Group Alias]]: This is an example alias that will disable an entire group or reflexes.
* [[Disable Group Alias]]: This is an example alias that will disable an entire group or reflexes.

Latest revision as of 15:56, 4 July 2023

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.