This cheat shows the ID of an item in inventory.Kemikemi0091 wrote: ↑Mon Sep 23, 2024 7:19 am>>mildsevenX
Good job!
How can I find out the item ID? It would be nice to know just what items I own.
And, of course, eventually, it would be nice if I could select any item I want that I don't own, or if I could extremely increase the drop rate of enemies. If we can increase the drop rate of enemies, it would help us fill in the book data.
You can easily find the ID of the items you have with this.
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
<CheatEntries>
<CheatEntry>
<ID>524</ID>
<Description>"Check item ID in inventory"</Description>
<ShowAsHex>1</ShowAsHex>
<ShowAsSigned>0</ShowAsSigned>
<VariableType>4 Bytes</VariableType>
<Address>"Romancing SaGa 2 RotS Demo-Win64.exe"+05CFDE58</Address>
<Offsets>
<Offset>4</Offset>
<Offset>2B0</Offset>
<Offset>BF8</Offset>
<Offset>A8</Offset>
<Offset>20</Offset>
<Offset>58</Offset>
</Offsets>
</CheatEntry>
</CheatEntries>
</CheatTable>
IDs are listed in the following order: armor, item, key item, shield, weapon.
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
<CheatEntries>
<CheatEntry>
<ID>719</ID>
<Description>"All Item ID"</Description>
<ShowAsHex>1</ShowAsHex>
<ShowAsSigned>0</ShowAsSigned>
<VariableType>4 Bytes</VariableType>
<Address>"Romancing SaGa 2 RotS Demo-Win64.exe"+05CF1BF0</Address>
<Offsets>
<Offset>0</Offset>
<Offset>348</Offset>
<Offset>8E8</Offset>
<Offset>A8</Offset>
<Offset>20</Offset>
<Offset>30</Offset>
</Offsets>
</CheatEntry>
</CheatEntries>
</CheatTable>