• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • It's time for the first HD Modeling Contest of 2025. Join the theme discussion for Hive's HD Modeling Contest #7! Click here to post your idea!

[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 28
Joined
Sep 26, 2009
Messages
2,543
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