[Problem]Crafting system.

01/01/2015 22:42 dzekon24#1
Hi.
I have problem with new cube or Crafting System.
I can't see items and refines on "papirus" board.
Quote:
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
Quest:
HTML Code:
 quest cube begin
	state start begin
	
		when 20018.chat."Badacz Ziół " with pc.level >= 15 begin
		    say_title("Baek-Go:")
            say("Cześć, jak się masz?[ENTER]Czy jesteś zainteresowany tworzeniem[ENTER]mikstur, które mogą Cię wzmocnić lub[ENTER]ulepszyć? Ostatnio, podczas rutynowych badań[ENTER]odkryłem kilka sposobów na pozyskanie[ENTER]pewnych mikstur. To jak, jesteś zainteresowany?[ENTER]Chciałbyś spróbować? ")
			wait()
			setskin(NOWINDOW)
			 cube_open(20018)
		end
	end
end
questlib:
HTML Code:
function cube_open(vnum)
    cube_results = {}
    cube_needs = {}

    cube_results[20018] = "19,1/29,1/39,1"
    cube_needs[20018] = "30008,5&30008,2@30008,20@30008,20"    

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

    return
end
syserr:
HTML Code:
0101 22:02:15144 :: background.RegisterEnvironmentData(iIndex=1, szEnvironmentFileName=d:/ymir work/environment/evening.msenv)
0101 22:02:20627 :: Unknown Server Command cube_npc_id 20018 | cube_npc_id
0101 22:02:20627 :: Unknown Server Command cs_result 50801,1/50802,1/50803,100/50804,100 | cs_result
0101 22:02:20627 :: Unknown Server Command cs_need 50721,1@50722,1@50723,1@50724,1 | cs_need
01/01/2015 22:46 Rextrus#2
Did you write that in the cube.txt?
01/01/2015 22:55 dzekon24#3
HTML Code:
KwiatBrzoskwini
section		
npc	20018
item	50721	5
reward	50801	1
percent	100	
end
01/01/2015 23:05 Rextrus#4
Try this:
PHP Code:
#testtest
section
    npc 20018
        item 30008 5
        item 30008 2
     reward 19 1
     percent 100
end
#testtest2
section
    npc 20018
        item 30008 20
     reward 29 1
     percent 100
end
#testtest3
section
    npc 20018
        item 30008 20
     reward 39 1
     percent 100
end 
Why do you have the same item vnum at the first craft?
01/01/2015 23:38 dzekon24#5
doesn't work..

I have this problem now :
syserr:
HTML Code:
0102 03:43:00487 :: CSoundManager::PlayMusic - Failed to load stream sound : BGM/login_window.mp3
0102 03:43:04256 :: CSoundManager::PlayMusic - Failed to load stream sound : BGM/characterselect.mp3
0102 03:43:14055 :: Traceback (most recent call last):

0102 03:43:14055 ::   File "networkModule.py", line 233, in SetGamePhase

0102 03:43:14056 ::   File "game.py", line 108, in __init__

0102 03:43:14056 ::   File "interfaceModule.py", line 268, in MakeInterface

0102 03:43:14056 ::   File "interfaceModule.py", line 240, in __MakeCubeWindow

0102 03:43:14056 ::   File "uiCube.py", line 164, in LoadWindow

0102 03:43:14056 :: AttributeError
0102 03:43:14056 :: : 
0102 03:43:14056 :: 'ThinScrollBar' object has no attribute 'SetScrollStep'
0102 03:43:14056 :: 
02/07/2015 23:33 synthou1234#6
Have you inserted it in the client?
02/08/2015 00:44 Lowpass#7
Louk this area closer
PHP Code:
"30008,5&30008,2@30008,20@30008,20"