• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

[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