Shinko to Kuma

Still Going Strong
Reaction score
776
Author
Shinko to Kuma
Contributors
Sass
Quickbar Entry
javascript: $.getScript("https://shinko-to-kuma.com/scripts/flagFarmLog.js");
Public?
Public
Approved, ticket nr. t13954705

This script is super simple, just looks through the entire flag log for the CURRENT world, and checks how many noblemen were produced, resulting in a grey flag. Displays in a dialog window in a very simple way

screenshot:

FLWO6.png

Code:
javascript: $.getScript("https://shinko-to-kuma.com/scripts/flagFarmLog.js");

Note: if you trigger a captcha, the end result won't be correct! It can no longer collect the data at that point
 
Changelog
20/4/2021
Last edited:
Upvote 3

RedAlert

Senior In-Game Staff
Tribal Wars Team
Senior
Team
Script Moderator
Reaction score
608
Open the browser console and check if you have any errors. Do a screenshot of that and send it to Shinko to Kuma. That's what i would do.

Red.
 

natanprog

Member
Reaction score
11
@Shinko to Kuma
JavaScript:
"pt_BR": {
        "Produced nobleman": "Nobres produzidos",
        "Resource production": "Produção de recursos",
        "Recruitment speed": "Velocidade de recrutamento",
        "Attack strength": "Força de ataque",
        "Defense strength": "Força de defesa",
        "Luck": "Sorte",
        "Population capacity": "Capacidade da população",
        "Lower coin costs": "Menores custos de moeda",
        "Haul capacity": "Capacidade de saque"
    }
 
Last edited:

Shinko to Kuma

Still Going Strong
Reaction score
776
@Shinko to Kuma
JavaScript:
"pt_BR": {
        "Produced nobleman": "Nobres produzidos",
        "Resource production": "Produção de recursos",
        "Recruitment speed": "Velocidade de recrutamento",
        "Attack strength": "Força de ataque",
        "Defense strength": "Força de defesa",
        "Luck": "Sorte",
        "Population capacity": "Capacidade da população",
        "Lower coin costs": "Menores custos de moeda",
        "Haul capacity": "Capacidade de saque"
    }


Added :)
 

xdam98

New Member
Reaction score
7
tribalwars.com.pt

JSON:
"pt_PT": {
        "Produced nobleman": "Nobres produzidos",
        "Resource production": "Produção de recursos",
        "Recruitment speed": "Velocidade de recrutamento",
        "Attack strength": "Força de ataque",
        "Defense strength": "Força Defesa",
        "Luck": "Sorte",
        "Population capacity": "Capacidade da população",
        "Lower coin costs": "Menores custos de moeda",
        "Haul capacity": "Capacidade de carga"
    }
 

*kronus*

Active Member
Reaction score
1
"it_IT":
{
"Produced nobleman": "Produzione nobile",
"Resource production": "Produzione risorse",
"Recruitment speed": "Velocità reclutamento",
"Attack strength": "Potenza d'attacco",
"Defense strength": "Forza di difesa",
"Luck": "Fortuna",
"Population capacity": "Aumento della popolazione",
"Lower coin costs": "Ridotti costi pacchetto",
"Haul capacity": "Capacità bottino",
"Reduced package costs": "?"
},
 

Shinko to Kuma

Still Going Strong
Reaction score
776
"it_IT":
{
"Produced nobleman": "Produzione nobile",
"Resource production": "Produzione risorse",
"Recruitment speed": "Velocità reclutamento",
"Attack strength": "Potenza d'attacco",
"Defense strength": "Forza di difesa",
"Luck": "Fortuna",
"Population capacity": "Aumento della popolazione",
"Lower coin costs": "Ridotti costi pacchetto",
"Haul capacity": "Capacità bottino",
"Reduced package costs": "?"
},

?

the Italian translation is already in the script
 

natanprog

Member
Reaction score
11
@Shinko to Kuma

The script counts the first page of the flag history twice

The error was reproduced on the .br server, in an account with 13 nobles produced on the first page of the flag history and no other nobles produced on the other pages, and 26 flags were displayed in the window
Flag%2Bfarm%2Blog%2Bscript_bug.png
 

Lord DciBelia

Member
Reaction score
0
@Shinko to Kuma
JavaScript :
"fr_FR": {
"Produced nobleman": "Noble produit",
"Resource production": "Production de ressource",
"Recruitment speed": "Vitesse de recrutement",
"Attack strength": "Force d'attaque",
"Defense strength": "Force défensive",
"Luck": "Chance",
"Population capacity": "Capacité de population",
"Lower coin costs": "Coût réduit des pièces",
"Haul capacity": "Capacité de charge"
}
 

secundum

Active Member
Reaction score
9
JavaScript:
"de_DE": {
        "Produced nobleman": "Adelsgeschlecht erzeugt",
        "Resource production": "Rohstoffproduktion",
        "Recruitment speed": "Rekrutierungs-Geschwindigkeit",
        "Attack strength": "Angriffsstärke",
        "Defense strength": "Verteidigungsstärke",
        "Luck": "Glück",
        "Population capacity": "Einwohnerzahl",
        "Lower coin costs": "Reduzierte Münzkosten",
        "Haul capacity": "Beutekapazität",
        "Reduced package costs": "?"
    },
 

Stegaru

New Member
Reaction score
0
"ro_RO"

: {
"Produced nobleman": "Generaţie de nobili produsă",
"Resource production": "Producţie de resurse",
"Recruitment speed": "Rapiditatea de recrutare",
"Attack strength": "Putere de atac",
"Defense strength": "Putere de apărare",
"Luck": "Noroc",
"Population capacity": "Capacitate populaţie",
"Lower coin costs": "Reducerea costului de depozitare",
"Haul capacity": "Capacitate de transport",
"Reduced package costs": "?"
},
 
Top