Where is the......
exp bonus are deleted they have
/* and */ that will keep them off the hgserver B)
/* and */ that will keep them off the hgserver B)
QUOTE (ADDKiD @ Dec 1 2006, 4:01 PM) <br>You guys make me laugh alot, half the shit I say, is bullshit...<br><br><img src='http://img485.imageshack.us/img485/492/banssig1ng.gif' border='0' alt='user posted image' /><br><br><b>I see no changes at all, wake up in the morning and ask myself...<br>Is life worth living? Should I blast myself?</b><br><br><b><a href='http://2paclegacy.com' target='_blank'>2PacLegacy.com</a></b>
just search for "exp" then you will find,
it, right now im attempting to fix the crusades.. as all there is to do it stop that screen from poping up when ever you login, change map, and the metor strikes happerning evry 2 secs..
it, right now im attempting to fix the crusades.. as all there is to do it stop that screen from poping up when ever you login, change map, and the metor strikes happerning evry 2 secs..
<img src='http://www.prism.gatech.edu/~gtg818f/basesig.gif' border='0' alt='user posted image' /><br><img src='http://img228.imageshack.us/img228/439/steam1tf.gif' border='0' alt='user posted image' />
ice-T contact me at msn manuel_e7@hotmail.com thx B)
QUOTE (ADDKiD @ Dec 1 2006, 4:01 PM) <br>You guys make me laugh alot, half the shit I say, is bullshit...<br><br><img src='http://img485.imageshack.us/img485/492/banssig1ng.gif' border='0' alt='user posted image' /><br><br><b>I see no changes at all, wake up in the morning and ask myself...<br>Is life worth living? Should I blast myself?</b><br><br><b><a href='http://2paclegacy.com' target='_blank'>2PacLegacy.com</a></b>
daxation says to me is the
pNpc->m_iExp
the is "exp bonuses calculated together"
and make this to use only expmin on npc.cfg file
pNpc->m_iExp = (iDice(1, (m_pNpcConfigList->m_iExpDiceMax - m_pNpcConfigList->m_iExpDiceMin)) + m_pNpcConfigList->m_iExpDiceMin);
my bad english i just copy he say.
pNpc->m_iExp
the is "exp bonuses calculated together"
and make this to use only expmin on npc.cfg file
pNpc->m_iExp = (iDice(1, (m_pNpcConfigList->m_iExpDiceMax - m_pNpcConfigList->m_iExpDiceMin)) + m_pNpcConfigList->m_iExpDiceMin);
my bad english i just copy he say.
Ðaxation says:
pNpc->m_iExp is what the exp bonuses calculated together will equal
Ðaxation says:
if you wanna make the exp go back to the same formula it was pre-rnd-fuck-up then find
Ðaxation says:
pNpc->m_iExp = (iDice
Ðaxation says:
and change it to
Ðaxation says:
//new exp
pNpc->m_iExpDice = m_pNpcConfigList->m_iExpDiceMin;
pNpc->m_iExp = iDice(m_pNpcConfigList->m_iExpDiceMin, 4) + m_pNpcConfigList->m_iExpDiceMin;