Jump to content

Error when refining stones from +3 to +4


Go to solution Solved by ĐECKED,

Recommended Posts

Anyone know why I'm getting this message when I try to refine stones from +3 to +4 using Blessing Scroll/Magic Stone?

spacer.png

I have no clue what's going on, I've tested different refine protos, same error every time.

Refining the stone through Blacksmith/Seon-Pyeong works just fine.

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

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

  • Premium

I am guessing that's chinese.

Open your server's syserr and find that message (it will look like random characters)

Copy and paste it into some text editor like sublime

Change encoding to BIG5 (assuming it's chinese)

Copy the resulting text into Google Translate

Link to comment
Share on other sites

  • Solution

It's korean, this is what it says xD

spacer.png

 

EDIT: Figured it out.

Here's how I fixed it.

1. Go to char_item.cpp

2. Look for this if and delete it

if (item2->GetVnum() >= 28330 && item2->GetVnum() <= 28343) // 영석+3
{
	ChatPacket(CHAT_TYPE_INFO, LC_TEXT("+3 영석은 이 아이템으로 개량할 수 없습니다"));
	return false;
}
Edited by Metin2 Dev
Core X - External 2 Internal
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.