Page 1 of 4 123 ... LastLast
Results 1 to 10 of 34

Thread: Heroes of Mana: More Gaia Stones

  1. #1

    Default 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

    Remember to always click the thanks button of those who help you! It makes them feel wanted:

  2. #2
    Chris (Administrator) Vash's Avatar
    Join Date
    Sep 2007
    Location
    Teh Interwebz
    Posts
    1,992
    Blog Entries
    27

    Default Re: Heroes of Mana: More Gaia Stones

    064 = 100

    Up+R = 100 Gaia Stones:
    Code:
    94000130 FEBF0000
    121A9E90 00000064
    D2000000 00000000
    Animal Crossing: City Folk
    ACToolkit - NPC_Tool - PattView

  3. #3

    Default 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

    Remember to always click the thanks button of those who help you! It makes them feel wanted:

  4. #4

    Default Re: Heroes of Mana: More Gaia Stones

    Learn hexadecimal.

  5. #5
    Chris (Administrator) Vash's Avatar
    Join Date
    Sep 2007
    Location
    Teh Interwebz
    Posts
    1,992
    Blog Entries
    27

    Default 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.
    Animal Crossing: City Folk
    ACToolkit - NPC_Tool - PattView

  6. #6

    Default Re: Heroes of Mana: More Gaia Stones

    mac

    Remember to always click the thanks button of those who help you! It makes them feel wanted:

  7. #7
    J.P. (Global Moderator) Maniac's Avatar
    Join Date
    Sep 2007
    Location
    Ohio, USA
    Posts
    2,083
    Blog Entries
    5

    Default Re: Heroes of Mana: More Gaia Stones


    Say what you mean, mean what you say, and let your actions speak for you.


  8. #8

    Default 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

    Remember to always click the thanks button of those who help you! It makes them feel wanted:

  9. #9
    J.P. (Global Moderator) Maniac's Avatar
    Join Date
    Sep 2007
    Location
    Ohio, USA
    Posts
    2,083
    Blog Entries
    5

    Default 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

    Say what you mean, mean what you say, and let your actions speak for you.


  10. #10

    Default Re: Heroes of Mana: More Gaia Stones

    wah!

    Remember to always click the thanks button of those who help you! It makes them feel wanted:

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •