Bug Closed · Resolved

@PlayerByName targeter doesnt work

#5992 opened by Unknown 1 year ago

Unknownreported this bug

Simple the @PlayerByName doesn't target the player with the name.

Been trying to have skills set up to target specific players but seems like the @PlayByName isn't working correctly (Unless the wiki is incorrect)

I have one skills that


    - setvar{k=caster.PartyOne;val="%mmocore_party_member_1%";t=STRING} @Self```
and another
```yml

    - sudoskill{s=paladinDivineInspirationSkillInitAttack} @PlayerByName{name=<caster.var.PartyOne>}```

However doesnt seem to be casting it on that player.

Ive added in 
```yml

    - message{m="Party Member 1 <caster.var.PartyOne>"} @Self```
to make sure its define correctly and it is pops up with the correct name in the message.
https://discord.com/channels/213109157983813633/1307467843167588393/1307467843167588393
https://discord.com/channels/213109157983813633/351864879545843715/1253725744983703703
Sign in to join the discussion.