Author | Scripts |
All of a sudden, Some of my user scripts have stopped working, Like Timers, Army , Arts sets and also Activity tracker lost all its data! |
Mine seem to have done the same thing :x |
Haha, I was just installing my script onto my PC in job and I was like: 'What? Why on earth do those scripts work on my notebook and don't work there?'
I spent around 15 minutes trying to find where is the issue and now I finally understand it is global
Seems like admins changed something. Player banned by moderator Meshy until 2017-10-09 10:36:02 // FR // 1.7 // Additional characters are not allowed to leave messages at the "Main forums" and "Trade and services" sections of the |
Sorry, feel free to ban me. This is what happens when u log with secondary char :s
I will be more careful in future |
I've found a fix for the timers script on .ru
the timers:
http://fr7927vq.bget.ru/skr/time_restore.user.js
All credit to
http://www.lordswm..com/pl_info.php?id=6982571 |
Hmm, the updated script in the post above does not work for me. Same problem as the old script. Nothing is displayed at all. |
That's odd.. It works for LG for me, but not for anything else.
It seems the admins are messing with HTML 5 and updated scripts will be a consequence of that. |
@6
Worked for me. Tampermonkey on Chrome. Perhaps you need to disable the broken one before you enable this? (I did)
Has someone found a fix on the SetsMaster script? Game is unplayable without these scripts. |
Strange, for me scripts are working fine.. I mean I didn't install that new script which Meshy posted, I seem to be having no problem with old scripts. |
Fixed scripts: (for now)
Timers:
http://fr7927vq.bget.ru/skr/time_restore.user.js
SetsMaster:
http://fr7927vq.bget.ru/skr/sets_master.user.js
Map forever:
http://fr7927vq.bget.ru/skr/map_forever.user.js
All found on .ru forum |
Got a dirty fix for the activity tracker script (person wants to remain anonymous).
Please note - this is meant to be a quick fix, and we are hopping for a proper update soon.
On line 133 you should see function getPlayerAndServer() {
It needs to have a bit after the {
I cannot post the code, so please take it from the picture below.
http://prntscr.com/gv7u95
Please note - it won't work for Russian names. |
Meshy u are in computers or something?? |
for Meshy:
Thanks buddy!
Had to check twice after writing that piece of code! :D
A \ was creating the problem :D |
The 5.7.3 version of timers script worked okaish for me at work on Chrome. The LG timer worked fine, but I didn't get the alert although it was red. However, at home on Firefox, it isn't timing LG at all. |
for DarkSooth:
I'm facing the same problem too! |
If someone is feeling particularly helpful, you can type the code into a pastebin and share a link to that. I would do it, but busy atm.
Sooth, that's one of the issues that has been identified, the alert is actually a noise instead of a pop up. :P |
I've found a fix for the timers script on .ru
the timers:
http://fr7927vq.bget.ru/skr/time_restore.user.js
All credit to
http://www.lordswm..com/pl_info.php?id=6982571
doesn't work at all |
doesn't work at all
Works for others.. Maybe it's the games way of telling you that you're not worthy? |
the alert is actually a noise instead of a pop up
I checked the source code, it looks like the noise part is commented out while the alert is still in use:
/* audio.play(); */ alert( alert_health );
Maybe there's another version of it. Or maybe it got changed. |
you can type the code into a pastebin and share a link to that:
https://pastebin.com/c1JGzrct |