-
Notifications
You must be signed in to change notification settings - Fork 103
Not gaining XP #63
Comments
what version are you running? |
18 |
Update: so, I'm on ver. 24 and it's still stuck. I was forever stuck on 75045 XP, and there was no way to make the script pass over it. I had to play myself to make it go up, and the script simply seems to not be working properly, as I'm still not getting XP. Would you kindly investigate? |
im using firefox using tampermonkey and its working fine. |
Can you give your whole setup to me @Archen55 ? browser, userscript manager, version |
i believe what is happening, is that the script is choosing the tile which is like 99.9999% completed, and whilst you are playing that tile, the tile becomes 100%, so when you complete it, the game rejects your XP earned, and therefore it is not 'saved'. looking at console debug:, am puzzled.
|
FireFox 60.0.2 x64, Tampermonkey 4.7.5788 + Script v24 |
i'm using the headless mode and i'm also not gaining any xp |
The "normal" script works good, but the headless one doesn't make me gain any xp points also. Google Chrome 66.0.3359.170 + Tampermonkey 4.6 + Script v24 |
I had issues with both scripts. I was able to get the "normal" script to reward xp again by changing my character's customisation options back to the ones seen when the script is running (which for some reason were the same options as when I first ran the script - except for the body type which was changing) |
the game seems to restart too quickly, its already reloading while its still uploading my score |
yeah headless isn't working for me either, just not gaining exp |
It could actually be one of those errors at, which forces it to reload. |
The issue is definitely the timeout. Fixed (clumsily) by adding a delay before clicking the continue button. Here's my fix in const TryContinue:
|
@Scyoni it doesn't work for me. I replaced it in index.user.js, is that right? |
this only works on the web version |
@VanackSabbadium Yes, but it will only fix the user script version not the headless one. If it's still redirecting before your score is uploaded you can increase the delay by changing the 5000 and 6000 to a higher number (just make sure whatever you replace 5000 with, you replace 6000 with something 1000 higher). That'd be one slow connection, but just sayin'. |
tested the solution provided by @Scyoni, and it works for me very well. |
close #63 tested it out, and its much better, with the increased timeout.
Any reason why some users are not getting XP at all after running the script for some time?
The text was updated successfully, but these errors were encountered: