Change Items Drop Time

01/22/2018 13:13 Fire@#1
Following this guide you will be able to change the collection time of the items

Video:

Code:
Client Source /UserInterface/PythonPlayer.cpp

HTML Code:
// Search:
void CPythonPlayer::SendClickItemPacket(DWORD dwIID)
// Replace:
s_dwNextTCPTime = dwCurTime + 500;
// with
s_dwNextTCPTime = dwCurTime + 80;
01/22/2018 18:44 Metin2 Team#2
pick up time not drop time