- Mesaj
- 637
- Çözümler
- 46
- Beğeni
- 1.011
- Puan
- 1.130
- Ticaret Puanı
- 1
Muhtemelen lag engellemek için olan bir şey.
common/service.h:
//Ekle
#define ENABLE_DROP_HACK_FIX // Drop hack time check
Char.cpp:
//Arat
m_dwLastGoldDropTime = 0;
//Altına Ekle
#ifdef ENABLE_DROP_HACK_FIX
CountDrops = 0;
LastDropTime = 0;
#endif
Char.h:
//Arat
};
ESex GET_SEX(LPCHARACTER ch);
#endif
//Üstüne Ekle
#ifdef ENABLE_DROP_HACK_FIX
protected:
int LastDropTime;
int CountDrops;
#endif[/HASH]
Burayı görüntülemek için üye girişi yapmalı veya kayıt olmalısınız.
Son düzenleme: