Jump to content

How To Change Items Drop Time


Recommended Posts

Following this guide you will be able to change the collection time of the items

Video:

https://www.youtube.com/watch?v=9CPao8Z_mVc

Code:

Client Source /UserInterface/PythonPlayer.cpp

// Search:
void CPythonPlayer::SendClickItemPacket(DWORD dwIID)
// Replace:
s_dwNextTCPTime = dwCurTime + 500;
// with
s_dwNextTCPTime = dwCurTime + 80;

 

  • Metin2 Dev 2
  • Love 1
  • Love 2
Link to comment
Share on other sites

Announcements



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