lllll llll

Well-Known Member
Reaction score
64
Author
lllll llll
Contributors
N/A
Quickbar Entry
javascript:$.getScript(`https://dl.dropboxusercontent.com/s/w0v5wge03d85jl8/farmInfoPP.js?dl=0`);void(0)
Public?
Public
Hello, this script it's made to view per each day how many pp were farmed. All you have to do is to set world number and how many pages to read( the newest pages). It was meant for the current world so I didn't bother to save anything in browser's memory.

Screenshot_21.png


This script requires translations
en_DK:{
"wood purchased":"wood purchased",
"clay purchased":"clay purchased",
"iron purchased":"iron purchased",
"wood sold":"wood sold",
"clay sold":"clay sold",
"iron sold":"iron sold",
"construction time reduction":"construction time reduction",
"instant completion":"instant completion"
}
 
Upvote 2

- Mr. President

Well-Known Member
Reaction score
29
Translations for the portuguese and brazilian servers

pt_BR:{
"wood purchased":"madeira comprada",
"clay purchased":"argila comprada",
"iron purchased":"ferro comprado",
"wood sold":"madeira vendida",
"clay sold":"argila vendida",
"iron sold":"ferro vendido",
"construction time reduction":"redução do tempo de construção",
"instant completion":"conclusão instantânea"
}
 
Reaction score
10
Translation for gr server
thanks <3

el_GR:{
"wood purchased":"Αγορασμενο Ξυλο",
"clay purchased":"Αγορασμενος Πηλος",
"iron purchased":"Αγορασμενο Σιδερο",
"wood sold":"Ξυλο πουληθηκε",
"clay sold":"Πηλος πουληθηκε",
"iron sold":"Σιδερο πουληθηκε",
"construction time reduction":"Μειωση Χρονου κατασκευης",
"instant completion":"Αμεση Ολοκληρωση"
}
 

jaro

Active Member
Reaction score
6
Hello, this script it's made to view per each day how many pp were farmed. All you have to do is to set world number and how many pages to read( the newest pages). It was meant for the current world so I didn't bother to save anything in browser's memory.



This script requires translations
en_DK:{
"wood purchased":"wood purchased",
"clay purchased":"clay purchased",
"iron purchased":"iron purchased",
"wood sold":"wood sold",
"clay sold":"clay sold",
"iron sold":"iron sold",
"construction time reduction":"construction time reduction",
"instant completion":"instant completion"
}
Spain .es
es_ES:{
"wood purchased":"madera comprada",
"clay purchased":"barro comprado",
"iron purchased":"hierro comprado",
"wood sold":"madera vendida",
"clay sold":"barro vendido",
"iron sold":"hierro vendido",
"construction time reduction":"reducción del tiempo de construcción",
"instant completion", " Finalización instantánea"
}
 

lllll llll

Well-Known Member
Reaction score
64
@jaro translation for es_ES added

@SwedishBlueCheese it is possible to create a script for spending pp but i need more info, how the table/format should look like? what data should i be using for calculating total amount of pp spent(construction/paladin time reduce, premium items, for events)? Should it be for day/week/month?

The more info you give me the better it is
 

SwedishBlueCheese

Non-stop Poster
Reaction score
1,051
Kinda like the one that is from sophie right now but with more additions.

PP spent on rolling books for pp
PP spent pping walls
PP spent reviving pallys
PP spent overall
PP spent on each event

Would like per world but per month etc would be nice aswell. Just that you can put in the page where that world STARTS so it doesnt have to load w1-w118 before getting to w119 for example
 

Valerius2101

New Member
Reaction score
0
German Translate pls


de_DE:{
"wood purchased":"Holz gekauft",
"clay purchased":"Lehm gekauft",
"iron purchased":"Eisen gekauft",
"wood sold":"Holz verkauft",
"clay sold":"Lehm verkauft",
"iron sold":"Eisen verkauft",
"construction time reduction":"Bauzeitverkürzung",
"instant completion":"sofortiger Abschluss"
}
 
Last edited:

Kyomaku

Active Member
Reaction score
4
Also not working at all rn on the german server. Do I need to do something special? It's just giving 0s for everything resources, aside of the PP difference.
 

lllll llll

Well-Known Member
Reaction score
64
The script is only getting the data for the iron, ignoring the other ones.
i cannot replicate this issue, are you sure you have data from wood and stone?


Also not working at all rn on the german server. Do I need to do something special? It's just giving 0s for everything resources, aside of the PP difference.
this is the translation used for german server, is it correct?

de_DE:{
"wood purchased":"Holz gekauft",
"clay purchased":"Lehm gekauft",
"iron purchased":"Eisen gekauft",
"wood sold":"Holz verkauft",
"clay sold":"Lehm verkauft",
"iron sold":"Eisen verkauft",
"construction time reduction":"Bauzeitverkürzung",
"instant completion":"sofortiger Abschluss"
}
 
Top