Ephenia / Pokeclicker-Scripts

Various scripts & enhancements for the game Pokéclicker.
https://github.com/Ephenia/Pokeclicker-Scripts
GNU General Public License v3.0
184 stars 263 forks source link

Enhanced Auto Mine pause the time of the game, disabling any time-based aspects #363

Open wdos3 opened 6 months ago

wdos3 commented 6 months ago

I am still in Kanto at the moment, but I have noticed that it has stopped the following things from working:

Negative:

  1. Any farm (time will not progress)
  2. Pokemon Attack (clicks still deals dmg, but no Pokemon attack deals dmg)

Positive:

  1. Items have an infinite duration (as long as Auto Mine script is enabled)
  2. Gyms/Dungeons have an infinite duration

And while I am unsure as to whether the other scripts are broken as a result of Auto Mine, I must still mention the following scripts don't work:

  1. Auto Safari
  2. Infinite Event
  3. Auto Quest
  4. Discord Code Generator

I have tried using FixerUpper to no avail, and I haven't tried the desktop version of these scripts.

EDIT: Auto Safari also seems to have the same problems as Auto Mine, with the added cost that it also doesn't work.

Meggidow commented 6 months ago

I can tell that I've the same problem since yesterday morning, I can't even leave the game without saving my progression or it will rollback staight where I load the last time.

ItsDeidara commented 6 months ago

I'm noticing the same save game bug, and need to save manually.

However I have automine working properly aloneside time based events. Do you have autosafari enabled by chance? From my troubleshooting it seems that, enabling that script itself may be causing the time bug since for me time only stops when that script is checked off.

wdos3 commented 6 months ago

I'm noticing the same save game bug, and need to save manually.

However I have automine working properly aloneside time based events. Do you have autosafari enabled by chance? From my troubleshooting it seems that, enabling that script itself may be causing the time bug since for me time only stops when that script is checked off.

Yeah, I have manually tested, and both auto-safari and auto-mine have done the whole "time stop" thing. The only difference is that auto-mine works, auto-safari doesn't. In addition, there are still many scripts that still work even with safari/mine active (like clicker, delay capture, oak items).

EDIT: Correction, now I tested, and Auto Mine works now. Auto Safari is the only thing that broke. I will test Auto Safari now.

umbralOptimatum commented 6 months ago

The "time stop" effect happens when a script crashes while the game is in the middle of loading, preventing it from getting to the point of starting the internal clock. (Thus no timed autosaves.) Honestly surprising it's even half playable like that.

In this case the culprit is a bug in the autosafari script. Fixed in #361, so either manually install the update or disable the script until it's officially updated.