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

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

Antares

Spell Reviewer
Level 22
Joined
Dec 13, 2009
Messages
523
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