added PlayerLocationByName targeter authored by Lxlp's avatar Lxlp
...@@ -105,6 +105,7 @@ These targeters only work if the mob has [Threat Tables](/Mobs/ThreatTables) ena ...@@ -105,6 +105,7 @@ These targeters only work if the mob has [Threat Tables](/Mobs/ThreatTables) ena
| @[NearestStructure][] | | Targets the nearest structure of the specified type within a radius in the caster's world | | @[NearestStructure][] | | Targets the nearest structure of the specified type within a radius in the caster's world |
| @[VariableLocation][] | @varLocation | Targets the location stored in the specified variable | | @[VariableLocation][] | @varLocation | Targets the location stored in the specified variable |
| @[HighestBlock][] | | Targets the highest block at the skill origin | | @[HighestBlock][] | | Targets the highest block at the skill origin |
| @[PlayerLocationByName][] | | Targets a specific player's location by their name |
### Multi-Location Targeters ### Multi-Location Targeters
...@@ -445,6 +446,7 @@ GiveRewards: ...@@ -445,6 +446,7 @@ GiveRewards:
[Origin]: /Skills/Targeters/Origin [Origin]: /Skills/Targeters/Origin
[Ownerlocation]: /Skills/Targeters/Ownerlocation [Ownerlocation]: /Skills/Targeters/Ownerlocation
[ParentLocation]: /Skills/Targeters/ParentLocation [ParentLocation]: /Skills/Targeters/ParentLocation
[PlayerLocationByName]: /Skills/Targeters/PlayerLocationByName
[ProjectileForward]: /Skills/Targeters/ProjectileForward [ProjectileForward]: /Skills/Targeters/ProjectileForward
[SelfEyeLocation]: /Skills/Targeters/SelfEyeLocation [SelfEyeLocation]: /Skills/Targeters/SelfEyeLocation
[SelfLocation]: /Skills/Targeters/SelfLocation [SelfLocation]: /Skills/Targeters/SelfLocation
... ...
......