New macro/waymark commands have been added for HP, MP, stamina, current weapon, and key state:
- “hp[percent]” — If your current HP percent is less than or equal to “percent,” the rest of the keys line will process. “Percent” should be written as a decimal with 0.5 equal to 50%. The inverse is possible with “!hp.” Example:
- keys=hp0.5|52|dbg % using potion|s1000
- “mp[percent]” — If your current MP percent is less than or equal to “percent,” the rest of the keys line will process. “Percent” should be written as a decimal with 0.5 equal to 50%. The inverse is possible with “!mp.”
- “stam[percent]” — If your current stamina percent is less than or equal to “percent,” the rest of the keys line will process. “Percent” should be written as a decimal with 0.5 equal to 50%. The inverse is possible with “!stam.” Example:
- keys=!stam0.49|dbg % okay to dodge
- “wpn[weapon ID]” — If the weapon currently equipped matches “weapon ID,” the rest of the keys line will process. The inverse is possible with !wpn. Weapon IDs are listed at the bottom of the [Macros] section.
- “kd[key]” — If “key” is currently pressed, the rest of the keys section will process. The inverse is possible with “!kd.” As always, “key” should be the virtual key code of the key. If you include an asterisk with the command, such as kd*81, Speeder will only check if the physical key is held down. For example:
- keys=81d|kd81|dbg % this will always trigger
keys2=81d|kd*81|dbg % this will not trigger unless Q is physically held down
- keys=81d|kd81|dbg % this will always trigger
It is now possible to auto-load macros without having to press the key. Consequently, the following line has been added to config.txt:
- Line 95) Macros you would like Speeder to automatically load (or reload). These should reference the “key” (and, optionally, the “weapon”) you would normally press to activate the macro. The key and weapon should be separated with a comma, and each key/weapon combination should be separated with the “|” character, such as key1,weapon1|key2,weapon2|key3,weapon3. The weapon may be omitted as long as you are referencing a macro without a weapon ID, such as key1|key2|key3. For example, if I wanted to automatically activate my numpad4 and numpad5 macros (not tied to a specified weapon), I would write 100|101 into this line. Please note that you can activate macros that are normally impossible to activate via keys. For example, you could have a macro assigned to key 999 and write 999 into this line.
These changes require updating Speeder to version 124.
The New World Speeder guide and download link can only be viewed by active members. If you are already logged in and are an active member, simply refresh the page. If you would like to become a member, the New World Speeder can be purchased here. If you have specific installation questions, please contact us. Thank you.