thanks and happy new year! i will try to experiment with the numbers i can think of hehe.Zephiles wrote: ↑Thu Dec 31, 2020 9:43 pmI had to ask Jdaster64 for help with this code, as I'm not very familiar with the battle system:danielle-e. wrote: ↑Mon Dec 28, 2020 8:09 am-audience giving items more frequently / higher rate or chance audience will throw items?
To clarify, this code modifies the rate at which the audience will throw stuff. The lower the value used, the more frequently the audience will throw stuff. The game has a few separate values that it can use for this, but I figured it would be better to just specify one static value to use.Code: Select all
$Set Audience Item Throw Rate [Zephiles] 041A5F24 3B80xxxx 041A5F28 48000058 xxxx = Throw Rate
An example would be using a value of 1800, which would mean a rate of 1/1800 per frame. The hex value for 1800 is 0x708, so xxxx would be 0708.
