Exp Bug

All Helbreath Server Source Discussion here.
Post Reply
maku
Regular
Posts: 42
Joined: Sat Dec 11, 2004 5:10 am

Post by maku »

Like doing so that exp not bug.. Audioslave I happen this I cosay to me, but it does not work, the character continue raising of lvl.. anybody has I cosay source to avoid exp bug?

BOOL CGame::bCheckLevelUp
if (m_pClientList[iClientH]->m_iLevel >= 250) return; ;)

srry my english is bad :(
09876
Regular
Posts: 31
Joined: Thu Jul 15, 2004 9:35 pm

Post by 09876 »

Try: if (m_pClientList[iClientH]->m_iLevel >= 250) return FALSE;
maku
Regular
Posts: 42
Joined: Sat Dec 11, 2004 5:10 am

Post by maku »

if (m_pClientList[iClientH]->m_iLevel >= 250) return FALSE;
this code not work.. :(
tamir
Regular
Posts: 53
Joined: Wed Feb 04, 2004 8:42 am

Post by tamir »

I didn't understand a word of what u said... (well maybe one word)
<a href='http://tfps.fateback.com/scripts/index.html' target='_blank'>my php scripts</a>
Post Reply