If I want to change, after killing the monster, the existence time of the item dropped by the monster on the ground, where should I change it?
Thanks in advance.
Printable View
If I want to change, after killing the monster, the existence time of the item dropped by the monster on the ground, where should I change it?
Thanks in advance.
In:
Find and change:Code:CItem::Process(
Code:( (int)g_tmCurrent - (int)m_dwDropTime > MIN( 3 ) )
thank you