GM Script for adding buttons

DeletedUser

Hi in the greek world it says that Greeasymonkey scripts are illegal and you may got banned if you use them! but you said me that its not illegal! I have asked and admin and he said its illegal. whats going on? how can I unistall them?
 

DeletedUser

yes but greek and english worlds have the same rules! its the same game.

anyways how can I unistall them?
 

DeletedUser

yes but greek and english worlds have the same rules! its the same game.

anyways how can I unistall them?

There can't be the same rules because it is allowed at .net and .de so maybe there are other rules in greek.

To uninstall u have to right click the little monkey in the lower right corner. Then u do manage scripts or something like this and there u can uninstall them.
 

DeletedUser

I put a link to this excellent GMscript on Slovak forum (it's enabled on Slovak West).

And I've an improvement for this script: button that can publish you duel report.
I (look at my signature) made a duel report converter that can find all data from Flash view. And you need just a little javascript for it.
So if you update you GM script and add there the following script, users can publish their duel reports easily: Open the duel report, switch to Flash view and click on the button.
(Unfortunatelly, meanwhile TW-help will not remember, who published the report (I made registration and if you're registered, you can view a list of reports, what you've published))

The script for add:

var publikovat_duel = document.createElement("li");
publikovat_duel.id="Publish duel";
publikovat_duel.innerHTML='<a href="javascript: var remoteScript=new Element(\'script\', {\'type\': \'text/javascript\', \'src\': \'http://tw-help.ic.cz/vytah.js\'});document.body.appendChild(remoteScript);void(0);"><img src="http://tw-help.ic.cz/img/publish_gm.png" alt="Publish"></a>'; //To the top of the source code

einstellungen.parentNode.insertBefore(publikovat_duel, inv_val.nextSibling); //To the bottom of the source code


I hope it will work well :)
 
Last edited by a moderator:

Diggo11

Well-Known Member
yes but greek and english worlds have the same rules! its the same game.
Unlike Tribalwars I'm assuming Innogames have created no universal laws banning them. Therefore it is up to the various administrations of the language versions to decide if they allow them or not. Morthy has said yes for the English servers, but Greek mods have evidently said no for their servers.
 

DeletedUser

Unlike Tribalwars I'm assuming Innogames have created no universal laws banning them. Therefore it is up to the various administrations of the language versions to decide if they allow them or not. Morthy has said yes for the English servers, but Greek mods have evidently said no for their servers.

What he said ^ :)
 

DeletedUser

Have a issue with this one.
My pc started to crash a few times in short preiod yesterday.
Started to think what i have installed latly and this addon and script was the only once i done.
So i disable greesemonkey and did not have any crash since.

Any one had the same experience ?
 

DeletedUser

I have one idea:

If you add "AjaxWindow.show('inventory');" behind "javascript:" in the script what calculate the inventory worth, I wouldn't open inventory before calculating. And you can also close the inventory window..

The script would look like this:



I tested it on Firefox 3.0.10, I don't know whether it works in another versions...

The changed parts are red.

I tried several things like this but the problem is the inventory has to be loaded completely and this will not happen like this. Becaus u need a little time to load the information from the server. Sry for this but u still have to open inventory one time before using the script. And I don't like setTimeout, it is stopping the whole action of the browser ... ;-)


I put a link to this excellent GMscript on Slovak forum (it's enabled on Slovak West).

And I've an improvement for this script: button that can publish you duel report.
I (look at my signature) made a duel report converter that can find all data from Flash view. And you need just a little javascript for it.
So if you update you GM script and add there the following script, users can publish their duel reports easily: Open the duel report, switch to Flash view and click on the button.
(Unfortunatelly, meanwhile TW-help will not remember, who published the report (I made registration and if you're registered, you can view a list of reports, what you've published))

The script for add:




I hope it will work well :)

The problem with this thing is, I first wrote the script for the .de-worlds and there we already have various scripts for messageconverter and so on. Therefore I will not implement things like this in my script because it will only grow bigger and some people don't want and maybe can't use the script.

Best regards Glasi
 

DeletedUser

Little update:

-- Fixed the problem with greek browsers
-- according to user informations GM-scripts are not allowed at the-west.gr therefore I excluded the-west.gr at the script

Actual version Beta 0.125 here

Best regards Glasi
 

DeletedUser

The problem with this thing is, I first wrote the script for the .de-worlds and there we already have various scripts for messageconverter and so on. Therefore I will not implement things like this in my script because it will only grow bigger and some people don't want and maybe can't use the script.

Okey. Can I make a Czech and Slovak version of your script? Translation buttons, adding the duel publisher and so?
(I see you published it in GNU licencion, so I hope you will not disagree. :))

Of course, I'd update the script when you update yours.
 

DeletedUser

Okey. Can I make a Czech and Slovak version of your script? Translation buttons, adding the duel publisher and so?
(I see you published it in GNU licencion, so I hope you will not disagree. :))

Of course, I'd update the script when you update yours.

Like u said it is published under GNU license so feel free to change and add what u want :)
 
Top