Jump to content

Fix 6 / 7 Bonus on Costumes


Recommended Posts

Hi, i found a bug on my game and players can use 6 and 7 bonus on costume itens and then Pacificador help me fix this problem here i will leave the solution for u guys.

 

char_item.cpp

 

Above

if (item2->GetAttributeSetIndex() == -1)

                                    {

                                        ChatPacket(CHAT_TYPE_INFO, LC_TEXT("¼Ó¼ºÀ» º¯°æÇÒ ¼ö ¾ø´Â ¾ÆÀÌÅÛÀÔ´Ï´Ù."));

                                        return false;

                                    }

add

                                    if (item2->GetType() == ITEM_COSTUME)

                                    {

                                        ChatPacket(CHAT_TYPE_INFO, LC_TEXT("¼Ó¼ºÀ» º¯°æÇÒ ¼ö ¾ø´Â ¾ÆÀÌÅÛÀÔ´Ï´Ù."));

                                        return false;

                                    }
  • Love 1
Link to comment
Share on other sites

  • 1 month later...

Announcements



  • Similar Content

  • Similar Content

  • Similar Content

  • Tags

  • Activity

    1. 3

      Crystal Metinstone

    2. 3

      Feeding game source to LLM

    3. 113

      Ulthar SF V2 (TMP4 Base)

    4. 3

      Feeding game source to LLM

    5. 0

      Target Information System

    6. 3

      Feeding game source to LLM

    7. 2

      anti exp explanation pls

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