Jump to content

Recommended Posts

  • Replies 4
  • Created
  • Last Reply

Top Posters In This Topic

Hi!

Maybe your problem is using the shitty Terenzo client source like me.
Check your PythonBackground.cpp file and look for these two lines:

m_kMap_dwTargetID_dwChrID.insert(make_pair(dwID, dwChrVID));

Change (add ::std before make_pair):

m_kMap_dwTargetID_dwChrID.insert(std::make_pair(dwID, dwChrVID));

And:

m_kMap_dwID_kReserveTargetEffect.insert(make_pair(dwID, ReserveTargetEffect));

Change (add ::std before make_pair):

m_kMap_dwID_kReserveTargetEffect.insert(std::make_pair(dwID, ReserveTargetEffect));


Tested and bug not present anymore in my server (I completed all quest with my GM character).
Please tell me your results!

Link to comment
https://metin2.dev/topic/33196-npc-arrow/#findComment-168102
Share on other sites

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • 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.