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

how to make merged items that needs to be merged using stacked items

Status
Not open for further replies.
Level 3
Joined
Apr 5, 2016
Messages
21
how to make merged items that need to be merged using stacked item
Example:
To create item A you need 10 Item B
how do i make something like that please answer
 
Level 10
Joined
Jun 28, 2010
Messages
52
I think the item stacked is detected by the remaingign charges. Maybe try doing a trigger using this kind of conditions/actions :
  • Conditions
    • (Charges remaining in (Item carried by (Your Hero) of type Item B)) Equal to 10
  • Actions
    • Item - Remove (Item carried by Your Hero) of type Item B)
    • Hero - Create Item A and give it to (Your Hero)
 
Last edited:
Status
Not open for further replies.
Top