|
You last visited: Today at 11:59
Advertisement
[Problem]Crafting system.
Discussion on [Problem]Crafting system. within the Metin2 Private Server forum part of the Metin2 category.
01/01/2015, 22:42
|
#1
|
elite*gold: 0
Join Date: Nov 2011
Posts: 31
Received Thanks: 1
|
[Problem]Crafting system.
Hi.
I have problem with new cube or Crafting System.
I can't see items and refines on "papirus" board.
Quote:
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
|
#2
|
elite*gold: 54
Join Date: Jan 2013
Posts: 518
Received Thanks: 354
|
Did you write that in the cube.txt?
|
|
|
01/01/2015, 22:55
|
#3
|
elite*gold: 0
Join Date: Nov 2011
Posts: 31
Received Thanks: 1
|
HTML Code:
KwiatBrzoskwini
section
npc 20018
item 50721 5
reward 50801 1
percent 100
end
|
|
|
01/01/2015, 23:05
|
#4
|
elite*gold: 54
Join Date: Jan 2013
Posts: 518
Received Thanks: 354
|
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
|
#5
|
elite*gold: 0
Join Date: Nov 2011
Posts: 31
Received Thanks: 1
|
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
|
#6
|
elite*gold: 0
Join Date: Mar 2013
Posts: 58
Received Thanks: 10
|
Have you inserted it in the client?
|
|
|
02/08/2015, 00:44
|
#7
|
elite*gold: 0
Join Date: Dec 2014
Posts: 168
Received Thanks: 28
|
Louk this area closer
PHP Code:
"30008,5&30008,2@30008,20@30008,20"
|
|
|
Similar Threads
|
[HELP]Crafting System Second Material Problem
02/08/2015 - Metin2 Private Server - 2 Replies
my cube.lua
function cube_open(vnum)
cube_results = {}
cube_needs = {}
cube_results = "39031,1/71018,10/71019,10"
cube_needs = "35011,5&35016,2@35012,200@35013,200" ;
|
[SOLVED]Crafting System Materials Problem
01/31/2014 - Metin2 Private Server - 2 Replies
Hello Com !
We are configured the cube.lua but doest appear 2. 3. 4. and 5. materials.
My new game.py cube sources:
# CUBE by xGr33n & Apo
def BINARY_Cube_Open(self):
|
[PROBLEM]Crafting System *Lite*
01/30/2014 - Metin2 Private Server - 1 Replies
my cube.lua
function cube_open(vnum)
cube_results = {}
cube_needs = {}
cube_results = "39031,1/71018,10/71019,10"
cube_needs = "35011,5&35016,2@35012,200@35013,200" ;
|
Crafting System
09/11/2013 - Metin2 Private Server - 0 Replies
Hello there,
I added crafting system but when i open this it appers empty. How can i show items in?
http://s1308.hizliresim.com/1d/y/s306s.jpg
|
All times are GMT +1. The time now is 12:00.
|
|