-
hexing?
hello there, i know already about binary, octal, decimal, and hexadecimal but how can i apply that using hex workshop to change something about the skill delay in PT? And also what other things can change in PT throught hexing? all i just know is throught hexing you can change the skill delay but what other more?
And also can you give me a hint how can i find easier like the delay of skill of pike? Cause too many things have written there and thats waste of time to find it one by one. Thanks
-
Re: hexing?
Skill delay--
http://forum.ragezone.com/f286/delay-skill-398216/
I personally just use process of elimination. Olly would narrow it down more though.
Some other things changeable via hex -- disabling/enabling xtrap, item replacement, skills left+right clickable, exp table modifications, normal strings, certain special texts (i.e. event monster text), etc. There's a lot of other things you can do via hex. The sky is the limit.
-
Re: hexing?
oh ok thx then whats olly? is that hex workshop? whats that i didnt know the term olly
-
Re: hexing?
-
lol i went to the line where diastrophism is located but i cant read there were lots of letters of numbers maybe i need to debug first before i open in hex workshop:/:
i really cant see something like charging strike there, do you think im using a protected exe? how they do that? i cant see any string of words in my exe that im using:/:
-
Re: hexing?
A protected exe is generally compressed. If it isn't 3mb/4mb then it's probably protected. You can also tell via the header of the exe. Generally, the packer used will leave a signature there (the signature can be really tiny [i.e. two letters long] or longer).
Be sure to read and set values via their hex counterparts--
http://www.mathsisfun.com/binary-dec...converter.html
The above is a good tool to use to get the values. Things such as the exp table are in intel format so need to be altered before feeding them to a normal hex converter (i.e. if it a value for exp table was '48 32' you'd feed it to the converter as '32 48').
You may have just missed the correct value to modify. Keep note that not all skills make it too easy to modify the delay. I don't remember if diastrophism was one of them.
-
Re: hexing?
i just have 4.01mb and dont know why it became protected. Cause i went to the line like i saw in the picture but i cant see any string of words that i can understand there:/: