Warcraft III resources & community, 2003–2006 · archived

Alchemy by Markiz

not rated
Submitted by [XGM]MarkizSystems245 downloads98 KB
No preview survived for this resource
Alchemy on JASS with EASY configrating.

Attention! This copy of program is COPYLEFT and is registered tradeMARKIZ!
File Name
Alchemy_wc3c.w3x
Author
Unknown
Download

Comments

11
what happened with the screenshot?

:Dunno: i needed to reput the map
what happened with the screenshot?
forge weapon

If you give me link I will thank you a lot :)
this doesnt do anything when u combine them it just makes the ingrediants dissapear

this doesnt do anything when u combine them it just makes the ingrediants dissapear

I didn't make too much combinations for first map, so try more, also they are also random generated. And maybe you didn't check your hero (skeleton). If you still can't create them, I can put some code for SURELY creating the items (different potions).
For example, change code in "Alchemy\Init" to such one:
function Trig_Init_Actions takes nothing returns nothing
 call RegAlcIngred('I000',"1",0,false)
 call RegAlcIngred('I001',"10",0,false)
 call RegAlcIngred('I00B',"100",0,false)
 call RegAlcIngred('I002',"1000",0,true)
 call RegAlcIngred('I00C',"10000",0,true)
// Potions
 call RegAlcPotion('I00D',"101",0)
 call RegAlcPotion('I00E',"110",0)
 call RegAlcPotion('I00F',"11000",0)
 call RegAlcPotion('I00C',"111",0)
 call RegAlcPotion('I004',"1",0)
 call RegAlcPotion('I009',"10",0)
 call RegAlcPotion('I003',"100",0)
endfunction

And try mixing herbs and "rocks" (do not mix herbs and "rocks" together!).
copyright means dont copy it.

there is not such thing as copyleft. i think its another way of saying feel free to copy and mutilate.
this doesnt do anything when u combine them it just makes the ingrediants dissapear
i don't understand how this spell works you cast the spell when u get have some of those items and u get no potion??? i don't get it.... :?
This spell reminds me of forge weapon :p
if you can't copy the spell then why to keep it in this section?

I meant what i meant when I said copyLEFT
In fact, nothing =))))
Don't worry be happy! :wink:
if you can't copy the spell then why to keep it in this section?
Cool First to Download, Um isnt it CopyRight, Not left?
Actually, not a spell but whole alchemy system =)