*  Metin2 Drop Hack Time Check
BU KONUYU DEĞERLENDİR
  • Derecelendirme: 0/5 - 0 oy
  • 1
  • 2
  • 3
  • 4
  • 5
0
( Yorum )
573
( Okunma )
Görüntüleyenler: 1 Ziyaretçi

Admin
573
(Mesajlar)
504
(Konular)
24.08.2022
(Kayıt Tarihi)
255
(Rep Puanı)
#1
07.11.2022 Saat: 20:48


Muhtemelen lag engellemek için olan bir şey.

common/service.h:
Kod:
//Ekle
#define ENABLE_DROP_HACK_FIX            // Drop hack time check

Char.cpp:
Kod:
//Arat
    m_dwLastGoldDropTime = 0;

//Altına Ekle
#ifdef ENABLE_DROP_HACK_FIX
    CountDrops = 0;
    LastDropTime = 0;
#endif

Char.h:
Kod:
//Arat
};

ESex GET_SEX(LPCHARACTER ch);

#endif

//Üstüne Ekle
#ifdef ENABLE_DROP_HACK_FIX
protected:
    int                    LastDropTime;
    int                    CountDrops;
#endif

char_item.cpp:
Kod:
//Arat
    GPOS pxPos = GetXYZ();

    if (pkItemToDrop->AddToGround(GetMapIndex(), pxPos))

//Üstüne Ekle
#ifdef ENABLE_DROP_HACK_FIX
    if (thecore_pulse() > LastDropTime + 25)
        CountDrops = 0;

    if (thecore_pulse() < LastDropTime + 25 && CountDrops >= 4)
    {
        CountDrops = 0;
        sys_err("%s[%d] has been disconnected because of drophack using", GetName(), GetPlayerID());
        GetDesc()->SetCloseReason("DROP_HACK");
        GetDesc()->SetPhase(PHASE_CLOSE);
        return false;
    }
#endif



Konu ile Alakalı Benzer Konular
Konular Yazar Yorumlar Okunma Son Yorum
Metin2 Elemental Spell B. Bulut 1 715 28.05.2025 Saat: 02:16
Son Yorum: ogkushbananaa
Metin2 İtem Sil-Sat-At Sistemi Fixli Defineli B. Bulut 1 823 03.04.2025 Saat: 11:11
Son Yorum: emir.21.kisa
Metin2 Kanallar Arası Arkadaşlık İsteği B. Bulut 1 773 30.03.2025 Saat: 16:02
Son Yorum: JordiX
Metin2 Taş Ekleme Şansını Yükseltme İksiri B. Bulut 3 1,052 30.03.2025 Saat: 16:00
Son Yorum: JordiX
Metin2 ItemShop Sistemi B. Bulut 1 820 14.03.2025 Saat: 08:33
Son Yorum: mostix
Metin2 İstediğiniz Haritaya İP Başına 1 Oyuncu Girsin B. Bulut 3 1,084 01.03.2025 Saat: 06:18
Son Yorum: cexoox1
Metin2 Larry Watterson Systems B. Bulut 5 1,178 01.03.2025 Saat: 06:15
Son Yorum: cexoox1
Metin2 Lonca Öldürme Sistemi B. Bulut 2 897 29.11.2024 Saat: 23:22
Son Yorum: gokselbayir4
Metin2 Chaos2 Patcher + Lister B. Bulut 2 1,867 18.10.2024 Saat: 05:49
Son Yorum: Shay
Metin2 Atlas Boss Sistemi B. Bulut 1 967 29.02.2024 Saat: 16:03
Son Yorum: onur2898

Hızlı Menü: