Jump to content

Private shop new design with new item


Recommended Posts

hi,

i want make a Private shop new design with two different item and two different design

but i have problem with Polymorph

and this my code 

in char.cpp search void CHARACTER::OpenMyShop(const char * c_pszSign, TShopItemTable * pTable, BYTE bItemCount)

and repalce end with

Spoiler

    if (CountSpecifyItem(60301))
    {
        ShopDe();
        return;
    }

}
void CHARACTER::ShopDe()
{
    if (CountSpecifyItem(60301))
    {
        RemoveSpecifyItem(60301, 1);
        SetPolymorph(30001, true);
    }
    else
        return; 
}

and this is gif for my problem when i do Polymorph

.gif

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



  • Similar Content

  • Activity

    1. 60

      Inbuild GR2 Animation

    2. 2

      wait() function bug

    3. 0

      Remove Party Role Bonuses

    4. 1

      Fix CBar3D

    5. 2

      set_quest_state not working

    6. 1

      Fix CBar3D

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