Dragon Quest XI: Echoes of an Elusive Age

BloodSyn
Junior Member
Posts: 19
Joined: Wed Sep 12, 2018 2:39 pm

Re: Dragon Quest XI: Echoes of an Elusive Age

Post by BloodSyn » Thu Sep 13, 2018 2:29 am

pj1980 wrote:I think the only way max items would work is if you removed all items from each characters personal inventory as items in their personal inventory counts as individual items where as in item bag they are group together eg 4 medicinal herbs take up 4 slots in hero's inventory but moved to item bag it 1 slot as it shows as medicinal herbs x4. The offset between items and materials is 17 where as it's 18 for weapons and armour. I noticed that items and materials are group together and weapon armour are group together. The last line of the example of the quick codes I made the 14 is write 20 times and the 17 is offset each write by 23 bytes where as 18 it writes every 24 bytes. There explaination of quick code formats on nextgenupdate http://www.nextgenupdate.com/forums/ps4 ... rmats.html

Code: Select all

max first 20 items or materials in inventory 
80010003 00495F00
00000000 00000001
00000063 00000000
4900000A 000003E7
40140017 00000000
 
first 20 armor or weapons max
80010003 00575F00
00000000 00000001
00000063 00000000
4900000B 000003E7
40140018 00000000


Second code should be fore Weapons only due to "57"5F

For armor following code flow above...
80010003 00455F00
00000000 00000001
00000063 00000000
4900000C 000003E7
40140019 00000000

For Accessories
80010003 00415F00
00000000 00000001
00000063 00000000
4900000D 000003E7
4014001A 00000000 (maybe?.. not sure if hex roll or standard for 20 vs 1A, about to test based on custom qty though so will follow up after testing

I'm not sure if this is another case were 2nd and/or 3rd lines in each code set can be cut to shorten them, but if so please feel free to revise and repost all if needed.

EDIT DO NOT USE YET... I screwed something up and not aligned properly.
Last edited by BloodSyn on Thu Sep 13, 2018 2:55 am, edited 1 time in total.
danchristohk
Junior Member
Posts: 3
Joined: Wed Sep 12, 2018 5:12 pm

Re: Dragon Quest XI: Echoes of an Elusive Age

Post by danchristohk » Thu Sep 13, 2018 2:48 am

Thank you for the exp multiplier info, I really appreciate you guys for answering me; in which, I believe then that the exp multiplier is impossible.

On a different matter, is it possible to edit skill points in "Save Wizard Advance Mode"? (I don't want max points in quick codes). if so, please teach me how.

Best regards,
pj1980
Member
Posts: 96
Joined: Thu May 24, 2018 12:27 pm
Location: Cardiff

Re: Dragon Quest XI: Echoes of an Elusive Age

Post by pj1980 » Thu Sep 13, 2018 3:09 am

to be honest i not a expert either there should be a guide on quick mode codes the different formats plus tips on ways to find cheats. there a bit of a guide on nextgenupdate but it dosen't explain how you can combine a search code with a fill code or a search code with a multi code that well.the way the save organises equipment and items is the characters personal inventories come first each of their inventories they have i think 24 slots when anything is in there inventory it classed as individual items each taking up one slot so 10 medicinal herbs would take 10 slots .then after the characters inventories you have the items and materiel that are in your item bag then you have your weapons ,armour and accessories in your equipment bag. the thing is the size of character inventories and bags change based on how many items in them so if you got lots of stuff in characters inventory every thing in save moves down but if you remove something every goes up.
I dont know if this code works dont actually have game anymore i played it and completed it including true ending few days ago. i tested on a save i alrady had then checked in advance mode see if it writes it did write.
before using code you need to put 20 weapons in heros inventory
1-unequip their weapons, armour,helmets and accessories.
2-remove everything from their inventory so nothing is in it including what you unequipped
3- put 20 weapons in their inventory dosent matter what ones they dont have to be same just needs to be at least 20.

the reason for the specific instructions is we need 20 weapons the inventory to make the space for the code below to fill
i dont know if they are best weapons but it just to test see if it works the code should give you 2 of each type of weapon but 2 diffrent ones eg 2 different swords 2 differents axes so on.
to explain code i am searching for 0000575F which is (space)W_ reason because searching without space there were a few W_ before the inventories. while i am searching for 0000575F i dont want it to start writing from the 0000 so i put a 2 on second line to offset by 2 bytes so when it is found it starts writing from 575F. 1E0 is 480 bytes i want to write there 60 lines of each line 8 bytes 60x8=480.
after the first 2 lines of code is what is going to be written every 3 lines is 1 weapon. below is example
ZZZZ is W_ or 575F
XXXX is the weapon type
HH is weapon level
YYYY is weapon id
0001 is quantity must stay 1 if its in characters inventory
all items and weapons seem to have 0000000 00000000 0B000000 after them and as this is a fill code this as to be written
Its possible to alter this code for armour and accessories changing ZZZZ for armour it is 455F4 which is E_ or accessories 415F which is A_ and putting 20 pieces of any armourer or accessories in your characters inventory. also possible to set up multiple versions of this code so first search weapons that are in first characters inventory second code searches for armour in second characters inventory third code could be accessories in third characters inventory.

ZZZZXXXX XXXXHH00
YYYY0001 00000001
00000000 0B000000

Code: Select all

might be 2 of the best of each type of weapon
80010004 0000575F
A8000002 000001E0
575F4158 455F3330
31340001 00000001 
00000000 0B000000
575F4158 455F3330
31350001 00000001 
00000000 0B000000
575F424F 4F5F3330
32300001 00000001 
00000000 0B000000
575F424F 4F5F3330
32310001 00000001 
00000000 0B000000
575F434C 575F3330
32340001 00000001 
00000000 0B000000
575F434C 575F3330
32350001 00000001 
00000000 0B000000
575F4447 525F3330 
32390001 00000001 
00000000 0B000000
575F4447 525F3330
33300001 00000001 
00000000 0B000000
575F524F 445F3330
33300001 00000001 
00000000 0B000000
575F524F 445F3330
33310001 00000001 
00000000 0B000000
575F5350 525F3330
32330001 00000001 
00000000 0B000000
575F5350 525F3330
32340001 00000001 
00000000 0B000000
575F5354 4B5F3330 
32300001 00000001 
00000000 0B000000
575F5354 4B5F3330
32320001 00000001 
00000000 0B000000
575F5357 445F3330
33380001 00000001 
00000000 0B000000
575F5357 445F3330
34300001 00000001 
00000000 0B000000
575F5453 575F3330
32320001 00000001 
00000000 0B000000
575F5453 575F3330
32330001 00000001 
00000000 0B000000
575F5748 505F3330
32300001 00000001 
00000000 0B000000
575F5748 505F3330
32310001 00000001 
00000000 0B000000

http://www.nextgenupdate.com/forums/ps4 ... ats-2.html
User avatar
Lakell00
Moderator
Posts: 626
Joined: Sat Apr 15, 2017 8:02 pm

Re: Dragon Quest XI: Echoes of an Elusive Age

Post by Lakell00 » Thu Sep 13, 2018 3:18 am

damn yall putting in work.......... im surprised theres so many ppl that play dragon quest series
BloodSyn
Junior Member
Posts: 19
Joined: Wed Sep 12, 2018 2:39 pm

Re: Dragon Quest XI: Echoes of an Elusive Age

Post by BloodSyn » Thu Sep 13, 2018 4:05 am

BloodSyn wrote:
pj1980 wrote:I think the only way max items would work is if you removed all items from each characters personal inventory as items in their personal inventory counts as individual items where as in item bag they are group together eg 4 medicinal herbs take up 4 slots in hero's inventory but moved to item bag it 1 slot as it shows as medicinal herbs x4. The offset between items and materials is 17 where as it's 18 for weapons and armour. I noticed that items and materials are group together and weapon armour are group together. The last line of the example of the quick codes I made the 14 is write 20 times and the 17 is offset each write by 23 bytes where as 18 it writes every 24 bytes. There explaination of quick code formats on nextgenupdate http://www.nextgenupdate.com/forums/ps4 ... rmats.html

Code: Select all

max first 20 items or materials in inventory 
80010003 00495F00
00000000 00000001
00000063 00000000
4900000A 000003E7
40140017 00000000
 
first 20 armor or weapons max
80010003 00575F00
00000000 00000001
00000063 00000000
4900000B 000003E7
40140018 00000000


Second code should be fore Weapons only due to "57"5F

For armor following code flow above...
80010003 00455F00
00000000 00000001
00000063 00000000
4900000C 000003E7
40140019 00000000

For Accessories
80010003 00415F00
00000000 00000001
00000063 00000000
4900000D 000003E7
4014001A 00000000 (maybe?.. not sure if hex roll or standard for 20 vs 1A, about to test based on custom qty though so will follow up after testing

I'm not sure if this is another case were 2nd and/or 3rd lines in each code set can be cut to shorten them, but if so please feel free to revise and repost all if needed.

EDIT DO NOT USE YET... I screwed something up and not aligned properly.
NEW WORKING CODES (provided you have 20 different pieces of each in inventory first, if not find out how much you have and replace "14" at bottom of each code set to match what you have

First 20 items/Materials max 99
80010003 00495F00
00000000 00000001
00000063 00000000
4900000A 00006300
40140017 00000000

first 20 weapons max 99
80010003 00575F00
00000000 00000001
00000063 00000000
4900000B 00006300
40140018 00000000

First 20 Armor max 99
80010003 00455F00
00000000 00000001
00000063 00000000
4900000B 00006300
40140018 00000000

first 20 Accessories max 99
80010003 00415F00
00000000 00000001
00000063 00000000
4900000B 00006300
40140018 00000000


Ran multiple test and while qtys above 99 may work, the game reads as "E1" on anything above that as you can only buy and carry 99 of anything naturally.
03E7 was only giving me 03 pieces and when I tried using 09 or 69 in weapons armor or so on they did northing, by replacing placement they work correctly.\
DO NOT change "B" line 4 of code to C or D (not sure which), it will over write your existing key items with weapons or armor if those are the preface codes and essentially leave you screwed.

Truly for Weapons Accessories and Armor a max value of 0E should work for 14 which would be for 2 per character on any able to be equipped as such if you wanted.

This has been tested and so far found to have not play issues w vendors or running around in field and picking up or enemy drops, just already capped so not getting more.

Slight update... Specialty items such as fishnet stocking, Travellers hood, Trodian Bandana and Trodian Togs (any item with pink/purple diamond next to it) will not overwrite qty. they stay at 1.
pj1980
Member
Posts: 96
Joined: Thu May 24, 2018 12:27 pm
Location: Cardiff

Re: Dragon Quest XI: Echoes of an Elusive Age

Post by pj1980 » Thu Sep 13, 2018 4:25 am

BloodSyn wrote:
pj1980 wrote:I think the only way max items would work is if you removed all items from each characters personal inventory as items in their personal inventory counts as individual items where as in item bag they are group together eg 4 medicinal herbs take up 4 slots in hero's inventory but moved to item bag it 1 slot as it shows as medicinal herbs x4. The offset between items and materials is 17 where as it's 18 for weapons and armour. I noticed that items and materials are group together and weapon armour are group together. The last line of the example of the quick codes I made the 14 is write 20 times and the 17 is offset each write by 23 bytes where as 18 it writes every 24 bytes. There explaination of quick code formats on nextgenupdate http://www.nextgenupdate.com/forums/ps4 ... rmats.html

Code: Select all

max first 20 items or materials in inventory 
80010003 00495F00
00000000 00000001
00000063 00000000
4900000A 000003E7
40140017 00000000
 
first 20 armor or weapons max
80010003 00575F00
00000000 00000001
00000063 00000000
4900000B 000003E7
40140018 00000000


Second code should be fore Weapons only due to "57"5F

For armor following code flow above...
80010003 00455F00
00000000 00000001
00000063 00000000
4900000C 000003E7
40140019 00000000

For Accessories
80010003 00415F00
00000000 00000001
00000063 00000000
4900000D 000003E7
4014001A 00000000 (maybe?.. not sure if hex roll or standard for 20 vs 1A, about to test based on custom qty though so will follow up after testing

I'm not sure if this is another case were 2nd and/or 3rd lines in each code set can be cut to shorten them, but if so please feel free to revise and repost all if needed.

EDIT DO NOT USE YET... I screwed something up and not aligned properly.
I think i put a lot of dodgy codes on this thread i shorten my code now below i will explain how it works. for items After the 8 001 means it searches once for 00495F which is (space)I_ Reason for searching for 00495F instead of just 495f is there a few 495f at begining of save which are not what i want to search for. 003 means 3 bytes have to match the search thats 00495F .both materials and items are group together and start with 493F I_ . also these codes only work if you remove everything from your characters inventory including anything equipped so every you have are in your item and equipment bags. The B in items is how many bytes to offset before writing from beginning of the search value i want it to write a few bytes after the end of the item ids. 03E7 is 999 which is whats going to be written. 14 is hexadecimal for 20 and this how many time its going to write 03E7
17 is 23 in decimal. for items it is the distance between each time it writes. between item to item the distance is 23 bytes but between weapon to weapon or armour to armour its 24 bytes. It probably because items and material don't have levels so 1 less byte.
also the order of items in save is based on what order they are in game so you might want to reorganise your bags. also you can alter codes to match numbers of items you do have.

Code: Select all

first 20 items or materials in inventory max
80010003 00495F00
4900000B 000003E7
40140017 00000000
 
first 20 weapons max
80010003 00575F00
4900000C 000003E7
40140018 00000000

first 20 armour max
80010003 00455F00
4900000C 000003E7
40140018 00000000

first 20 accessories max
80010003 00415F00
4900000C 000003E7
40140018 00000000

just the first 20 items
80010004 00495F55
4900000B 000003E7
40140017 00000000

just the first 10 items
80010004 00495F55
4900000B 000003E7
400A0017 00000000

Last edited by pj1980 on Thu Sep 13, 2018 4:44 am, edited 1 time in total.
mabscottsville
Member
Posts: 85
Joined: Mon May 08, 2017 1:37 pm

Re: Dragon Quest XI: Echoes of an Elusive Age

Post by mabscottsville » Thu Sep 13, 2018 4:38 am

BloodSyn wrote:
03E7 was only giving me 03 pieces and when I tried using 09 or 69 in weapons armor or so on they did northing, by replacing placement they work correctly.\
reason for this is your code says to write to the wrong offset

this line in weapons/armor and accessories
4900000B 00006300

should be like this
4900000C 00000063

and if you wanted it to be 999 then it would be this
4900000C 000003E7

same way with the one for items it should be a B instead of an A
your pointer you made starts from 00 but you started counting for the offset from the _ so your #1 was actually #2
Last edited by mabscottsville on Thu Sep 13, 2018 4:49 am, edited 2 times in total.
BloodSyn
Junior Member
Posts: 19
Joined: Wed Sep 12, 2018 2:39 pm

Re: Dragon Quest XI: Echoes of an Elusive Age

Post by BloodSyn » Thu Sep 13, 2018 4:40 am

pj1980 wrote:to be honest i not a expert either there should be a guide on quick mode codes the different formats plus tips on ways to find cheats. there a bit of a guide on nextgenupdate but it dosen't explain how you can combine a search code with a fill code or a search code with a multi code that well.the way the save organises equipment and items is the characters personal inventories come first each of their inventories they have i think 24 slots when anything is in there inventory it classed as individual items each taking up one slot so 10 medicinal herbs would take 10 slots .then after the characters inventories you have the items and materiel that are in your item bag then you have your weapons ,armour and accessories in your equipment bag. the thing is the size of character inventories and bags change based on how many items in them so if you got lots of stuff in characters inventory every thing in save moves down but if you remove something every goes up.
I dont know if this code works dont actually have game anymore i played it and completed it including true ending few days ago. i tested on a save i alrady had then checked in advance mode see if it writes it did write.
before using code you need to put 20 weapons in heros inventory
1-unequip their weapons, armour,helmets and accessories.
2-remove everything from their inventory so nothing is in it including what you unequipped
3- put 20 weapons in their inventory dosent matter what ones they dont have to be same just needs to be at least 20.

the reason for the specific instructions is we need 20 weapons the inventory to make the space for the code below to fill
i dont know if they are best weapons but it just to test see if it works the code should give you 2 of each type of weapon but 2 diffrent ones eg 2 different swords 2 differents axes so on.
to explain code i am searching for 0000575F which is (space)W_ reason because searching without space there were a few W_ before the inventories. while i am searching for 0000575F i dont want it to start writing from the 0000 so i put a 2 on second line to offset by 2 bytes so when it is found it starts writing from 575F. 1E0 is 480 bytes i want to write there 60 lines of each line 8 bytes 60x8=480.
after the first 2 lines of code is what is going to be written every 3 lines is 1 weapon. below is example
ZZZZ is W_ or 575F
XXXX is the weapon type
HH is weapon level
YYYY is weapon id
0001 is quantity must stay 1 if its in characters inventory
all items and weapons seem to have 0000000 00000000 0B000000 after them and as this is a fill code this as to be written
Its possible to alter this code for armour and accessories changing ZZZZ for armour it is 455F4 which is E_ or accessories 415F which is A_ and putting 20 pieces of any armourer or accessories in your characters inventory. also possible to set up multiple versions of this code so first search weapons that are in first characters inventory second code searches for armour in second characters inventory third code could be accessories in third characters inventory.

ZZZZXXXX XXXXHH00
YYYY0001 00000001
00000000 0B000000

Code: Select all

might be 2 of the best of each type of weapon
80010004 0000575F
A8000002 000001E0
575F4158 455F3330
31340001 00000001 
00000000 0B000000
575F4158 455F3330
31350001 00000001 
00000000 0B000000
575F424F 4F5F3330
32300001 00000001 
00000000 0B000000
575F424F 4F5F3330
32310001 00000001 
00000000 0B000000
575F434C 575F3330
32340001 00000001 
00000000 0B000000
575F434C 575F3330
32350001 00000001 
00000000 0B000000
575F4447 525F3330 
32390001 00000001 
00000000 0B000000
575F4447 525F3330
33300001 00000001 
00000000 0B000000
575F524F 445F3330
33300001 00000001 
00000000 0B000000
575F524F 445F3330
33310001 00000001 
00000000 0B000000
575F5350 525F3330
32330001 00000001 
00000000 0B000000
575F5350 525F3330
32340001 00000001 
00000000 0B000000
575F5354 4B5F3330 
32300001 00000001 
00000000 0B000000
575F5354 4B5F3330
32320001 00000001 
00000000 0B000000
575F5357 445F3330
33380001 00000001 
00000000 0B000000
575F5357 445F3330
34300001 00000001 
00000000 0B000000
575F5453 575F3330
32320001 00000001 
00000000 0B000000
575F5453 575F3330
32330001 00000001 
00000000 0B000000
575F5748 505F3330
32300001 00000001 
00000000 0B000000
575F5748 505F3330
32310001 00000001 
00000000 0B000000

http://www.nextgenupdate.com/forums/ps4 ... ats-2.html
Tested code and crashes game... not sure if I didn't do something first I needed too or not, but not working here.
BloodSyn
Junior Member
Posts: 19
Joined: Wed Sep 12, 2018 2:39 pm

Re: Dragon Quest XI: Echoes of an Elusive Age

Post by BloodSyn » Thu Sep 13, 2018 4:48 am

mabscottsville wrote:
BloodSyn wrote:
03E7 was only giving me 03 pieces and when I tried using 09 or 69 in weapons armor or so on they did northing, by replacing placement they work correctly.\
reason for this is your code says to write to the wrong offset

this line
4900000B 00006300

should be like this
4900000C 00000063

and if you wanted it to be 999 then it would be this
4900000C 000003E7

Again, that wasn't the issue 4900000C "C" will overwrite to key items i beleive where "A" is inventory tab, "B" is equipment tab, and "C" is key item tab" And writting as 03E7 only gave 3 items per line pullinf from "03" part of 03E7, If I replaced 03 with E7 i had 200+ someodd pieces and in inventory it shows E1 instead of value. to prevent this from being potential issue later on I just used 63 for 99 since it's the max the game will let you buy and bag in inventory bag.

These have been tested and work now, as I posted earlier.

NEW WORKING CODES (provided you have 20 different pieces of each in inventory first, if not find out how much you have and replace "14" at bottom of each code set to match what you have

First 20 items/Materials max 99
80010003 00495F00
00000000 00000001
00000063 00000000
4900000A 00006300
40140017 00000000

first 20 weapons max 99
80010003 00575F00
00000000 00000001
00000063 00000000
4900000B 00006300
40140018 00000000

First 20 Armor max 99
80010003 00455F00
00000000 00000001
00000063 00000000
4900000B 00006300
40140018 00000000

first 20 Accessories max 99
80010003 00415F00
00000000 00000001
00000063 00000000
4900000B 00006300
40140018 00000000


Ran multiple test and while qtys above 99 may work, the game reads as "E1" on anything above that as you can only buy and carry 99 of anything naturally.
03E7 was only giving me 03 pieces and when I tried using 09 or 69 in weapons armor or so on they did northing, by replacing placement they work correctly.\
DO NOT change "B" line 4 of code to C or D (not sure which), it will over write your existing key items with weapons or armor if those are the preface codes and essentially leave you screwed.

Truly for Weapons Accessories and Armor a max value of 0E should work for 14 which would be for 2 per character on any able to be equipped as such if you wanted.

This has been tested and so far found to have not play issues w vendors or running around in field and picking up or enemy drops, just already capped so not getting more.

Slight update... Specialty items such as fishnet stocking, Travellers hood, Trodian Bandana and Trodian Togs (any item with pink/purple diamond next to it) will not overwrite qty. they stay at 1. Bunny ears did over write though, so not 100% sure what the deal is there.
mabscottsville
Member
Posts: 85
Joined: Mon May 08, 2017 1:37 pm

Re: Dragon Quest XI: Echoes of an Elusive Age

Post by mabscottsville » Thu Sep 13, 2018 4:55 am

BloodSyn wrote:
mabscottsville wrote:
BloodSyn wrote:
03E7 was only giving me 03 pieces and when I tried using 09 or 69 in weapons armor or so on they did northing, by replacing placement they work correctly.\
reason for this is your code says to write to the wrong offset

this line
4900000B 00006300

should be like this
4900000C 00000063

and if you wanted it to be 999 then it would be this
4900000C 000003E7

Again, that wasn't the issue 4900000C "C" will overwrite to key items i beleive where "A" is inventory tab, "B" is equipment tab, and "C" is key item tab" And writting as 03E7 only gave 3 items per line pullinf from "03" part of 03E7, If I replaced 03 with E7 i had 200+ someodd pieces and in inventory it shows E1 instead of value. to prevent this from being potential issue later on I just used 63 for 99 since it's the max the game will let you buy and bag in inventory bag.
your not understanding. the a b and c aren't tabs, they are how many spaces between the first digit of the item you searched and the quantity.

example
00 57 5F 53 57 44 5F 33 30 30 36 00 01
red is where you started the pointer, blue is the quantity, yellow is where you started counting
between yellow and blue is 11 or B, but you should have counted from the 57 which makes 12 or C

the reason you only got 03 when you used 03E7 is because your code writes it like this
57 5F 53 57 44 5F 33 30 34 35 e7 03

when it should be
57 5F 53 57 44 5F 33 30 34 35 00 e7 03

thats why your 00006300 works when your 000003e7 didn't
that's all i was trying to explain

also here is an example of both type of key items
49 5F 53 5F 30 31 37 00 01

49 5F 52 5F 31 31 35 00 01

the offset to change the quantity of them is only 8. or would be 9 if you start from the 00 before it
Last edited by mabscottsville on Thu Sep 13, 2018 5:24 am, edited 3 times in total.
Post Reply