Kadokawa's Slot Machine plugin help

● ARCHIVED · READ-ONLY
Started by ABandit 4 posts View original ↗
  1. Hi there!

    I have a questions about the Slot Machine plugin included in RPGMaker MV (in the folder KadokawaPlugins_New).
    It works perfectly. My issue is for how long it takes it to count the winnings: whenever players win a significant amount of tokens (from 1k up), the counter adds every individual coin, and the process takes 20 seconds or more.
    Players can't AFK their brains and farm since the time window between spins is so long.
    Any help on how to make the winnings instant?

    Thank you in advance!
  2. Found a fix! :kaopride:

    If anyone needs it:
    Go to the slotmachine.js file and adjust the following variable in line 752
    Code:
    var time = 60 * 10;
    If you change it to 20 * 10, it becomes roughly as long as the default winning sound animation!
  3. тhanks i love u
  4. As this thread appears to be previously solved, it is now closed.