Final Fantasy XIV Target Lowest HP Mob/Player & Move to Destination Script Commands

The following script commands have been added:

  • "tar[*][address]" — Targets the entity located at "address" (as if you had pressed TAB to target it). Entity addresses can be discerned with various "get" commands (see below). If you include an asterisk, the camera will be rotated toward the target. WARNING: This command can cause a crash if you use an incorrect address. However, I have implemented safety precautions that will ensure the address is within the expected range. Example:
    • get % moblhp50|tar(VAR % MOB_LHP_ADDR)|dbg % targeting the mob with the lowest HP within 50 distance
    • get % plalhp50|tar*(VAR % PLA_LHP_ADDR)|dbg % targeting and rotating the camera toward the player with the lowest HP within 50 distance
  • "aim[x],[z]" — Rotates the camera toward the game coordinates x,z. Example:
    • aim-561.074,-595.622
  • "mt[x],[y],[z]" — Moves your character to x,y,z. Speeder will stop moving your character once you are within "How Close to Destination" distance of the destination. "How Close to Destination" is a setting under Character Hacks. Movement is accomplished with WASD, so this command will not work if you have bound WASD to keys other than movement. This command does NOT require FFXIV to be the active window. The Y coordinate is irrelevant for this command and can be omitted. In such a situation, the second number is assumed to be Z. Example:
    • mt-561.074,-595.622
  • "get % moblhp[*][distance]" — The mob with the lowest percentage HP within "distance" will populate the following global variables: MOB_LHP_ID (the ID of the mob), MOB_LHP_ADDR (the address of the mob), and MOB_LHP_HP (the mob's HP percent). If you include an asterisk, such as get % moblhp*, the mob's actual HP value will be used instead of a percentage. See the "tar" command (above) for an example of how to use this command.
  • "get % plalhp[*][distance]" — The player with the lowest percentage HP within "distance" will populate the following global variables: PLA_LHP_ID (the ID of the player), PLA_LHP_ADDR (the address of the player), and PLA_LHP_HP (the player's HP percent). If you include an asterisk, such as get % plalhp*, the player's actual HP value will be used instead of a percentage. See the "tar" command (above) for an example of how to use this command.

These additions require updating Speeder to version 20419.

author avatar
speeder Computer Programmer
I develop undetected cheats, hacks, and bots for online games such as Final Fantasy XIV, Throne and Liberty, Black Desert Online, Lost Ark, Path of Exile, New World, Elder Scrolls Online, Albion Online, PSO2: New Genesis, Diablo IV, Fortnite, and others.
Scroll to Top