About the game
News
Sign in
Register
Top Players
Forum
16:17
5180
 online
Authorization required
You are not logged in
   Forums-->Creative works-->

Scripts


1|2|3|4|5|6|7|8

AuthorScripts
Awesome, thanks to author and publisher for these great scripts - they are not easy to develope - and sure hours and hours have been put into this, so that we players have a greater game experience. thx.
I like all the scripts and use much of them. Thanks to authors.

But now I got a problem with the new one.
It doesn't work...

I download and install it, but I couldn't save any presets for my talents!

What do I do wrong???

All the other scripts runed well...

Greetz
Soul
When i try to open the script it says Error: 'document' is undefined
i get the same problem as pentagon. how can i get these scripts ive dowloaded them but When i try to open the script it says Error: 'document' is undefined please help me out here
You don't open them. You download, then drag onto open FF window
I'm using the "LWM_timer.js" script.
If like me you have always multiple lordsowm tabs (game,forums,...) open while playing, you might be annoyed by the "You may enroll again" pop-up flood.

To disable the pop-up, edit LWM_timer.js with a notepad.
find the line:

if( t == 'w' ) alert( 'You may enroll again.' )

and change it to :


//if( t == 'w' ) alert( 'You may enroll again.' )


Save and re install the script after that.

You can also completly disable the script on forum pages by adding the line:

// @exclude https://www.lordswm.com/forum*
put this line just after:
// @include https://www.lordswm.com/*
For "LWM_timer.js" script.
Allow and could you add a "repairing time end" counter to the script?
Thans a lot!
up
LG timer doesnt work any more, I can't figure out why. What changed?
well i found another version that has the repairing time as well and you can enable disable alerts :).
[Post deleted by moderator Takesister // 3.24.1. It is forbidden to post links to any programs and scripts except those by LazyGreg, xo4yxa, ]
I install the script posting by bigbada. Its illegal? It seems to be an update of the last version i had installed from warrior guild forum. I'd like to know if i should uninstall it, cause it works perfectly, :D. Also there was a mention for thanks to xo4yxa on the website i visited to install it. So, i think its legal, and i think on .ru there is a similar legal one. Thanks!
Well i've seen the xo4yxa character page on .ru, where there is a link to his web, where there are several legal script, and one of the is the same i mentioned, but for .ru server. So, could any mod or Arctic tell me if its legal?
Thanks again ;) and sorry for double posting.
looks like something changed on pages, old timer scripts no longer work :(
well, I've taken official script as linked by Arctic, and after several minutes it started... not sure why in the beginning it was not showing
I've found that the Timers script as posted by Arctic needs some fixing:

Find the line with
if( b[0].innerHTML.match(
make sure it is changed into
if( b[0].innerHTML.match( 'successfully enrolled' ) )

It was using wrong string for detecting work enrollment.

Also another change is needed, just above this line there is a check:

if( url_cur == url_work )

it should be changed into

if( url_cur.indexOf( url_work ) != -1 )


So, these lines 158-160 should be

if( url_cur.indexOf( url_work ) != -1 )
{
if( b[0].innerHTML.match( 'successfully enrolled' ) )
Hiya,

I don't quite understand the last few posts.

Mine ain't working after the update, so I uninstalled it, went to http://www.warriors-guild.org/forum/viewtopic.php?f=4&t=374&start=10 to download and reinstall it again, and it still doesn't work.

So what now? Is there an updates version of the scripts yet?

Thanks.
for Jedi-Knight:
The script needs fixing.
Uninstall, open the source and make the change in post 56, then install - work timer will resume work

Alternatively, in FFox, goto Tools - GreaseMonkey - Manage user script and click "Edit" on the Timer script - then make the change.

This is the most important to change:
[b]
if( url_cur == url_work )

it should be changed into

if( url_cur.indexOf( url_work ) != -1 )
[/b]

Alternatively, in FFox, goto Tools - GreaseMonkey - Manage user script and click "Edit" on the Timer script - then make the change.


I tried but when I get to "click "Edit" on the Timer script", a window (like when you try to download something), to my folder location where I downloaded that script, and when I choose the timer script, and clicked 'Open', it shows an error. :/
for Jedi

that window is to choose a text editor to open the script. browse to windows folder and select notepad.
1|2|3|4|5|6|7|8
Back to topics list
2008-2024, online games LordsWM