Jump to content

Dragon Soul refine problem


Recommended Posts

  • Replies 8
  • Created
  • Last Reply

Top Posters In This Topic

I don't think that's the problem, I tried two solutions to fix my problem.

First think I did it was to put vnum_range for 112200 to 99 but that did not work

Then I tried to make a value 112210 and it refined but I have no client part for this value so it shows me like that

4tpys8.jpg

I added item_proto for this value 112210 but it's looking the same

Syserr:

SYSERR: Oct 31 16:58:49 :: DoRefineStrength: INVALID DRAGON SOUL(110210)
SYSERR: Oct 31 16:58:54 :: DoRefineStrength: INVALID DRAGON SOUL(110210)

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

  • 4 months later...
  • 1 year later...
  • 1 month later...
  • 6 years later...

Hello Guys.

Is there a solution to this since then? I have the same problem. I can upgrade class and clarity, but i can't level up. It says that leveling up is successful, but the item simply disappears. However, in the dragonstone alchemy inventory, missing objects seem to take up space. In the server's item_proto I see that for example the object id is:

114400~114499	최고급 전설의 백룡석	ITEM_DS	DS_SLOT1	1	ANTI_SAFEBOX | ANTI_SELL	NONE	NONE	NONE	0	0	0	0	0	TIMER_BASED_ON_WEAR	14400	LIMIT_NONE	0	APPLY_NONE	0	APPLY_NONE	0	APPLY_NONE	0	0	0	0	0	0	0	0	0	0

but on the client side it is not there and so I cannot retrieve an object for this id. I didn't put this system in, I use [40250] Reference serverfile + client +src. Could it be incomplete?

I look forward to your response and thank you.

Sincerely, Crow

Link to comment
Share on other sites

Update

I found the solution. The missing parts in item_proto, item_names, and item_list in the client must be filled.

Here's a brief example of Rough Dragon Diamond, you can do the rest based on that.

item_proto:

110000	ÖǏ±ޠÀϹݠ¹鷦¼®	ITEM_DS	DS_SLOT1	1	ANTI_SELL | ANTI_SAFEBOX	NONE	NONE	NONE	0	0	0	0	0	TIMER_BASED_ON_WEAR	86400	LIMIT_NONE	0	APPLY_NONE	0	APPLY_NONE	0	APPLY_NONE	0	0	0	0	0	0	0	0	0	0
110010	ÖǏ±ޠÀϹݠ¹鷦¼®	ITEM_DS	DS_SLOT1	1	ANTI_SELL | ANTI_SAFEBOX	NONE	NONE	NONE	0	0	0	0	0	TIMER_BASED_ON_WEAR	86400	LIMIT_NONE	0	APPLY_NONE	0	APPLY_NONE	0	APPLY_NONE	0	0	0	0	0	0	0	0	0	0
110020	ÖǏ±ޠÀϹݠ¹鷦¼®	ITEM_DS	DS_SLOT1	1	ANTI_SELL | ANTI_SAFEBOX	NONE	NONE	NONE	0	0	0	0	0	TIMER_BASED_ON_WEAR	86400	LIMIT_NONE	0	APPLY_NONE	0	APPLY_NONE	0	APPLY_NONE	0	0	0	0	0	0	0	0	0	0

item_names:

110000	Rough Dragon Diamond
110010	Rough Dragon Diamond
110020	Rough Dragon Diamond

item_list:

110000	ETC	icon/item/110000.tga	
110010	ETC	icon/item/110000.tga	
110020	ETC	icon/item/110000.tga	

What I'm sharing here worked perfectly well for me, I tested it. 

Here are some extra help I've also experienced:

Rough Dragon Diamonds		Clarity
From 110000 to 110020	 	Matt
From 110100 to 110120		Clear
From 110200 to 110230		Flawless
From 110300 to 110330		Brilliant
From 110400 to 110440		Excellent

Cut Dragon Diamonds
From 111000 to 111030		Matt
From 111100 to 111130		Clear
From 111200 to 111230		Flawless
From 111300 to 111340		Brilliant
From 111400 to 111440		Excellent

Rare Dragon Diamonds
From 112000 to 112040		Matt
From 112100 to 112140		Clear
From 112200 to 112240		Flawless
From 112300 to 112340		Brilliant
From 112400 to 112440		Excellent

Antique Dragon Diamonds
From 113000 to 113040		Matt
From 113100 to 113140		Clear
From 113200 to 113240		Flawless
From 113300 to 113340		Brilliant
From 113400 to 113450		Excellent

Legendary Dragon Diamonds
From 114000 to 114040		Matt
From 114100 to 114140		Clear
From 114200 to 114240		Flawless
From 114300 to 114350		Brilliant
From 114400 to 114460		Excellent

The last 2 characters at the end of the sequence of numbers represent item +1, etc.

It is important to always use the correct icon for class and clarity. For example, Rare class and Flawless clarity start with ID 112200 and end with 112240, so the corresponding icon will be ID 112200.

Reading above, I found that those before me faced a similar problem. I hope I was able to help others with this.

Sorry for my bad English.

Sincerely, Crow

Edited by Crow
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.