Jump to content

Fliege files 6/7 bonus not working


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
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..

Link to comment
Share on other sites

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)

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



  • Similar Content

  • Activity

    1. 0

      Sort By Last Play Time problem

    2. 0

      QuickSell in SpecialInventory Problem

    3. 12

      Legendary items effect

    4. 0

      M2Project Research | Teamler - Beta Tester

    5. 5

      How To Directx9 Device Creation with Multiple Thread Support

    6. 25

      Increase Safebox / Warehouse

    7. 25

      Increase Safebox / Warehouse

  • Recently Browsing

    • No registered users viewing this page.
×
×
  • 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.