You didn't replied me back if you can find a way to hack the monster's status, monster modifiers like character mods, and battle stages modifiers. :/
Announcement
Collapse
No announcement yet.
[Star Oceean Till The End of Time] [Request] Codebreaker to add characters into party
Collapse
X
-
if its showing 0 then you have the Hash wrong .. show me an example of what your putting in ( Code wize and tell me what your trying to make the value u then i can see what our doing wrong :P cant tell what your doing wrong if u dont show me the work .
as for the monster stuff probably .. but i dont have the time right now ( character mods done have the Hash check hens why it works
Comment
-
Well like I tried to do the HP value by putting FF like 255 hp to test it on emuhaste and cheat engine if it works but all I got is zero. I tried to do the level code, it just froze on me when I check the main menu so It's kind of frustrated. X( It's also odd that I found Max Nel's Defense 9999 in this with lots of numbers on cheat engine, 3853899122, which means max defense of Nel's but the others numbers of value are different like Maria's number of max Defense, 314794886, which mean Max Defense for Maria.Originally posted by Skiller View Postif its showing 0 then you have the Hash wrong .. show me an example of what your putting in ( Code wize and tell me what your trying to make the value u then i can see what our doing wrong :P cant tell what your doing wrong if u dont show me the work .
as for the monster stuff probably .. but i dont have the time right now ( character mods done have the Hash check hens why it works
If I putted the wrong number for attacks, defense, agility, intelligent, and hit points is 0. Like 99999 I put on cheat engine which is zero. Even on Emuhaste is zero too. So that's the problem and only the modifiers are the only one I know how to use very well and works perfectly. :/Last edited by ryulee1996; 07-08-2016, 06:50:37 PM.
Comment
-
your not following the math read my post
Example of the Math needed to get the Values
in game value of 120 hex is 78 = (32bit)
7DE3F7E3 xor 78 = 7DE3F79B x 2 = FBC7EF36 xor 7DE3F79B = 862418AD Hash for Values = 7DE3F79B Check Hash for 862418AD
For Level 1
0x7E93 xor 1 = 7E92
u cant just put the FF for 200
so here is another example
7DE3F7E3 xor 270F = 7DE3D0EC x 2 = FBC7A1D8 xor 7DE3D0EC = 86247134
so 9999 hp would be
Hash for HP MOD
200A0010 7DE3D0EC
200A0014 7DE3D0EC
200A0018 7DE3D0EC
Check Hash for HP
200A008C 86247134
Comment
-
okay I got it, thanks.Originally posted by Skiller View Postyour not following the math read my post
Example of the Math needed to get the Values
in game value of 120 hex is 78 = (32bit)
7DE3F7E3 xor 78 = 7DE3F79B x 2 = FBC7EF36 xor 7DE3F79B = 862418AD Hash for Values = 7DE3F79B Check Hash for 862418AD
For Level 1
0x7E93 xor 1 = 7E92
u cant just put the FF for 200
so here is another example
7DE3F7E3 xor 270F = 7DE3D0EC x 2 = FBC7A1D8 xor 7DE3D0EC = 86247134
so 9999 hp would be
Hash for HP MOD
200A0010 7DE3D0EC
200A0014 7DE3D0EC
200A0018 7DE3D0EC
Check Hash for HP
200A008C 86247134
Comment


Comment