How to fix ek bug over 200+?

Discussion about Helbreath Server Files.
Post Reply
warman2442
Regular
Posts: 68
Joined: Mon May 24, 2004 12:06 am

Post by warman2442 »

how do i fix the ek bug i cant ek over level 200+
Nemeliom
Loyal fan
Posts: 327
Joined: Sun Aug 01, 2004 10:20 pm
Contact:

Post by Nemeliom »

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>
cocho
Loyal fan
Posts: 363
Joined: Sat Jan 24, 2004 10:33 pm
Location: Caracas - Venezuela
Contact:

Post by cocho »

he said lvl 200, and its coded in the hgserver so i think u cant fix it, the hgserver is coded for 180 lvl max, same with party...
wannabee
Loyal fan
Posts: 270
Joined: Sun Dec 21, 2003 12:42 am

Post by wannabee »

Why it happens:
seard for

Code: Select all

void CGame::EnemyKillRewardHandler(int iAttackerH, int iClientH)
in game.cpp, thats the one where it does the ek stuff. it says

Code: Select all

if (m_pClientList[iClientH]->m_iLevel >= m_iPlayerMaxLevel) return FALSE;
so you need to goto game.h and find

Code: Select all

#define DEF_PLAYERMAXLEVEL
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

Code: Select all

#define DEF_PLAYERMAXLEVEL
and change the number after it to ur max level.
<!--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 :D
Post Reply