[HELP]Crafting System Second Material Problem

01/29/2014 15:29 IGotPower#1
my cube.lua

PHP Code:
function cube_open(vnum)
    
cube_results = {}
    
cube_needs = {}

    
cube_results[20018] = "39031,1/71018,10/71019,10"
    
cube_needs[20018] = "35011,5&35016,2@35012,200@35013,200"    

    
cmdchat("cube_npc_id "..vnum.."")
    
cmdchat("cs_result "..cube_results[vnum].."")
    
cmdchat("cs_need "..cube_needs[vnum].."")
    
command("cube open")

    return
end 
But i cant see second material item:

[Only registered and activated users can see links. Click Here To Register...]

please help me.

thx.
02/07/2015 23:34 synthou1234#2
did you get the item inserted into the cube.txt?
02/08/2015 00:06 Lowpass#3
Insert as Example this in cube.txt

PHP Code:
section
npc 20018
item    27992    5
item    27993    2
item    27994    2
reward    50512    1
gold    50000000
percent    50
end