How to: Change stat limit :D:D:D

Discussion about Helbreath Server Files.
Post Reply
wannabee
Loyal fan
Posts: 270
Joined: Sun Dec 21, 2003 12:42 am

Post by wannabee »

you will need:
1) scource
2) Compiler
3) brain?

It's in the game.h
2.14) goto line 84
other versions) search 'DEF_CHARPOINTLIMIT'

It's defined there.

How i found out? goto line 24885 in game.cpp (v2.14) and you'll see the server checking if the stat is over the limit, so it says 'if your over me, then stay the same as me'

Recommended compiler(s): Visual Studio .net (or V C++)
<!--QuoteBegin--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> </td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->Human knowleag belongs to THE WORLD<!--QuoteEnd--></td></tr></table><div class='signature'><!--QuoteEEnd--><br>So i highly dislike people who keep to their proud selfs... thats why i wanna share everything i got with you guys :D
blackknigt
Regular
Posts: 58
Joined: Tue Mar 30, 2004 3:20 am

Post by blackknigt »

AT LAST SOMEBODY TOLD IT:
IVE BEEN AWAITING SO LONG FOR THAT ANSWER

TNX DUDEEEEEEEEEEEEEEE
binarydata
DBfiller
Posts: 3816
Joined: Fri Oct 31, 2003 5:30 am
Location: San Diego CA, USA
Contact:

Post by binarydata »

o.O, good guide
but dont you have to edito the client also?
<img src='http://img88.exs.cx/img88/2290/7666.jpg' border='0' alt='user posted image' />
blackknigt
Regular
Posts: 58
Joined: Tue Mar 30, 2004 3:20 am

Post by blackknigt »

i dun think so,
the stat packet its comming from server (i think)
but if its needed:isnt it like the 2.19 client?????
NightWolfZ
just visiting
Posts: 4
Joined: Sat Jan 24, 2004 7:20 pm

Post by NightWolfZ »

nice1 lol

aint you that ThePlague dude ?
Passion
Regular
Posts: 31
Joined: Fri Jul 30, 2004 8:57 am

Post by Passion »

Sorry, but you also need to change the client.
Why?
Because it doesnt allow to click on the + to go up your stats once they've reached 200.

Indeed, 2.14 sources from HBX has it changed to 1000 by default so I'd suppose that 2.19 released by HBX has it changed also.
HGServer, I mean.
blackknigt
Regular
Posts: 58
Joined: Tue Mar 30, 2004 3:20 am

Post by blackknigt »

i think i know how
its doing how medjai posted on hos forum some weeks ago

using this codes

200 = c8
5000 = 1388
etc
i dont find the others
Nemeliom
Loyal fan
Posts: 327
Joined: Sun Aug 01, 2004 10:20 pm
Contact:

Post by Nemeliom »

Is this Hex Editing?? :P
<img src='http://jove.prohosting.com/mxghost/Neme ... y%20Mx.jpg' border='0' alt='user posted image' /> <span style='color:blue'>Do you like mi pic?</span><br><span style='color:red'>Good Luck 4 every1<br>Mx - Nemeliom</span>
POEP
just visiting
Posts: 1
Joined: Tue Jul 27, 2004 12:43 pm

Post by POEP »

where do I add 1388 in?? :unsure:
blackknigt
Regular
Posts: 58
Joined: Tue Mar 30, 2004 3:20 am

Post by blackknigt »

its supposed to have space :D
wannabee
Loyal fan
Posts: 270
Joined: Sun Dec 21, 2003 12:42 am

Post by wannabee »

Yes i am 'ThePlague'

If you also read the PK-HQ forums, you will notice that they have a guide for hexing 2.19 server (dosn't work to well :D)

How to Hex HGServer.exe (stat, level, etc...):

-compile a version of hgserver
-compile another version with different stat limit
-Get program to scope out the differences in both programs

Notes:
(The address should be the stat spot)
(For other versions the address will be around the same address, just search for the same value in the other server)
<!--QuoteBegin--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> </td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->Human knowleag belongs to THE WORLD<!--QuoteEnd--></td></tr></table><div class='signature'><!--QuoteEEnd--><br>So i highly dislike people who keep to their proud selfs... thats why i wanna share everything i got with you guys :D
blackknigt
Regular
Posts: 58
Joined: Tue Mar 30, 2004 3:20 am

Post by blackknigt »

im not talking about hexing server
i have the 2.14 source but i wanna
know how to edit the client
Nemeliom
Loyal fan
Posts: 327
Joined: Sun Aug 01, 2004 10:20 pm
Contact:

Post by Nemeliom »

soo... is it hex editing?? what do u mean by "it is c8"?? :blink:
<img src='http://jove.prohosting.com/mxghost/Neme ... y%20Mx.jpg' border='0' alt='user posted image' /> <span style='color:blue'>Do you like mi pic?</span><br><span style='color:red'>Good Luck 4 every1<br>Mx - Nemeliom</span>
wannabee
Loyal fan
Posts: 270
Joined: Sun Dec 21, 2003 12:42 am

Post by wannabee »

blackknigt wrote: im not talking about hexing server
i have the 2.14 source but i wanna
know how to edit the client
editing the client can be done a few ways, most common is hexing, by hexing you can do all sorts of things like change the ingame text...etc...

another way is to use asm, seeing that this is harder, i won't go into it.

and the last is to debug.


NOTE: tools from: <a href='http://www.exetools.com' target='_blank'>http://www.exetools.com</a>
<!--QuoteBegin--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> </td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->Human knowleag belongs to THE WORLD<!--QuoteEnd--></td></tr></table><div class='signature'><!--QuoteEEnd--><br>So i highly dislike people who keep to their proud selfs... thats why i wanna share everything i got with you guys :D
Post Reply