Throne and Liberty Auto-Target Party Members By HP

It is now possible to check and target party members based on their HP. This is a pretty significant QoL change for healers as you can now press a single button and have Speeder auto-target & heal. You can also check the number of players below a certain HP threshold and determine whether you want to use an AoE heal. The relevant script commands are:

  • "cphp[*][health],[number of players],[distance]" — If "number of players" in your party have HP less than or equal to "health" and are within "distance" of your character, the rest of the keys line will process. The inverse is possible with !cphp. "Health" should be a percentage, with 1.0 equal to 100% and 0.5 equal to 50%. If you include an asterisk, however, such as cphp*, "health" should be the literal HP value, such as 1500 to check for players at or below 1500 HP. Example:
    • keys=cphp0.5,2,2000|dbg % two or more players in my party have 50% HP or less and are within 2000 distance
  • "tphp[*][health],[distance]" — Speeder will target the party member with the least amount of HP under the specified "health" value, so long as the player is within "distance" of your character. "Health" should be a percent, with 1.0 equal to 100% HP and 0.5 equal to 50% HP. However, if you include an asterisk, such as tphp*, you should use the literal HP value, such as 1500 to target players at or below 1500 HP. If there are no viable targets, the rest of the keys line will not process. Targeting is performed via the game's memory, so you will not 'see' your target change, but when you use a targeted spell, it will hit the correct party member. Example:
    • keys=tphp0.5,2000|dbg % targeted the lowest HP party member under 50% HP and within 2000 distance

I am also working on target block detection, generic CC check, and partial name matching for line 22.

These new commands require Speeder version 167+.

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