MokJay

Member
Reaction score
12
Author
jjeseo
Contributors
N/A
Quickbar Entry
javascript:
$.getScript("https://dl.dropboxusercontent.com/s/ry6d9uu2m0mcxsb/group%20counts.js");
Public?
Public
Wrote this so I can see my counts faster rather than hovering my mouse. This can be used very well if you know how to use groups well.

It takes a few seconds due to the limit of requests to TW.

Screen Shot 2021-02-27 at 5.12.08 PM.png
 
Last edited:
Upvote 0

RedAlert

Senior In-Game Staff
Tribal Wars Team
Senior
Team
Script Moderator
Reaction score
622
This script works but it is written to be specific only for 1 world, en117.

What's the benefit for having a public script which is limited like this?

If it's limited, like it is right now, probably it's much better if the script is set to be private and shared with tribe members for example only on that specific world since on any other world it would not work correctly.
 
Last edited:

MokJay

Member
Reaction score
12
This script works but it is written to be specific only for 1 world, en117.

What's the benefit for having a public script which is limited like this?

If it's limited, like it is right now, probably it's much better if the script is set to be private and shared with tribe members for example only on that specific world since on any other world it would not work correctly.

Sorry about that, I've fixed this to work with any .net now.
 

The Quacks

Non-stop Poster
Reaction score
76
Sorry about that, I've fixed this to work with any .net now.

Hi @jjeseo . Where you have "https://" + game_data.world + ".tribalwars.net/game.php", you may replace by "https://" + window.location.host + "game.php", and then it should work for any server in any country.
 
Top