[Trigger] Trigger Clash

Status
Not open for further replies.
Level 3
Joined
Feb 20, 2015
Messages
39
  • Sentinel Crown
    • Events
      • Unit - A unit Acquires an item
    • Conditions
      • Sentinel Crown Equal to Sentinel Crown
    • Actions
      • Unit - Add Battle Roar to (Triggering unit)
      • Unit - Add Howl of Terror to (Triggering unit)
  • Sentinel Crown remove
    • Events
      • Unit - A unit Loses an item
    • Conditions
      • Sentinel Crown Equal to Sentinel Crown
    • Actions
      • Unit - Remove Battle Roar from (Triggering unit)
      • Unit - Remove Howl of Terror from (Triggering unit)
*The condition is the problem because im using an item type comparison,when i equip my Ruggy(Other item but with same exact trigger but different spells) the spells for sentinel crown will be added and when i drop my Ruggy my Sentinel spells will remove but not Ruggy spells.
 
Level 29
Joined
Sep 26, 2009
Messages
2,594
Tbh Sentinel Crown Equal to Sentinel Crown will always return true... or false, depending if they're same item/unit/whatever.
It's like asking if 1 == 1 and 1 == 2. One will always be true no matter what, the other will always be false.
With that, the condition looses purpose.
 
Level 6
Joined
Oct 31, 2014
Messages
170
People should ask themselves more often if 1=1 I think

Keep going Bob, I like your way of triggering :p
 
Status
Not open for further replies.
Top