Post
by mabscottsville » Thu Sep 06, 2018 4:20 pm
I'll post what to search for in the save when i finish the lists to keep them all together and not in a frequently edited post or separated. so far I've found all usable items and I'm working on finding all materials. after that will be equipment, i need a late game save to know the id structure of 2 types of weapons and for helms and to know if there are any id's of materials I've missed. i can't make actual codes to modify the item or change the quantity you have as I'm not that skilled in making codes yet to make search codes because the locations change. i can only make static codes. but you can search for the id in advance mode and then change the item and quantity with very little difficulty.
say you need black tears but don't have any. but you do have medicinal herbs. make sure you, in game, remove your items from your characters you want to edit to make it easier. you can then do a text search for "I_USE_001" and change it to "I_JEW_016" and it will work then highlight the text on the text side and look on the hex side. and you should see a hex value between
"00 01 00" and "00 63 00" immediately after, you can then change it to any hex value you want between them for quantity with 01 = 1 and 63 = 99 the max in game. but say you want more, like for skill seeds or perfectionist pearls. you can actually change it to"00 E7 03" and get 999 0f them. i haven't tested any more than that
for equipment you can only swap it with another piece of equipment to prevent save corruption. if you have the base level but want the +3 version you'd look for the item, for example W_SWD_0001 and change it to I_SWD_3001
Last edited by
mabscottsville on Thu Sep 06, 2018 4:28 pm, edited 1 time in total.