Value to trigger "Client Energy Bar Error"
Hey,
I was testing some stuff on my server, and I found out the exact regen value needed to trigger the "Client Energy Bar Error" message in the logs.
My question is, does anyone know how to change the value to trigger this log ?
The current value is way too high, and I would like to lower it a bit.
Thanks in advance.
Re: Value to trigger "Client Energy Bar Error"
follow that message in olly. you'll reach a huge routine. that routine is based on switches. get the switch number that that message is inside.
find the block of code that does this:
PUSH that number
CALL that routine
just press CTRL+R in the beggining of that routine so you can find every place that calls it.
good luck.
Re: Value to trigger "Client Energy Bar Error"
I should be looking for a CMP, shouldn't ?
Like a CMP between the value that triggers the message and an EAX.
Like: http://pt.gregooverse.net/?c=misc&id...g_alert_values
Re: Value to trigger "Client Energy Bar Error"
he probably found this using the method I told you.
the value could be at any register, not in eax specially, though it is the register used to store "temp" values.
Re: Value to trigger "Client Energy Bar Error"
Yeah I think I got it, will try as soon as I can.
Thanks.
Re: Value to trigger "Client Energy Bar Error"
His guide refers to the hacking alert values, you are speaking about the client energy bar values.
From what I remember, it's not the same.