Comments by dbKiller on scripts

107 comments

Comment on:
Travian: Address book

Jul 14, 2008

@Metador
http://userscripts.org/scripts/show/30039

Comment on:
Travian: Village Manager 1.6

Jul 11, 2008

@polle1
download the Remotely hosted version
it's still a work in progress but that feature is there already ;)

Comment on:
Travian: Address book

Jul 10, 2008

@Freak
when you write a message (page nachrichten.php?t=1) , click the image on top-right to show the original address book. Insert a name there and click on the save button.

@Metador
I'm not playing Travian at the moment, I should enter an alliance to do some tests on the notices page...

@polle1
thanks for the feedback ;)

Comment on:
Travian: Village Manager 1.6

Jun 27, 2008

@Zilogix, polle1
You are right, the "update now" is just a delete and replace feature.
I'll look into this issue for v1.7, but its release will be late 'cause I'm quite busy with my real life job at the moment (and I'm also working on another script :P...)

Comment on:
Travian: Village Manager 1.6

Jun 24, 2008

@Zilogix
thanks, your feedback is precious ;)

Comment on:
Travian Map Analyser

Jun 24, 2008

Ok, I see your point ;)

Comment on:
Travian Map Analyser

Jun 24, 2008

Why don't you implement automatic language detection? Personally I dont like script command menu...
I use this code im my script:


var lang = new Array();

function loadLanguage()
{
	var server = location.hostname;
	var ext = server.substring(server.lastIndexOf('.')+1);

	//English (default)
	lang['VILLAGE'] = 'Village';
	lang['ALREADY_LIST'] = 'is already in the list';
	lang['ADD_VILLAGE']  = 'Add to';
	lang['NO_VILLAGES'] = 'No villages in the list!';
	....etc
	
	switch(ext) {
		case 'it': //Italian
			lang['VILLAGE'] = 'Villaggio';
			lang['ALREADY_LIST'] = 'è già nella lista';
			lang['ADD_VILLAGE'] = 'Aggiungi a';
			lang['NO_VILLAGES'] = 'Nessun villaggio nella lista!';
			...etc
			break;
		case 'hu': // Hungarian
			lang['VILLAGE'] = 'Falu';
			lang['ALREADY_LIST'] = 'falu már a listádon van!';
			lang['ADD_VILLAGE'] = 'Hozzáadása';
			lang['NO_VILLAGES'] = 'Nincs falu a listádon!';
			...etc
			break;
		...etc
	}

Comment on:
Travian: Village Manager 1.6

Jun 24, 2008

I need feedback for v1.7 beta (with setting profiles),
try it out and let me know about any bugs/issues/etc please!

Remotely hosted version

Comment on:
Travian Map Analyser

Jun 24, 2008

I like the interface, very well thought and usable. Good work!
Here's my contribution, Italian translation:

STARTCOOR
Coordinate di partenza
RADIUS
Raggio di ricerca:
RAD_TITLE
0 a 56. Zero ricerche nell'area 7x7 attuale.
SEARCHFOR
Cerca per
OASIS
Oasi
SEARCH
Sto cercando
SEARCH_BTN
Cerca
CLOSE
Chiudi
LOAD_BTN
Carica
CH_LANG
Cambia linguaggio
PLAYER
Giocatore:
ALLIANCE
Alleanza:
AVAIL_LANGS
Linguaggi disponibili:
SAVE
Salva
CANCEL
Cancella
SERVER
Server:
DATE
Data:
CENTER
Centro della ricerca:
HITS
Risultati:
NEWVER
C'é una nuova versione disponibile.
UPDATENOW
Aggiornare ora?
TRAV_TIME
Tempo di percorrenza:
NOHITS
Nessun risultato.

Comment on:
Travian: Village Manager 1.6

Jun 23, 2008

@grooving
not top priority now, but I'll give it a try ;)

Comment on:
Travian: Village Manager 1.6

Jun 20, 2008

@english guys (...any girls here? :-/ )

As I'm italian, I'd appreciate any advice from my fans of english mother tongue regarding the english translation.
Thanks!!!

@garigou
tnx

Comment on:
Travian: Village Manager 1.6

Jun 19, 2008

@Zilogix
in Notepad the string "\n" is displayed as a little box, substitute that with "_@_".
Plus, you have to uninstall with associated preferences before upgrading to v1.6.
I know it's tricky, but it shoul be the last time... and I think the note feature is worth it! :)

[edit]I fixed it, now list data are compatible with versions < v1.6[/edit]

Comment on:
Travian: Village Manager 1.6

Jun 18, 2008

@Zilogix, Ryan007
I had to change the separator string for villages data in v1.6 in order to have notes with html, I changed it from "\n" to "_@_" (because in html "\n" is interpreted as line-break).
Therefore if you want to keep your old list, copy the value from about:config (look for greasemonkey.scriptvals.travian/Travian: Village Manager.villages_sx.travian.xx_xxx..) into a text editor (like Notepad) and substitute all "\n" with "_@_", then import in v1.6.

Comment on:
Travian: Village Manager 1.6

Jun 18, 2008

@polle1
v1.6 is still under development and can be buggy, anyway now tribes should be ok for danish servers.

Import/export works like this:
- export: the textarea shows current data which you can copy and paste wherever you want, usually a txt file
- import: paste your data into the textarea, thus replacing old data, and click save button

Comment on:
Travian: Village Manager 1.6

Jun 18, 2008

@polle1
lang['TOT'] = 'Time of travel';
it is the time your troops need to reach the village

Comment on:
Travian: Village Manager 1.6

Jun 17, 2008

Hooray, Village Manager 1.5 works perfectly with Firefox 3!

@bogu
I know changing arena level for every village is annoying, but for the moment it is not a priority.
Anyway I will implement settings profiles (like tags), so you can create different profiles for each of your villages

Comment on:
Travian: Village Manager 1.6

Jun 16, 2008

@v3rn
thanks for your translation, I'll add it to next release ;)

Comment on:
Travian: Village Manager 1.6

Jun 13, 2008

@Foxyhearts
BUT you shouldn't play travian at work :D
(I'll add an option to export/import vm data, so you can copy&paste them into a txt file.)

Comment on:
Travian: Village Manager 1.6

Jun 13, 2008

@husslehoff
thanks for helping out :)

Comment on:
Travian Reports Info Box

Jun 12, 2008

I like your script very much, well done!!

Comment on:
Travian: Village Manager 1.6

Jun 12, 2008

@Zilogix
Thanks for the compliments ^__^
you know your idea is very good, having to go through each setting is annoying indeed!
Setting profiles... mmh... it shouldn't be difficult to implement.

Comment on:
Travian: Village Manager 1.6

Jun 12, 2008

@polle1
there's no need of a save button, all data are stored into firefox preferences automatically.

Comment on:
Travian: Village Manager 1.6

Jun 10, 2008

@Ryan007
the checkbox option would be way much easier to implement than raids tracking, so I'll probably add it in a future version.
Actually I'd prefere to keep Village Manager quite simple and without automatic features (which are against travian rules guys ;-)
Regarding import/export, it will probably work just like copy&paste so that users can store list data in a txt file locally

Comment on:
Travian MP Percent Dependent Fill

Jun 10, 2008

Nice one tumuulunku!! really useful

Comment on:
Travian: Village Manager 1.6

Jun 10, 2008

@evildeepblue
try the development version, I've already updated chinese language there ("Remotely hosted version" link, top-right of this page)