How to fix ek bug over 200+?
-
- Regular
- Posts: 68
- Joined: Mon May 24, 2004 12:06 am
do u mean when u r lvl 200 or when you got more than 200 EKs?
<img src='http://jove.prohosting.com/mxghost/Neme ... y%20Mx.jpg' border='0' alt='user posted image' /> <span style='color:blue'>Do you like mi pic?</span><br><span style='color:red'>Good Luck 4 every1<br>Mx - Nemeliom</span>
Why it happens:
seard for in game.cpp, thats the one where it does the ek stuff. it saysso you need to goto game.h and find and change the number after it to ur max level. Also after that changes, you don't need to define a max level in your hgserver config file, it'll be default
Simple english:
you need to goto game.h and find and change the number after it to ur max level.
seard for
Code: Select all
void CGame::EnemyKillRewardHandler(int iAttackerH, int iClientH)
Code: Select all
if (m_pClientList[iClientH]->m_iLevel >= m_iPlayerMaxLevel) return FALSE;
Code: Select all
#define DEF_PLAYERMAXLEVEL
Simple english:
you need to goto game.h and find
Code: Select all
#define DEF_PLAYERMAXLEVEL
<!--QuoteBegin--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> </td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->Human knowleag belongs to THE WORLD<!--QuoteEnd--></td></tr></table><div class='signature'><!--QuoteEEnd--><br>So i highly dislike people who keep to their proud selfs... thats why i wanna share everything i got with you guys 
