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

Recipe Item Combination + Autobuy

This bundle is marked as lacking. It fails to meet the standard requirements and may only have minor use.
Just sharing our simple Recipe Item Combination + Auto-buy mini GUI system we needed and made for our MOBA map if some find handy. (there may be better systems out there, I have not checked).

Features:
Item Combining (with Recipe):
possessing all the needed items (referred to as Components in the trigger) combines them into a new one.
Auto-buy: if the buyer has enough gold for what's missing, he will buy the whole item in 1-click (instead of having to buy every component 1 by 1).

Important Notes:
Recipe items use Campaign category items, so reserve that category to avoid bugs.
Doesn't work without recipes. (easily changeable if you understand a little bit of GUI)

How to use guide:
Set Stats - Classification: to Campaign for Recipe Items.
4 variables need configuring itemComponent[], itemNumComponents, itemCompleted, itempriceTotal.

I'm not very active on hive so don't expect me to maintain it.
Contents

Recipe Item Combination + Autobuy (Map)

Reviews
Antares
As far as I can tell, you need to create a separate trigger for every different item type you want to register with the system. The system doesn't autocomplete when you pick up the recipe, only when you buy it. The refund did not refund the entire...
As far as I can tell, you need to create a separate trigger for every different item type you want to register with the system. The system doesn't autocomplete when you pick up the recipe, only when you buy it. The refund did not refund the entire gold price of the recipe. Since you said you're not going to maintain it, I won't put it in Awaiting Update.

Lacking
 
Top