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

[General] Item Recipe

Status
Not open for further replies.
Level 20
Joined
Jul 14, 2011
Messages
3,213
I just came with the idea of doing it via integer...

I mean.. "'H001' + 'H002'" could work as a recipe. (Being H001 and H002 the Raw codes of the Item Types of the ingredients). It should also be a unique value, since it would be really hard to have different item types which gives the same result after the sum.

Set Recipe[1] = 'H001' + 'H002'
Set Recipe[2] = 'H003' + 'H004'
Set Recipe[3] = 'H005' + 'H006'

Anyway, this isn't helpfull at all, but It just made me think.

Use this system instead: http://www.hiveworkshop.com/forums/spells-569/recipe-system-103261/?prev=search=Recipe&d=list&r=20
 
Status
Not open for further replies.
Top