Heroes of Mana: More Gaia Stones
Ok so heres the current codejunkies code which gives you infinite gaia stones:
Code:
Inf Gaia Stones:
121a9e90 0000270f
however this code will give you max gaia stones when you press up+r:
Code:
Up+R = Max Gaia Stones:
94000130 FEBF0000
121A9E90 0000270F
D2000000 00000000
Credit: Me,Codejunkies,DS Workshop and creators
I want it too only give you 100 Gaia stones not 9999
Re: Heroes of Mana: More Gaia Stones
064 = 100
Up+R = 100 Gaia Stones:
Code:
94000130 FEBF0000
121A9E90 00000064
D2000000 00000000
Re: Heroes of Mana: More Gaia Stones
thanks a lot can you tell me some common values?
e.g.
1
10
50
100
500
1000
Re: Heroes of Mana: More Gaia Stones
Re: Heroes of Mana: More Gaia Stones
I assume you're using a Windows OS. Open up the calculator that comes with Windows, go to View, hit Scientific then click the Dec bubble. Type any number you want in there. Then click the Hex bubble and it'll convert that number to hex.
Re: Heroes of Mana: More Gaia Stones
Re: Heroes of Mana: More Gaia Stones
Re: Heroes of Mana: More Gaia Stones
Ok guys I've now developed these codes (based on what you've taught me)
Code:
1000 Gaia Stones Up+R:
94000130 FEBF0000
121A9E90 000003E8
D2000000 00000000
Code:
1000 Treant Berries Down+L:
94000130 FD7F0000
121a9e92 000003E8
D2000000 00000000
but I'm having some issues with them:
1. Treant Berries giving the value of 4000 not 1000?
2. I know it's my own fault and will have to re-write/mod the codes but I wanted it too ADD 1000 not set the value at 1000
If you have any ideas please tell me :D
Re: Heroes of Mana: More Gaia Stones
We are working on the code types in the wiki part of the site, it should be up there sooner or later, but for now I will give an example and hope it helps.
EDIT: never mind... didn't work o_O
Re: Heroes of Mana: More Gaia Stones