It is now possible to check for more than two players when using the "check target" argument of the "patt" command. This affects "matt" and "tatt" as well but is only really relevant to PvP. The description of the setting is long but quite simple. Basically, just write the number of milliseconds you want Speeder to "remember" a player who has damaged you. I think 10000 is pretty reasonable. The two most recent players will always be remembered regardless of this setting:
- Line 40) The minimum number of milliseconds to consider an entity as an entity currently targeting/attacking you. This specifically refers to the "check target" argument of the "patt," "matt," and "tatt" script commands. The game keeps track of the last two entities to damage you. Thus, if you are damaged by more than two entities, it is possible for Speeder to assume an entity is not attacking you when it actually is. This line records all entities having damaged you for the number of milliseconds you specify. To put it more simply, if you are attacked by entities A, B, and C (in this order), entity A will continue to remain a valid entity for "check target" for the number of milliseconds you specify on this line (or indefinitely if entity A is targeting you directly). Conversely, if you were to write 0 on this line, entity A would no longer be a valid entity for "check target" the moment entity C damages you (unless entity A is targeting you, in which case, all three entities will continue to be valid entities for "check target"). This line is mainly meant for PvP purposes to allow Speeder to check more than two players for the "check target" argument of the "patt" command.
The following script command has been added:
- "mtt[*][angle],[how far]" — Similar to the above commands but moves you toward your current target. If an asterisk is included, such as "mtt*", Speeder will move you toward your allied player target (e.g., your targeted party member). This command will use the last loaded "[unstick]" section to determine behavior when your character is stuck (or dead). You may add this section to your waymark or macro file. Example:
- keys=mtt0,-200
The "tar" script command can now contain an asterisk, such as tar*. In this case, your allied player target (e.g. your targeted party member) will be used to populate the TN (target name) and TID (target ID) variables.
These changes require Speeder version 121+.
Comments are closed.