Our Final Fantasy VII Trainer is now available for version 1.0.1.0 and supports WINDOWS STORE.
Our Final Fantasy VII message board is available to provide feedback on our trainers or cheats.
CJ posted on Jul 09, 2013 3:31:56 PM - Report post
Does anyone know how to find the number value for items? say like, wanting to have 99 of a usable item? Chocobo Greens, potions etc for example.
Help with this would be appreciated.
ELITE
EthanWolfcat posted on Jul 19, 2013 10:57:04 PM - Report post
If you are using the English version of the game, in CoSMOS, click on "add new address"
Put this address for the first item in the list:
address: DC0234 Type: Array of Byte Length: 2
let's say you have potions for first item in your inventory and you have 99 of those, it should appear like so in CoSMOS. If not, right click on it and click "Show as Hexadecimal"
00DC0234 - 00 C6
First 2 digits are the "Item ID" and the last 2 are the "amount". If you want 99 of an item, simply change the first 2 digit. Here is a quick list.
57 - Omnislash 58 - Catastrophe 59 - Final Heaven 5A - Great Gospel 5B - Cosmo Memory 5C - All Creation 5D - Chaos 5E - Highwind
You may have noticed that I do not jump to 10 right away in the item list. This is how Hexadecimal works. After 09, it's 0A.
A = 10 B = 11 C = 12 D = 13 E = 14 F = 15 (No more letters after that. Just A to F)
Once you reach 09 and want to go to the next value, you put 0A. Only when you reach 0F that you can use 10 as next value.
09 -> 0A 0A -> 10 19 -> 1A 1F -> 20
And so on. There is a lot of address for the item part of the game. One address for each item slot. To change the next item slot, just add 2 to the previous address. Like so: