Is there max resource or money cheat pls, the cheat added is good but normal trainer or cheat will help alot.
thanks in advance (^_^)/
Someone would need to build a trainer hack for it since the values are all variables. IE you have your inventory numbers, the numbers for the box, the numbers on the trader, the numbers for random spawns in the world etc. If you isolate the number on your person, you usually cannot mod it as there are other connected values related to the actual item. A save editor would be more optimal, but also would require more scripting.
For trader money (keep in mind, it is a barter point system not actual currency, ergo you get none back after the trade) simply farm up several 3+ of any item with a value greater than 3. Open cheat engine, select AI_Shoujo then enter the trader. Place one item up for lets say 5 value. Run a new search in cheat engine for 5. When it's done swap back to the trader and put up another of the same item, now 10. Run the next search for 10. That should isolate it, it is 3 dec strands of data usually. If not then go 15 and/or 20 and repeat until you have 5 or less numbers. Add them all then switch the value to 9999. Buy out the trader (be sure to exchange 1 item for the trade or it won't work). If you leave the box ticked and the cheat remains active, for so long as you don't log out/reload, this includes changing character details etc., it will stay locked at the same address, but once you relog the game in any way you will need to search again for the new address...
Also, with crafting items, you can duplicate most of the base items by running a generic 4byte search for exact values. However, most of the items like carbon, you cannot do so directly (carbon I believe is an exception to this rule though). So if you need more charcoal, wooden boards, or pieces of glass, just duplicate the level 1 wood item and build them via the recipes. It's far less complicated than trying to find the floats for the other items. Most items have more than 1 strand of addresses. So if you see 12 rows and all show a red previous value of 49 and a new value of 44 -- then they are all wood. However, most of the addresses seem to be dynamic and are probably signed as time based (easy anticheat kind of stuff) so once you log out the value will change on MANY (I don't know if it is even most or all) items making designing a trainer or cheat table difficult, as you would need to force hack a call from the game assets folders to spawn the item into the inventory as if you just picked it up. To do so you would need to open the Cheat Engine console and monitor the data as you looted things to isolate the addresses as they all spam past... It's far easier to duplicate low level items to get what you want...
Hopes this helps someone...