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