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



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