- Joined
- May 31, 2016
- Messages
- 35
Whenever a Mythic Mob uses this for damaging
- basedamage{m=1.0;ia=false} @target
It doesn't damage other Mythic Mobs, it works on players and vanilla mobs. Here are the two skills I'm combining to cancel Weapon Damage
NoWeaponDamage:
Skills:
- CancelEvent
and
WeaponUser:
Cooldown: 0
Conditions:
- score{o=A;v=>4} false
- score{o=ROTF;v=>4} false
Skills:
- basedamage{m=1.0;ia=false} @target
(They are both done ~onAttack)
- basedamage{m=1.0;ia=false} @target
It doesn't damage other Mythic Mobs, it works on players and vanilla mobs. Here are the two skills I'm combining to cancel Weapon Damage
NoWeaponDamage:
Skills:
- CancelEvent
and
WeaponUser:
Cooldown: 0
Conditions:
- score{o=A;v=>4} false
- score{o=ROTF;v=>4} false
Skills:
- basedamage{m=1.0;ia=false} @target
(They are both done ~onAttack)