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

Admin
573
(Mesajlar)
504
(Konular)
24.08.2022
(Kayıt Tarihi)
252
(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 Kanallar Arası Arkadaşlık İsteği B. Bulut 1 597 Dün Saat: 16:02
Son Yorum: JordiX
Metin2 Taş Ekleme Şansını Yükseltme İksiri B. Bulut 3 820 Dün Saat: 16:00
Son Yorum: JordiX
Metin2 ItemShop Sistemi B. Bulut 1 650 14.03.2025 Saat: 08:33
Son Yorum: mostix
Metin2 İstediğiniz Haritaya İP Başına 1 Oyuncu Girsin B. Bulut 3 889 01.03.2025 Saat: 06:18
Son Yorum: cexoox1
Metin2 Larry Watterson Systems B. Bulut 5 917 01.03.2025 Saat: 06:15
Son Yorum: cexoox1
Metin2 Lonca Öldürme Sistemi B. Bulut 2 724 29.11.2024 Saat: 23:22
Son Yorum: gokselbayir4
Metin2 Chaos2 Patcher + Lister B. Bulut 2 1,651 18.10.2024 Saat: 05:49
Son Yorum: Shay
Metin2 Atlas Boss Sistemi B. Bulut 1 812 29.02.2024 Saat: 16:03
Son Yorum: onur2898
Metin2 Hiyus Anti Cheat - Ufak bot fixi B. Bulut 1 691 23.12.2023 Saat: 14:41
Son Yorum: farques
Metin2 Teleport Sistemi B. Bulut 0 606 11.01.2023 Saat: 16:08
Son Yorum: B. Bulut

Hızlı Menü: