character-LU_Pool

Discussion about Helbreath Server Files.
Post Reply
jorma98
Regular
Posts: 57
Joined: Tue Apr 11, 2006 3:42 pm

Post by jorma98 »

I was just wondering whats wrong. On my friends server when you log out, D/C or teleport your char's character-LU_Pool will go over -1000 causing a d/c when you try to log back in. Does this happend all the time or is it there a bug in the server files? Is there a fix for that, or do we have to use the PHP everytime? I guess this doesnt happen everytime on normal chars but everytime whit GM chars.
Crossfade
Loyal fan
Posts: 354
Joined: Sun Mar 20, 2005 5:55 pm

Post by Crossfade »

jorma98 wrote: I was just wondering whats wrong. On my friends server when you log out, D/C or teleport your char's character-LU_Pool will go over -1000 causing a d/c when you try to log back in. Does this happend all the time or is it there a bug in the server files? Is there a fix for that, or do we have to use the PHP everytime? I guess this doesnt happen everytime on normal chars but everytime whit GM chars.
put a check for if lvl pool < 3 it = 3

like

Code: Select all

if (m_pClientList[iClientH]->m_iLU_Pool < 3) m_pClientList[iClientH]->m_iLU_Pool = 3;
Treax2
Loyal fan
Posts: 281
Joined: Fri Mar 04, 2005 5:05 pm
Location: Estonia
Contact:

Post by Treax2 »

hmm ... its not that problem ... i rember that i had same... but why i dont rember :D

ohh ... exp bug script in c++ putted exp to 0 and lu pool to - ****

some code is fucking you xD
jorma98
Regular
Posts: 57
Joined: Tue Apr 11, 2006 3:42 pm

Post by jorma98 »

Do you have any idea where the problematic code might be? :unsure:

And Crossfade where should I put that code? :huh:
Crossfade
Loyal fan
Posts: 354
Joined: Sun Mar 20, 2005 5:55 pm

Post by Crossfade »

jorma98 wrote: Do you have any idea where the problematic code might be?  :unsure:

And Crossfade where should I put that code?  :huh:
what sources you using?
jorma98
Regular
Posts: 57
Joined: Tue Apr 11, 2006 3:42 pm

Post by jorma98 »

Crossfade wrote: what sources you using?
Diuuude's
ADDKiD
&lt;3 bd long time
Posts: 967
Joined: Tue Jul 12, 2005 8:07 pm
Location: Washington, USA
Contact:

Post by ADDKiD »

Go slap yourself...
jorma98
Regular
Posts: 57
Joined: Tue Apr 11, 2006 3:42 pm

Post by jorma98 »

nvm, fixed
Dax
&lt;3 bd long time
Posts: 785
Joined: Mon Apr 18, 2005 3:19 pm

Post by Dax »

jorma98 wrote: nvm, fixed
Holy shit! Have an award! Someone did somthing for themselves! Im so proud right now!
Reppin' 127.0.0.1!!!<br><br><img src='http://img502.imageshack.us/img502/1348/sig4daxbn2.jpg' border='0' alt='user posted image' /><br><br>I contend that we are both atheists. I just believe in one fewer god than you do. <br>When you understand why you dismiss all the other possible gods, you will <br>understand why I dismiss yours.<br>~ <b>Stephen Roberts</b>
ADDKiD
&lt;3 bd long time
Posts: 967
Joined: Tue Jul 12, 2005 8:07 pm
Location: Washington, USA
Contact:

Post by ADDKiD »

Lol, I'd find a box to put this moment in, cuz it ain't going to last long.
Crossfade
Loyal fan
Posts: 354
Joined: Sun Mar 20, 2005 5:55 pm

Post by Crossfade »

ADDKiD wrote: Lol, I'd find a box to put this moment in, cuz it ain't going to last long.
neither does your hype
kokodriloz
Regular
Posts: 56
Joined: Thu Jan 04, 2007 4:27 am

Post by kokodriloz »

mm? hw do u fix that?
Post Reply