Skip to content

GitLab

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

Closed
Open
Created Apr 16, 2024 by rinka kanjana@kaka018za

damage from damage mechanic can't be checked by damagecause conditions

onDamaged aura and trigger can't use damagecause condition to check and cancelEvent the damage if damage is from mms' damage mechanic. (vanilla damage work fine) I already tested with many type of damagecause, so this bug is either from damagecause condition or damage mechanic.

how to reproduce:

  1. /mm t cast block
  2. /mm t cast testdamage
block:
  Skills:
  - onDamaged{auraName=blocking;d=200;cE=true;oH=blocked-target} @Self
 
 
blocked-target:
  Conditions:
  - damagecause{cause=ENTITY_ATTACK} true
  Skills:
  - message{m="<trigger.name>"} @Self
 
testdamage:
  Skills:
  - damage{a="100"} @Self{targetSelf=true}
Edited Apr 16, 2024 by rinka kanjana
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking