So here are the codes.
I like to use the 'Always Rare Items from Chests' since it is always active without needing button presses.
I'd like to be able to have the '100% Treasure Spawn' always active without needing the button presses.
Having to press L2+R3 over and over whenever I zone would become a bit tedious to do.
So if there's anyone knowledgeable enough about these types of codes, I'd appreciate it ^_^
Code:
//Treasures RNG Code; only works in one zone/area at a time
//L2+R3 for 100% Treasure Spawn
//R2+R3 for 100% Rare Item rate in every chest
//L2+R2+R3 to set RNG back to NORMAL
//Equip Diamond Armlet for the DA-specific loot
//For Lvl.99 Red Chocobo; Kill 6 chocobos in Ozmone Plains; use 100% Treasure Spawn code
//After it spawns, change RNG back to normal so you don't miss every attack
//patch=1,EE,D056E5DC,extended,0000FCFB
//patch=1,EE,2025089C,extended,00431026
//patch=1,EE,D056E5DC,extended,0000FEFB
//patch=1,EE,2025089C,extended,24020000
//patch=1,EE,D056E5DC,extended,0000FDFB
//patch=1,EE,2025089C,extended,24020063
//patch=1,EE,202508DC,extended,00000000
//Always Rare Items from Chests
//Wear a Diamond Armlet to get that DA-specific rare loot instead
//Can use 'Treasures RNG 100% Rare Items from Chests' instead of this code
//patch=1,EE,203BA700,extended,2A020000
//patch=1,EE,203BA6E8,extended,2A020000
//patch=1,EE,203BA658,extended,10000019
I like to use the 'Always Rare Items from Chests' since it is always active without needing button presses.
I'd like to be able to have the '100% Treasure Spawn' always active without needing the button presses.
Having to press L2+R3 over and over whenever I zone would become a bit tedious to do.
So if there's anyone knowledgeable enough about these types of codes, I'd appreciate it ^_^