Jump to content

Recommended Posts

Hey guys.

 

Fliege files have big problem with 6/7 bonus, seems like they are in game (case 71051,71052 is there) but they arent in item_proto.I have item_proto.txt in server throught WinSCP but I just cant get them to work. Someone mentioned something about ProtoReader.cpp not working well.2 lines from item_proto.txt (70151. and 70152) are the ones,if some1 can send me their item_proto.txt just with these 2 lines (WORKING) i would be grateful. And if you have protoReader.cpp that is working with ur 6/7 bonus please send it here aswell. If you know fix let me know. Thanks!

 

And yes,i tried removing isEurope type of thing and changing item_proto.txt  USE_ADD_ATTRIBUTE2  USE_CHANGE_ATTRIBUTE2(as you can see below) and ofc NO_TXT is set to 0

 

Item_proto.txt pastebin - https://pastebin.com/jiDSHpiK

ProtoReader.cpp pastebin - https://pastebin.com/sBb0BAHn

Link to comment
https://metin2.dev/topic/19053-fliege-files-67-bonus-not-working/
Share on other sites

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

My friend have fliege files..
One problem is in char_item.cpp

search: 71051 & 71052

Delete lines..

Like this:

case 71051 : // 진재가
                                {
                                    LPITEM item2;

                                    if (!IsValidItemPosition(DestCell) || !(item2 = GetInventoryItem(wDestCell)))
                                        return false;

                                    if (item2->IsExchanging() == true)
                                        return false;

                                    if (item2->GetAttributeSetIndex() == -1)
                                    {
                                        ChatPacket(CHAT_TYPE_INFO, LC_TEXT("속성을 변경할 수 없는 아이템입니다."));
                                        return false;
                                    }

Same for 71052

case 71052 : // 진재경
                                {
                                    LPITEM item2;

                                    if (!IsValidItemPosition(DestCell) || !(item2 = GetItem(DestCell)))
                                        return false;

                                    if (item2->IsExchanging() == true)
                                        return false;

                                    if (item2->GetAttributeSetIndex() == -1)
                                    {
                                        ChatPacket(CHAT_TYPE_INFO, LC_TEXT("속성을 변경할 수 없는 아이템입니다."));
                                        return false;
                                    }

This is sure only one problem, but I save this for him from original untouched files..

9 hours ago, Cunoo said:

My friend have fliege files..
One problem is in char_item.cpp

search: 71051 & 71052

Delete lines..

Like this:

case 71051 : // 진재가
                                {
                                    LPITEM item2;

                                    if (!IsValidItemPosition(DestCell) || !(item2 = GetInventoryItem(wDestCell)))
                                        return false;

                                    if (item2->IsExchanging() == true)
                                        return false;

                                    if (item2->GetAttributeSetIndex() == -1)
                                    {
                                        ChatPacket(CHAT_TYPE_INFO, LC_TEXT("속성을 변경할 수 없는 아이템입니다."));
                                        return false;
                                    }

Same for 71052

case 71052 : // 진재경
                                {
                                    LPITEM item2;

                                    if (!IsValidItemPosition(DestCell) || !(item2 = GetItem(DestCell)))
                                        return false;

                                    if (item2->IsExchanging() == true)
                                        return false;

                                    if (item2->GetAttributeSetIndex() == -1)
                                    {
                                        ChatPacket(CHAT_TYPE_INFO, LC_TEXT("속성을 변경할 수 없는 아이템입니다."));
                                        return false;
                                    }

This is sure only one problem, but I save this for him from original untouched files..

case 71051 & 71052 wouldnt work,i can see it already from here.But can you give me contact on your friend with fliege files?(I am from svk aswell btw)

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • 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.