TWLan Forum
Dorfübersicht - Printable Version

+- TWLan Forum (https://twlan.org)
+-- Forum: Legacy (https://twlan.org/forumdisplay.php?fid=61)
+--- Forum: TWLan 1.x (DSLan) (https://twlan.org/forumdisplay.php?fid=62)
+---- Forum: Deutsche Community (https://twlan.org/forumdisplay.php?fid=65)
+----- Forum: Fragen & Probleme (https://twlan.org/forumdisplay.php?fid=7)
+----- Thread: Dorfübersicht (/showthread.php?tid=3439)



Dorfübersicht - Marc111 - 06.09.2010

Gibt es ein tool damit die dorfübersicht jede sekunde erneuert.


RE: Dorfübersicht - Dsaddicted - 06.09.2010

na, glaube nicht.
musst du f5 drücken, aber ich denke das ist keine arbeit Wink


RE: Dorfübersicht - abbar-2 - 06.09.2010

man kann dies z.B. in Javascript schreiben Wink
einfach mal googeln Big Grin


RE: Dorfübersicht - Lekensteyn - 06.09.2010

If you're using Firefox/Opera/Chrome, you could make a userscript like this:
Code:
// ==UserScript==
// @name Autorefresher
// @include http://localhost/game.php*screen=overview&*
// @include http://localhost/game.php*screen=overview
// ==/UserScript==
setTimeout(function(){location.reload()}, 1000);
Save is as 'autorefresher.user.js' and drop the file in your browser.