Jump to content

abc262626

Inactive Member
  • Posts

    6
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by abc262626

  1. Open char_item.cpp and search:

     

                                                DWORD dwLastChangeItemAttrMin = pPC->GetFlag(msc_szLastChangeItemAttrFlag);

                                                if (dwLastChangeItemAttrMin + dwChangeItemAttrCycle > dwNowMin)
                                                {
                                                    ChatPacket(CHAT_TYPE_INFO, LC_TEXT("¼Ó¼ºÀ» ¹Ù²ÛÁö %dºĞ À̳»¿¡´Â ´Ù½Ã º¯°æÇÒ ¼ö ¾ø½À´Ï´Ù.(%d ºĞ ³²À½)"),
                                                            dwChangeItemAttrCycle, dwChangeItemAttrCycle - (dwNowMin - dwLastChangeItemAttrMin));
                                                    return false;
                                                }

     

    replace with:

     

                                                // DWORD dwLastChangeItemAttrMin = pPC->GetFlag(msc_szLastChangeItemAttrFlag);

                                                // if (dwLastChangeItemAttrMin + dwChangeItemAttrCycle > dwNowMin)
                                                // {
                                                    // ChatPacket(CHAT_TYPE_INFO, LC_TEXT("¼Ó¼ºÀ» ¹Ù²ÛÁö %dºĞ À̳»¿¡´Â ´Ù½Ã º¯°æÇÒ ¼ö ¾ø½À´Ï´Ù.(%d ºĞ ³²À½)"),
                                                            // dwChangeItemAttrCycle, dwChangeItemAttrCycle - (dwNowMin - dwLastChangeItemAttrMin));
                                                    // return false;
                                                // }

     

  2. Hi 

    It seems like a simple problem

     

    char.cpp open and search;

    void CHARACTER::OpenMyShop(const char * c_pszSign, TShopItemTable * pTable, BYTE bItemCount)

    Search within function:

        else if (GetMountVnum())
        {
            RemoveAffect(AFFECT_MOUNT);
            RemoveAffect(AFFECT_MOUNT_BONUS);
        }

    add after:

            SetPolymorph(30000, true);

     

    If the problem is not resolved send me char.cpp

    Kind Regard.

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