Jump to content

I just refreshed the page and lost days of progress


mrttao
 Share

Recommended Posts

Yes I got that 2 days ago as well and now the game did not want me to log on because I had to refresh my browser AND clear my cache.

I was able to play just be refreshing but it kicked me out last night and I lost ALL progress from that night. I finally cleared my cache and it seems to be working but NOTHING else requires me to do that. EVER. I did 4 weeks back and I could not touch my PC for 15 minutes as it was clearing my cache.

Link to comment
Share on other sites

Same thing losing progress happened to me with the event here; this was the second time I've lost days of progress in the last month - after the first time, I thought if I manually saved once a day or so I wouldn't lose much but that clearly didn't happen. Sorry devs, but until this is fixed there's no reason to play this game.

Link to comment
Share on other sites

  • 2 weeks later...

I made a script for https://violentmonkey.github.io/

that helps mitigate the damage on this.

// ==UserScript==
// @name		Hentai Clicker
// @namespace	mrttao
// @version		1
// @history		1 Initial version
// @match		https://www.hentaiclicker.com/*
// @match		https://hentaiclicker.com/*
// ==/UserScript==

setTimeout(location.reload.bind(location), 43200000);                          //auto reload page every 12 hours

The game automatically saves every reasonable amount of minutes. Until it silently stops, when it does you get no notification that saving is failing.

This can go on for days before you notice. The script prevents it by reloading the game automatically. If saving is working, then you lose a couple of minutes. If saving is broken, then at most you will lose no more than 12 hours. Can be adjusted to be reloaded more or less often, I chose 12 to not be too bothersome.

1000 = 1 second

Edited by mrttao
Link to comment
Share on other sites

23 minutes ago, Didish76 said:

i still have the championship event on the background and i'm afraid to refresh... Anyone else in the same situation ?

You should never be afraid to refresh. If you lose progress after pressing the save button and waiting a bit to ensure it worked it's because your current progress isn't syncing with the server. In which case it'll only get worse the longer you leave it.

  • Like 1
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...