ROM Hack Suggestion Dragon Quest Xi S cheats codes

Mine got corrupted, I've reinstalled everything and wiped the save data even deleted Edizon off my Switch but still can't start DQ XI anymore!
I've pretty much completed it now and used cheats most of the way through. Only HP & MP ones have remained a constant. I only activated others when needed.
 
Here's a mini tutorial for adding your own items in Dragon Quest XI S using the cheat structure in Atmosphere.

In my files you can either start from the beginning of the first slot of equipment, or add on to my own cheat file.
I also provided item IDs in the zip file.
You also need a basic idea of HEX addition. HEX numbering is like so: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f ...

In the left column is the HEX code, to the right is the actual value
a = 10
b = 11
c = 12
d = 13
e = 14
f = 15
10 = 16
...
1a = 26
1b = 27
1c = 28
1d = 29
1e = 30
1f = 31

So you know, 6 + 4 = 10
But in HEX, 6 + 4 = a

Another example, so you know 15 + 15 = 30
15 is represented as "f" in HEX, so therefore in HEX addition, f + f = 1e

If you're confused, you can use a calculator that Win10 provides, if you click on the 3 lines in the calculator, you can switch between standard, scientific, or programmer. We want programmer.

I hope you get the basic idea. Lets begin shall we?

Let's use the "start from beginning" file. In it, I have this code:

[Selected Weapons part 1]
04000000 08d65e00 00080???

The pink "08d65e00", is the first slot in equipment.
The blue "0008", is the quantity.
The red "???", is the item id.

For example:

[Selected Weapons part 1]
04000000 08d65e00 000b010b

"b" represents 11, and 10b represents the item code for the inferno blade, so this gives me 11 inferno blades in the first slot.

To get to the next slot (slot 2), add 4 to the pink number:
08d65e04

So therefore:
slot 1, 08d65e00
slot 2, 08d65e04
slot 3, 08d65e08
slot 4, 08d65e0c
slot 5, 08d65e10
slot 6, 08d65e14
...

What if I want the +3 version of the weapon? Simple, add 3 to the item code.
For example, 12a is the code for the sword Shamshir of Light.
If you want Shamshir of Light+3, add 3 to 12a.

12a + 3 = 12d

So you can now make this code:

[Selected Weapons part 1]
04000000 08d65e00 0008010e
04000000 08d65e04 0008012d

This gives me 8 swords of inferno blade+3 in the first slot, and 8 swords of Shamshir of Light+3 in the second slot.

NOTE: Keep in mind, not everything has a +3 version, just look at a weapons list at like gamefaqs or something.

If you just want to add to my already made list, look at the custom txt. Look for:

[Additional EQ]
04000000 08d66058 00080???

Want to add another slot? Add 4 to the pink number: 8d66058 + 4 = 8d6605c
So the code is:

[Additional EQ]
04000000 08d66058 00080???
04000000 08d6605c 00080???

Remember, Win10 already provides a calculator to let you add in HEX, using programmer mode.
 

Attachments

Are your codes only works with ATMOSPHERE?

I am using SX-OS...and the code are not working.

Can you help?

Here's a mini tutorial for adding your own items in Dragon Quest XI S using the cheat structure in Atmosphere.

In my files you can either start from the beginning of the first slot of equipment, or add on to my own cheat file.
I also provided item IDs in the zip file.
You also need a basic idea of HEX addition. HEX numbering is like so: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f ...

In the left column is the HEX code, to the right is the actual value
a = 10
b = 11
c = 12
d = 13
e = 14
f = 15
10 = 16
...
1a = 26
1b = 27
1c = 28
1d = 29
1e = 30
1f = 31

So you know, 6 + 4 = 10
But in HEX, 6 + 4 = a

Another example, so you know 15 + 15 = 30
15 is represented as "f" in HEX, so therefore in HEX addition, f + f = 1e

If you're confused, you can use a calculator that Win10 provides, if you click on the 3 lines in the calculator, you can switch between standard, scientific, or programmer. We want programmer.

I hope you get the basic idea. Lets begin shall we?

Let's use the "start from beginning" file. In it, I have this code:

[Selected Weapons part 1]
04000000 08d65e00 00080???

The pink "08d65e00", is the first slot in equipment.
The blue "0008", is the quantity.
The red "???", is the item id.

For example:

[Selected Weapons part 1]
04000000 08d65e00 000b010b

"b" represents 11, and 10b represents the item code for the inferno blade, so this gives me 11 inferno blades in the first slot.

To get to the next slot (slot 2), add 4 to the pink number:
08d65e04

So therefore:
slot 1, 08d65e00
slot 2, 08d65e04
slot 3, 08d65e08
slot 4, 08d65e0c
slot 5, 08d65e10
slot 6, 08d65e14
...

What if I want the +3 version of the weapon? Simple, add 3 to the item code.
For example, 12a is the code for the sword Shamshir of Light.
If you want Shamshir of Light+3, add 3 to 12a.

12a + 3 = 12d

So you can now make this code:

[Selected Weapons part 1]
04000000 08d65e00 0008010e
04000000 08d65e04 0008012d

This gives me 8 swords of inferno blade+3 in the first slot, and 8 swords of Shamshir of Light+3 in the second slot.

NOTE: Keep in mind, not everything has a +3 version, just look at a weapons list at like gamefaqs or something.

If you just want to add to my already made list, look at the custom txt. Look for:

[Additional EQ]
04000000 08d66058 00080???

Want to add another slot? Add 4 to the pink number: 8d66058 + 4 = 8d6605c
So the code is:

[Additional EQ]
04000000 08d66058 00080???
04000000 08d6605c 00080???

Remember, Win10 already provides a calculator to let you add in HEX, using programmer mode.
 
Finally!!

Credits to mugenjikuu's item list & usable item cheat code....

For anyone tried to have ALL (Weapons +3) and ALL (armors) with SX-OS,

May follow this step:
1. Play in 2D
2. Play through until you complete the COBBLESTONE TOR
3. save in church
4. Activate cheat WEAPON & ARMOR cheat (you need to rename the cheat as "191270F5ED4DB907.txt") -- to get all equipments, best to activate the cheat partially (not all at once)
5. Activate cheat "items only" cheat (you need to rename the cheat as "191270F5ED4DB907.txt")
6. disable cheat
7. Play again in 3d mode!!
8. yay!!

good luck!

thanks Mugenjikuu!!

Here's a mini tutorial for adding your own items in Dragon Quest XI S using the cheat structure in Atmosphere.

In my files you can either start from the beginning of the first slot of equipment, or add on to my own cheat file.
I also provided item IDs in the zip file.
You also need a basic idea of HEX addition. HEX numbering is like so: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f ...

In the left column is the HEX code, to the right is the actual value
a = 10
b = 11
c = 12
d = 13
e = 14
f = 15
10 = 16
...
1a = 26
1b = 27
1c = 28
1d = 29
1e = 30
1f = 31

So you know, 6 + 4 = 10
But in HEX, 6 + 4 = a

Another example, so you know 15 + 15 = 30
15 is represented as "f" in HEX, so therefore in HEX addition, f + f = 1e

If you're confused, you can use a calculator that Win10 provides, if you click on the 3 lines in the calculator, you can switch between standard, scientific, or programmer. We want programmer.

I hope you get the basic idea. Lets begin shall we?

Let's use the "start from beginning" file. In it, I have this code:

[Selected Weapons part 1]
04000000 08d65e00 00080???

The pink "08d65e00", is the first slot in equipment.
The blue "0008", is the quantity.
The red "???", is the item id.

For example:

[Selected Weapons part 1]
04000000 08d65e00 000b010b

"b" represents 11, and 10b represents the item code for the inferno blade, so this gives me 11 inferno blades in the first slot.

To get to the next slot (slot 2), add 4 to the pink number:
08d65e04

So therefore:
slot 1, 08d65e00
slot 2, 08d65e04
slot 3, 08d65e08
slot 4, 08d65e0c
slot 5, 08d65e10
slot 6, 08d65e14
...

What if I want the +3 version of the weapon? Simple, add 3 to the item code.
For example, 12a is the code for the sword Shamshir of Light.
If you want Shamshir of Light+3, add 3 to 12a.

12a + 3 = 12d

So you can now make this code:

[Selected Weapons part 1]
04000000 08d65e00 0008010e
04000000 08d65e04 0008012d

This gives me 8 swords of inferno blade+3 in the first slot, and 8 swords of Shamshir of Light+3 in the second slot.

NOTE: Keep in mind, not everything has a +3 version, just look at a weapons list at like gamefaqs or something.

If you just want to add to my already made list, look at the custom txt. Look for:

[Additional EQ]
04000000 08d66058 00080???

Want to add another slot? Add 4 to the pink number: 8d66058 + 4 = 8d6605c
So the code is:

[Additional EQ]
04000000 08d66058 00080???
04000000 08d6605c 00080???

Remember, Win10 already provides a calculator to let you add in HEX, using programmer mode.
 

Attachments

Last edited by Dody,
has anyone a working cheat file for ver. 1.0.2 Build ID 6b54b4be4b1771f4 ?

I tried multiple methods on 1.0.2 to make [Swords1] (as a test) from Dody's file... but no luck so i reverted back to 1.0.1 (not like i'll miss anything from .2 update)

Incase you want to do the same, this is how i approached it;
  1. Used Checkpoint to backup my save just in case
  2. Download 1.0.1 Update
  3. Used Tinfoil, enabled 'Installed Unsigned Code' (entered Konami Code; ↑↑↓↓←→←→AB+)
  4. Select update NSP to install
Now when you check DQ XI S build, it will be for 1.0.1 191270F5ED4DB907
Therefore you can use 191270F5ED4DB907.txt
  1. Load game
  2. Edizon, enable cheat
  3. Change to 2D mode
  4. (Not sure if this step helped but) Edizon, disable then enable cheat (toggle it)
  5. 2D mode shows all the +3 swords
  6. Go back to 3D mode
Thanks to @Dody on how to actually make the cheat work
and thanks @mugenjikuu for the detailed explanation and item list
 
  • Like
Reactions: Dody
it seems that I can't get it to work :) I joined the hbg reloaded discord but i only get a red X in the request bot... but thank you for your effort :D
 
Update version 1.0.2 has been out for a while now and there are still no working cheats for this build. Anybody working on these yet, or getting anything to work?

*** I Tried reverting back to 1.0.1, but can't actually get into the game because when it starts up, message pops up "software update is required and update data will be downloaded now"...and there's no way to bypass that to get into the game.
 
Last edited by BluePhoenix3285,
Here's a mini tutorial for adding your own items in Dragon Quest XI S using the cheat structure in Atmosphere.

In my files you can either start from the beginning of the first slot of equipment, or add on to my own cheat file.
I also provided item IDs in the zip file.
You also need a basic idea of HEX addition. HEX numbering is like so: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f ...

In the left column is the HEX code, to the right is the actual value
a = 10
b = 11
c = 12
d = 13
e = 14
f = 15
10 = 16
...
1a = 26
1b = 27
1c = 28
1d = 29
1e = 30
1f = 31

So you know, 6 + 4 = 10
But in HEX, 6 + 4 = a

Another example, so you know 15 + 15 = 30
15 is represented as "f" in HEX, so therefore in HEX addition, f + f = 1e

If you're confused, you can use a calculator that Win10 provides, if you click on the 3 lines in the calculator, you can switch between standard, scientific, or programmer. We want programmer.

I hope you get the basic idea. Lets begin shall we?

Let's use the "start from beginning" file. In it, I have this code:

[Selected Weapons part 1]
04000000 08d65e00 00080???

The pink "08d65e00", is the first slot in equipment.
The blue "0008", is the quantity.
The red "???", is the item id.

For example:

[Selected Weapons part 1]
04000000 08d65e00 000b010b

"b" represents 11, and 10b represents the item code for the inferno blade, so this gives me 11 inferno blades in the first slot.

To get to the next slot (slot 2), add 4 to the pink number:
08d65e04

So therefore:
slot 1, 08d65e00
slot 2, 08d65e04
slot 3, 08d65e08
slot 4, 08d65e0c
slot 5, 08d65e10
slot 6, 08d65e14
...

What if I want the +3 version of the weapon? Simple, add 3 to the item code.
For example, 12a is the code for the sword Shamshir of Light.
If you want Shamshir of Light+3, add 3 to 12a.

12a + 3 = 12d

So you can now make this code:

[Selected Weapons part 1]
04000000 08d65e00 0008010e
04000000 08d65e04 0008012d

This gives me 8 swords of inferno blade+3 in the first slot, and 8 swords of Shamshir of Light+3 in the second slot.

NOTE: Keep in mind, not everything has a +3 version, just look at a weapons list at like gamefaqs or something.

If you just want to add to my already made list, look at the custom txt. Look for:

[Additional EQ]
04000000 08d66058 00080???

Want to add another slot? Add 4 to the pink number: 8d66058 + 4 = 8d6605c
So the code is:

[Additional EQ]
04000000 08d66058 00080???
04000000 08d6605c 00080???

Remember, Win10 already provides a calculator to let you add in HEX, using programmer mode.
Hi

Just curious

Your cheat in this post is for version 1-0-1
have you ever tried in version 1.0.3? or does it need a new cheat?
 

Site & Scene News

Popular threads in this forum