Jump to content

Malin

Inactive Member
  • Posts

    7
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Malin

  1. in CArea::__UpdateLoadedObjectInstances u have new func "emplace" and here it is not used value_type

    				if ((*it)->dwType == prt::PROPERTY_TYPE_BUILDING)
    					m_GraphicThingInstanceCRCMap.emplace(TGraphicThingInstanceCRCMap::value_type((*it)->pThingInstance, c_pObjectData->dwCRC));

     

    like this:

    				if ((*it)->dwType == prt::PROPERTY_TYPE_BUILDING)
    					m_GraphicThingInstanceCRCMap.emplace((*it)->pThingInstance, c_pObjectData->dwCRC);
  2. 12 hours ago, Etzhel said:

    there is the problem..

    I did not make any changes in the source code. I use it the way you put it here.

    video:

    https://metin2.download/video/n22mfzk2I4ly75DCHudY3Ad0JShv6wi6/.mp4

    do you understand that there are a lot of tables in the player database that do not have a default value. Check it in all possible tables, any table where "not null" is selected must have a default value. Start reading syser ..

    I made a default value for all tables and I don't have this problem anymore. Start playing minecraft better and don't get down to work on metin2..

    • Metin2 Dev 2
    • Dislove 1
    • Sad 1
    • Love 2
×
×
  • 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.