Actions

Special

New pages

New pages
Hide registered users | Hide bots | Show redirects
  • 17:51, 6 July 2023Simple Scripting Conversion (hist | edit) ‎[3,372 bytes]Argwin (talk | contribs) (Created page with "The Nexus client includes two methods of creating [Reflexes], [Simplified Scripting], and [JavaScript]. While JavaScript allows you to create complex, sophisticated reflex packages, Simplified Scripting allows you to create reflexes without any knowledge of how to write code. However, the day may come when you're ready to make the jump from Simplified Scripting to JavaScript. This guide attempts to serve as a way to bridge that gap more easily. === Send Command === <pre...")
  • 15:58, 4 July 20233.0 Basic Targeting Alias (hist | edit) ‎[769 bytes]Jeremy (talk | contribs) (Created page with "<table> <div class="row"> <div class="large-8 columns"> Here's a basic combat system that utilizes two aliases and a trigger to: # Define a target. # Attack the defined target. # Launch another attack when your balance is recovered. == Targeting Alias == This alias is utilized to set your target. File:alias-target.png == Attacking Alias == This alias initiates an attack on the selected target. File:alias-kill.png == Balance Recovery Trigger == This trigger...")
  • 03:35, 21 June 20233.0 Aliases (hist | edit) ‎[9,726 bytes]Jeremy (talk | contribs) (Created page with "<table> <div class="row"> <div class="large-8 columns"> Aliases are shortcuts you can create for more complicated commands in the game. Aliases are commonly used for combat. These commands can be combined with variables to create more powerful aliases. Some examples of aliases: * Type in dh to DRINK HEALTH * Type in t jeremy to set jeremy to be your target. * Override a command in the game you do not want to do on accident, like GIVE or QUIT. * An alias that will se...")
  • 03:22, 21 June 20233.0 Hello World Alias (hist | edit) ‎[907 bytes]Jeremy (talk | contribs) (Created page with "This is an illustration of a basic alias. With this alias, when a user enters 'sh', the system will instead transmit the command 'say hello world!'. Please note, if you add any text after this alias, it won't work. For example, if you enter "sh It's a wonderful morning", it will not trigger the alias. By selecting "Include prefix and suffix", you can include extra text along with your command to the game. Keep in mind that this alias is set using the 'Begins with' ma...")
  • 02:15, 21 June 20233.0 Examples (hist | edit) ‎[1,474 bytes]Jeremy (talk | contribs) (Created page with "<table> <div class="row"> <div class="large-8 columns"> 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. * Hello World Alias: A simple example of an alias. * Basic Targeting Alias: These aliases use variables to target and attack mobiles. * Put Pack Alias: This alias quickly gets and puts items in...")
  • 22:21, 24 May 20233.0 advanced scripting (hist | edit) ‎[1,352 bytes]Jeremy (talk | contribs) (Created page with "<table> <div class="row"> <div class="large-8 columns"> </div> <div class="large-4 columns"> {{Nexus_3_Sidebar}} </div> </div> </table>")
  • 22:20, 24 May 20233.0 Simplified Scripting (hist | edit) ‎[5,626 bytes]Jeremy (talk | contribs) (Created page with "<table> <div class="row"> <div class="large-8 columns"> == Effortless Scripting with Nexus 3.0 == Nexus 3.0 Simplified Scripting tool enables users to craft intricate triggers, aliases, events, and keybinds using an easy-to-understand interface. This tool provides a robust alternative to the previously required advanced scripting methods, which demanded proficiency in Javascript. The tool incorporates 15 distinct actions for various uses. It's worth noting that 'Hide t...") originally created as "3.0 simplified scripting"
  • 22:18, 23 May 20233.0 Help (hist | edit) ‎[2,851 bytes]Jeremy (talk | contribs) (Created page with "<table> <div class="row"> <div class="large-8 columns"> ===Getting Help with the Nexus Client=== The Iron Realms Nexus client is designed to be user-friendly and intuitive, but sometimes, you might need assistance or encounter a problem that needs resolving. Here are several ways to seek help: via Discord, submitting a bug report, or sending an email to our support team. ====1. Seek Assistance on Discord==== Iron Realms has a vibrant Discord community where you can s...")