MyGronixPros How do I cheat?
  Reputation: 0
  Joined: 13 Feb 2020 Posts: 1
 
  | 
		
			
				 Posted: Thu Feb 13, 2020 4:53 am    Post subject: Dragon's Dogma item amount changing trouble | 
				       | 
			 
			
				
  | 
			 
			
				Hey!
 
 
In Dragon's Dogma I'm trying to multiply an item, but having trouble doing so.
 
 
Since the game uses different values than what's displayed, with unknown initial value- then playing with unchanged value and changed value scans I deducted the two relevant addresses.
 
 
One corresponds to the item amount in my inventory, and the other in my storage.
 
 
Hexadecimal, it would be 
 
 
1 in each
 
00010000 - inventory
 
00010002 - storage
 
 
2inventory 0 storage
 
00020000
 
00000002
 
 
0 inventory 2 storage
 
00000000
 
00020002
 
 
I reached this far and all, but despite changing the value according to the game's system, aka changing storage to 00090002 or inventory to 00090000, it still does absolutely nothing, changing the value doesn't show any change, and when I interact with the items (deposit/withdraw from storage) they just go back to the value that they 'should be'.
 
 
I thought it's because I only have 2 of it, but when I tried this exact same process with an item I had 20 of, having values in both storage and inventory, it still completely ignored the changed value, and just changed back when popping one in- or out of storage.
 | 
			 
		  |