Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
MythicDungeons MythicDungeons
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 87
    • Issues 87
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • MythicCraft
  • MythicDungeonsMythicDungeons
  • Issues
  • #239

Closed
Open
Created May 02, 2023 by titidelaff@titidelaff

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}
Edited May 02, 2023 by titidelaff
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking