Mythic Skills does not target the player
Hello,
I added a function triggered by a signal that executes a Mythic Skill. My skill shoots an arrow at the nearest player within a certain radius. When the function is executed, the arrow remains at the level of the block where I defined my function. I tested my skill outside of MythicDungeon and it works fine.
ArrowCrypte:
Skills:
- projectile{bulletType=ARROW;v=30;i=1;hnp=true;oT=ProjectilesTick;oH=ProjectilesHit} @PlayersInRadius{r=10}
#- message{m="test"} @PlayersInRadius{r=50} @Self
ProjectilesTick:
Skills:
- effect:particles{particle=reddust;color=#0099FF;a=5;hs=0.1;vs=0.1} @origin
ProjectilesHit:
Skills:
- damage{a=50;pkb=true}