[RELEASE][C++]Anti EXP Ring

02/04/2017 15:28 MaxChri#46
Quote:
Originally Posted by aabbcc9933 View Post
same problem there !
As it explained before:

Change:

Code:
if (block_exp)
To:

Code:
if (block_exp && amount > 0)
And finally you can donating exp while anti exp is active.
02/05/2017 08:47 aabbcc9933#47
Quote:
Originally Posted by MaxChri View Post
As it explained before:

Change:

Code:
if (block_exp)
To:

Code:
if (block_exp && amount > 0)
And finally you can donating exp while anti exp is active.
Thnx for reply,now is working !
05/25/2019 06:22 wzy26022#48
Open and search this in : guild.cpp

bool CGuild::OfferExp(LPCHARACTER ch, int amount)

Add under :
if (ch->block_exp == true)
return false;
fixed bug
03/10/2023 21:45 Endless.#49
Quote:
Originally Posted by AlphaBay. View Post
hallo, ich nutze die Fliege v3 files. Bei dem Part, wo man nach if (g_bCheckClientVersion) suchen soll findet es nichts bei input_login.cpp. hat jemand evtl. eine lösung?
Guten Abend, Alpha Bay :)

Ich habe bezüglich deiner Suche 2 nach "if (g_bCheckClientVersion)" in 2 Dateien etwas finden können:

- game\src\input_main.cpp
- game\src\input_login.cpp


Ich hoffe ich konnte dir damit etwas helfen.


Gruß, Endless ;)