Where is the......

All Helbreath Server Source Discussion here.
Post Reply
blackfury
noob
Posts: 29
Joined: Wed Oct 27, 2004 9:13 pm

Post by blackfury »

Exp bonus in the source so i can delete it?
cocho
Loyal fan
Posts: 363
Joined: Sat Jan 24, 2004 10:33 pm
Location: Caracas - Venezuela
Contact:

Post by cocho »

of course its there, but not easy to edit and source is just fked up with a crusade prob... just stay with this weird exp :lol:
locobans
Outpost Junkie
Posts: 2264
Joined: Tue Jul 13, 2004 3:51 am
Location: Behind You
Contact:

Post by locobans »

exp bonus are deleted they have

/* 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>
Ice-T
Loyal fan
Posts: 262
Joined: Sat Oct 18, 2003 8:51 am
Location: nowere

Post by Ice-T »

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..
<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' />
locobans
Outpost Junkie
Posts: 2264
Joined: Tue Jul 13, 2004 3:51 am
Location: Behind You
Contact:

Post by locobans »

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>
DMZ2
noob
Posts: 21
Joined: Sun Jan 16, 2005 10:06 am

Post by DMZ2 »

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.

Ð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;
Post Reply