ROM Hack (NTR Codes)Fantasy Life

Status
Not open for further replies.

Entoptical

Well-Known Member
Newcomer
Joined
Jan 5, 2016
Messages
94
Trophies
0
Age
36
XP
404
Country
United States
No as i said, those value are in float so you should have: 0x430a0000 or in reverse for the dump: 000043A0. The zero are important ! That's why the code don't work on your game. it can't read the proper value.
does NTR not show ram in little endian? It's right there just off from the value you had found
 

Entoptical

Well-Known Member
Newcomer
Joined
Jan 5, 2016
Messages
94
Trophies
0
Age
36
XP
404
Country
United States
the four 0's start at 0x1712A008. So the code needs to be:

WRITEU32(0x16EB2DA0,(READU32(0x1712A00B));

There's another copy of HP at 0x1712A013. I'm not sure which one you had used for the EUR version.. the 1st or 2nd one?
 

Nanquitas

Well-Known Member
Member
Joined
Sep 29, 2015
Messages
2,345
Trophies
0
Age
30
Location
South of France :)
XP
3,336
Country
France
Actually on my console, for the both version the address was the same, maybe the fact that you use it on gateway change the address...
Be sure that your actual life is been in 16EB2DA0 and not in 16EB2DA3 ;)

The address of the constant should be 1712A013 for you
 
Last edited by Nanquitas,

supermariorick

Well-Known Member
Member
Joined
Jun 18, 2010
Messages
640
Trophies
1
XP
816
Country
United States
would be cool to hack infinite creator mode time for wizard, paladin, hunter, and mercenary. hell an invulnerability code would be awesome too. knockback interfering with attacks is annoying.
 

pikatsu

Well-Known Member
Member
Joined
Apr 16, 2014
Messages
845
Trophies
1
Age
39
XP
1,175
Country
Argentina
Hello i double posted this but i need help.

Can anyone convert this code for use with the ntr?. Thanks

Head AC lv 199
write(0x08871518, (0xFF, 0xFF, 0xFF, 0x40), pid=0x28)
Torso AC lv 199
write(0x0887305C, (0xFF, 0xFF, 0xFF, 0x40), pid=0x28)
RArm AC lv 199
write(0x08873C50, (0xFF, 0xFF, 0xFF, 0x40), pid=0x28)
LArm AC lv 199
write(0x08874F4C, (0xFF, 0xFF, 0xFF, 0x40), pid=0x28)
Legs AC lv 199
write(0x08877288, (0xFF, 0xFF, 0xFF, 0x40), pid=0x28)
 

Nanquitas

Well-Known Member
Member
Joined
Sep 29, 2015
Messages
2,345
Trophies
0
Age
30
Location
South of France :)
XP
3,336
Country
France
I don't understand your request. The command you're giving are already usable with the ntr debugger.

If you want to convert them in C, check few page ahead, i gave a tool for converting NTR Commands in C.
 

pikatsu

Well-Known Member
Member
Joined
Apr 16, 2014
Messages
845
Trophies
1
Age
39
XP
1,175
Country
Argentina
I don't understand your request. The command you're giving are already usable with the ntr debugger.

If you want to convert them in C, check few page ahead, i gave a tool for converting NTR Commands in C.

I paste them like

key = getKey();
if (key == BUTTON_X+BUTTON_R) {
waitKeyUp();
write32(0x008871518 , 0x28);
write32(0x00887305C , 0x28);
or

key = getKey();
if (key == BUTTON_X+BUTTON_R) {
write(0x08871518, (0xFF, 0xFF, 0xFF, 0x40), pid=0x28) etc

but i cannot build them always take this message
 

Attachments

  • 1.PNG
    1.PNG
    7.9 KB · Views: 313

Nanquitas

Well-Known Member
Member
Joined
Sep 29, 2015
Messages
2,345
Trophies
0
Age
30
Location
South of France :)
XP
3,336
Country
France
Of course this will not work.

Paste the command in the tool i released in page 2 i think, and copy the outcome in your plugin code.
Add some key condition if you want and you should be able to compile it.
 

supermariorick

Well-Known Member
Member
Joined
Jun 18, 2010
Messages
640
Trophies
1
XP
816
Country
United States
Weird, i've just converted my plugin in a menu one and those offset are working :/

I updated my tool for the menu type plugin:

Note that's it's using the sample of gameplg provided by Supermariokick !
how the crap do I use this tool? i see 4 options but when i select any of them I have no clue what to put in next. i tried putting in a code but i just got an error.

edit: nvm figured it out. it converts from the format for writing codes to RAM with NTR debugger to the format in C used for NTR cheat plugins.
 
Last edited by supermariorick,

squishyscrump

Well-Known Member
Member
Joined
Sep 19, 2015
Messages
161
Trophies
0
Age
37
XP
187
Country
I'm having a slight problem using the max skill cheat. It works great up to level 15 but with the dlc when you get to the point where it says your skill level can now go up to 20 the code stops working and the level goes back to 1 not good when your so far into the game cause you cant use your higher level weapons and equipment. Is there a code fix for this please :)
 

yoshimashi

Well-Known Member
Member
Joined
Mar 7, 2016
Messages
139
Trophies
0
XP
294
Country
United States
Some codes i made myself

Code:
Misc & Stats(XX is value to change and should be used Hex value ex. 999999 is F423F in hex so you enter (0x3f, 0x42, 0x0f, 0x00))

Level                write(0x00720bfc, (0xXX, 0x00, 0x00, 0x00), pid=0xXX)
Stat Points            write(0x00720c00, (0xXX, 0x00, 0x00, 0x00), pid=0xXX)
Exp                write(0x00720c04, (0xXX, 0xXX, 0xXX, 0x00), pid=0xXX)
Bliss                write(0x00720c08, (0xXX, 0xXX, 0xXX, 0x00), pid=0xXX)
Dosh                write(0x00720c0c, (0xXX, 0xXX, 0xXX, 0x00), pid=0xXX)
Gold Lunares            write(0x00720ec4, (0xXX, 0x0X, 0x00, 0x00), pid=0xXX)
Silver Lunares            write(0x00720ec8, (0xXX, 0x0X, 0x00, 0x00), pid=0xXX)
Code:
Skill Levels(Max is 15 so XX should be 0F)

Accessory Alchemy        write(0x00720a74, (0x0X, 0x00, 0x00, 0x00), pid=0xXX)
Alchemy                write(0x00720a7c, (0x0X, 0x00, 0x00, 0x00), pid=0xXX)
Misc. Tailoring            write(0x00720a84, (0x0X, 0x00, 0x00, 0x00), pid=0xXX)
Carpentry            write(0x00720a8c, (0x0X, 0x00, 0x00, 0x00), pid=0xXX)
Garment Tailoring        write(0x00720a94, (0x0X, 0x00, 0x00, 0x00), pid=0xXX)
Cooking                write(0x00720a9c, (0x0X, 0x00, 0x00, 0x00), pid=0xXX)
Dash            write(0x00720aa4, (0x0X, 0x00, 0x00, 0x00), pid=0xXX)
Fishing                write(0x00720ab4, (0x0X, 0x00, 0x00, 0x00), pid=0xXX)
Furniture Carpentry        write(0x00720abc, (0x0X, 0x00, 0x00, 0x00), pid=0xXX)
Armor Smithing            write(0x00720ac4, (0x0X, 0x00, 0x00, 0x00), pid=0xXX)
Metal Smithing            write(0x00720acc, (0x0X, 0x00, 0x00, 0x00), pid=0xXX)
Woodcutting            write(0x00720ad4, (0x0X, 0x00, 0x00, 0x00), pid=0xXX)
Meat Cuisine            write(0x00720adc, (0x0X, 0x00, 0x00, 0x00), pid=0xXX)
Medicinal Alchemy        write(0x00720ae4, (0x0X, 0x00, 0x00, 0x00), pid=0xXX)
Mining                write(0x00720aec, (0x0X, 0x00, 0x00, 0x00), pid=0xXX)
Seafood Cuisine            write(0x00720afc, (0x0X, 0x00, 0x00, 0x00), pid=0xXX)
Sewing                write(0x00720b04, (0x0X, 0x00, 0x00, 0x00), pid=0xXX)
Sneaking            write(0x00720b0c, (0x0X, 0x00, 0x00, 0x00), pid=0xXX)
Smithing            write(0x00720b14, (0x0X, 0x00, 0x00, 0x00), pid=0xXX)
Fabric Tailoring        write(0x00720b1c, (0x0X, 0x00, 0x00, 0x00), pid=0xXX)
Egg & Veggie Cuisine        write(0x00720b24, (0x0X, 0x00, 0x00, 0x00), pid=0xXX)
Weapon Smithing            write(0x00720b2c, (0x0X, 0x00, 0x00, 0x00), pid=0xXX)
Tools Carpentry            write(0x00720b34, (0x0X, 0x00, 0x00, 0x00), pid=0xXX)
Weapons Carpentry        write(0x00720b3c, (0x0X, 0x00, 0x00, 0x00), pid=0xXX)
Wind Magic            write(0x00720b44, (0x0X, 0x00, 0x00, 0x00), pid=0xXX)
Archery Skill            write(0x00720b4c, (0x0X, 0x00, 0x00, 0x00), pid=0xXX)
Dagger Skill            write(0x00720b54, (0x0X, 0x00, 0x00, 0x00), pid=0xXX)
Earth Magic            write(0x00720b5c, (0x0X, 0x00, 0x00, 0x00), pid=0xXX)
Fire Magic            write(0x00720b64, (0x0X, 0x00, 0x00, 0x00), pid=0xXX)
Longsword Skill            write(0x00720b74, (0x0X, 0x00, 0x00, 0x00), pid=0xXX)
Shield Skill            write(0x00720b7c, (0x0X, 0x00, 0x00, 0x00), pid=0xXX)
Magic Skill            write(0x00720b84, (0x0X, 0x00, 0x00, 0x00), pid=0xXX)
Greatsword Skill        write(0x00720b8c, (0x0X, 0x00, 0x00, 0x00), pid=0xXX)
Water Magic            write(0x00720b94, (0x0X, 0x00, 0x00, 0x00), pid=0xXX)
Code:
Storage item xXX(ex. 33,66,99 max should be 99[Hex value 63])

Storage Item Slot 1        write(0x0071e436, (0xXX, 0x00, 0x00, 0x00), pid=0xXX)
Storage Item Slot 2        write(0x0071e3fa, (0xXX, 0x00, 0x00, 0x00), pid=0xXX)
Storage Item Slot 3        write(0x0071e3be, (0xXX, 0x00, 0x00, 0x00), pid=0xXX)
Storage Item Slot 4        write(0x0071e382, (0xXX, 0x00, 0x00, 0x00), pid=0xXX)
Storage Item Slot 5        write(0x0071e346, (0xXX, 0x00, 0x00, 0x00), pid=0xXX)
Storage Item Slot 6        write(0x0071e30a, (0xXX, 0x00, 0x00, 0x00), pid=0xXX)
Storage Item Slot 7        write(0x0071e2ce, (0xXX, 0x00, 0x00, 0x00), pid=0xXX)
Storage Item Slot 8        write(0x0071e292, (0xXX, 0x00, 0x00, 0x00), pid=0xXX)
Storage Item Slot 9        write(0x0071e256, (0xXX, 0x00, 0x00, 0x00), pid=0xXX)
Storage Item Slot 10        write(0x0071e21a, (0xXX, 0x00, 0x00, 0x00), pid=0xXX)
The items correspond to the first item that you insert into storage not by the auto sort that the game automatically does, to see it work first empty your storage and insert the items you wanted to change the quantity

If anyone want to make a cheat.plg notice that the offsets of the storage items are 3c and the total amount of storage space is 1500(maxed out by bliss reward) so the starting point of the last space should be 006d105a so if you know how to simplify a code to make all slot max items that should help out a lot.Also if anyone know how to make a float value from cheatengine work in NTR/cheat.plg heres the values for HP and SP
HP(could be max or current) 00720C1C
SP(could be max or current) 00720C20
HP(could be max or current) 00720CC4
SP(could be max or current) 00720CC8

So how do I find out the x0 code for maybe 3 or 5 for example? Like "Level" Would I have to put
"if (cheatEnabled[0]) {
WRITEU16(0x00720bfc, 0x3); "? How do I find the exact hex code to put for it?

Also, What do I put for addCheatMenuEntry("Infinite HP");? What does addcheatmenuentry mean? Do I just put "Level" ?
 

yoshimashi

Well-Known Member
Member
Joined
Mar 7, 2016
Messages
139
Trophies
0
XP
294
Country
United States
Normally you should be able to get the level 20. But i didn't have played enough to be sure of that.
If by any chance you find out that the cheat values are not sufficient, tell me so, i will update the cheat with higher values ;)
Is there any way you can make the values lower?
 

Nanquitas

Well-Known Member
Member
Joined
Sep 29, 2015
Messages
2,345
Trophies
0
Age
30
Location
South of France :)
XP
3,336
Country
France
Select the output you want to and paste the debugger command you want to convert. When you've pasted all the command, type c and you should have the code in the console. ;)
 

ShyPlox

Well-Known Member
Member
Joined
Jan 4, 2016
Messages
144
Trophies
0
Age
32
XP
127
Country
United States
OK try this one, on my 3ds it's working :)

Hey I'm having a problem with the codes, I'm not sure if you still check this post but, the cheats like pressL+R+A for dosh and stats are not working, I don't no if I'm doing it right but I press the dosh cheat then I click activate and then I close NTR and press the button in game but nothing works, the other cheats without buttons work fine tho
 
Status
Not open for further replies.

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    S @ salazarcosplay: they could have added 75,000 bc like assassins creed. zeal was already establish in 12, 000 bc...