Jump to content

thax

Member
  • Posts

    7
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by thax

  1. 24 minuty temu, iFreakTime~.~ napisał:

    I searched in OpenMyShop function but no success.

    lul

     

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

     

    edit this

     

        if (GetPart(PART_MAIN) > 2)
        {
            ChatPacket(CHAT_TYPE_INFO, LC_TEXT("갑옷을 벗어야 개인 상점을 열 수 있습니다."));
            return;
        }

     

    like this (or remove) 

     

     //   if (GetPart(PART_MAIN) > 2)
      //  {
        //    ChatPacket(CHAT_TYPE_INFO, LC_TEXT("갑옷을 벗어야 개인 상점을 열 수 있습니다."));
         //   return;
     //   }

     

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