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

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 8
Joined
Jun 28, 2010
Messages
51
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