• 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.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

[Trigger] Item combination

Status
Not open for further replies.
Level 7
Joined
May 18, 2010
Messages
264
  • Boots of Heroes
    • Events
      • Unit - A unit Acquires an item
    • Conditions
    • Actions
      • Multiple FunctionsIf (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • ((Hero manipulating item) has an item of type Boots of Speed) Equal to (==) True
          • ((Hero manipulating item) has an item of type Gauntlets of Ogre Strength +3) Equal to (==) True
          • ((Hero manipulating item) has an item of type Gloves of Haste) Equal to (==) True
        • Then - Actions
          • Item - Remove (Item carried by (Hero manipulating item) of type Boots of Speed)
          • Item - Remove (Item carried by (Hero manipulating item) of type Gloves of Haste)
          • Item - Remove (Item carried by (Hero manipulating item) of type Gauntlets of Ogre Strength +3)
          • Hero - Create Boots of Heroes and give it to (Hero manipulating item)
        • Else - Actions
do i leak somwhere?
And should i do this som other way?
 
Status
Not open for further replies.
Top