HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

How can i combine items?

01-16-2007, 12:02 AM#1
Mapz_Maker
Is there a tutorial on combining items into greater items (not more charges)? Anyone?
01-16-2007, 12:19 AM#2
Mezzer
You just need to do the following (don't feel like using tags):
Event: A unit acquires an item
Condition: You need to check if the unit has the items that it takes to combine
Actions: If it does, remove them and add the new one. No else.

That's the idea, and the execution is up to you since there are many fancy, and less so, ways of doing this. That ok, or do you need the details?
01-16-2007, 12:20 AM#3
shadow1500
Here is a system to simplify the process of creating recipes:
http://www.wc3campaigns.net/showthread.php?t=87309
01-16-2007, 12:51 AM#4
Mapz_Maker
thanks in advance shadow1500