• 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.

Item Recipes

Status
Not open for further replies.
Level 3
Joined
Feb 9, 2014
Messages
39
So this is simple. I've already made Item combinations (ex. gloves + boots = new item). I've already made custom items and I want to make a recipe (like Dota). Wherein they are shown in the shop but can't be bought but only shows the requirements. How do I do this?


Also, How do you change an item's color? Like the item power treads can be changed from red to green or blue. There's only 1 "wirt's leg" available which is colored red.
 
Last edited:
  • itemRecipe
    • Events
      • Unit - A unit Acquires an item
    • Conditions
    • Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • (Item-type of (Item being manipulated)) Equal to Boots of Speed
          • ((Triggering unit) has an item of type Claws of Attack +15) Equal to True
        • Then - Actions
          • Item - Remove (Item carried by (Triggering unit) of type Claws of Attack +15)
          • Item - Remove (Item being manipulated)
          • Hero - Create Crown of Kings +5 and give it to (Triggering unit)
        • Else - Actions
 
Status
Not open for further replies.
Top