Bug Closed · Resolved

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

#4916 opened by Unknown 2 years ago

Unknownreported this bug

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}
Unknowncommented

Closing due to inactivity and major version changes since posting. If this issue is still present, re-open this issue with a modern-version server log, configs used to test and steps to reproduce.

Sign in to join the discussion.