alexhob123 wrote: ↑Tue Nov 21, 2023 6:49 pm
is there anyway these will get updated i'm no good at using get reward function
Well either you get the knowhow to modify the script or the creator decides to comeback thats when it will get updated.
Using the reward function is pretty simple. (tho I would recommend just using the location reward)
I'm just stating this from the google sheet so you can find out more info there.
Imma make it as simple as I can make it.
Launch the game, launch cheat engine, select the game in process, load the script.
Enable the cheats, enable get rewards, enable location reward.
Click on any of the locations (BEACH, JUICY BAR, CAFE, etc. (i will be using juicy bar)) like the oval with the name of it.
Now the script will update and you will see that the ??? have values now but not all.
Change the VALUE of Location Bonus Interval (thats the second line with 4 Bytes of the left) to 10.
Click X to get out of the location then click the money on top of the locations (the pin drop with the money symbol).
Now the script will update and the remaining ??? will have values.
Now change the Location Bonus using the item code in the google sheet, I'll be using the gatcha tickets for this example.
The code for gatcha tickets is ITEM_COLLECTABLE_GATCHA_TICKET. so you replace CURRENCY_SOFT with that.
Then right after the "|" is a number which is the amount of items, since you generally need 10 for the 10x grab, set it to that.
so now CURRENCY_SOFT|5 is now ITEM_COLLECTABLE_GATCHA_TICKET|10.
Now for the Location Bonus String Length, just grab the Code Base Length from the google sheet of the item which is 30 for gatcha tickets add 1 to it since there is "|" and add 2 since the amount is "10", so our string length is 33. (If you have less amount or more amount change it to how many places it is (single digit is 1, two digits is 2, three digits is 3)
My shorthand here is that if I am adding X amount, I add 2 to the code base length, if Im adding XX, I add 3 to the code base length and so on. (Basically for the string length you can also just copy paste the location bonus to a online character counter it would spit out the amount you would need if you inputted it correctly.)
Now for the Reward Type , since we are dealing with ITEMS we go with ITEM [15]
Lastly for Reward Type String Length, just copy the inside of the [ ], so it will be 15
and now if you set it up correctly it should be looking like this in the values:
Location Name: LOC_BAR
Location Bonus Interval: 10
Location Bonus: ITEM_COLLECTABLE_GATCHA_TICKET|10
Location Bonus String Length: 33
Reward Type: ITEM [15]
Reward Type String Length: 15
Now go click the money on top of the location again ONCE, it should give you the item and for it to save properly, I would recommend just waiting for at least a minute or two then close the game and cheat engine.
Then relaunch the game and you should have the item, if it doesn't you closed the game too early so wait a bit longer.
NOTE: there are sometimes quirks on the get reward like on my end I get 2x the amount that I specify.