A Complete List of Travian Game Servers

January 10, 2009 | 5 Comments

Travian
Here is a list of all the Travian servers available to date. It took me a long time to compile this list, and the Travian Team dont have such a list available for third party developers. To get the SQL-Dump of a server just append /map.sql to the name of the server for the sql file, or /map.sql.gz for a compressed version. The SQL-Dump is updated daily at 7 AM (GMT +1). To use this file in ASP.NET please read Creating Your Own Travian Utilities.

Read more…

Filed Under: Interesting Links

Creating Your Own Travian Utilities

December 13, 2008 | 4 Comments

Travian
Travian the well known browser game has a downloadable file for developers in each of its servers that provides details of all the players of the server. The file contains a list of SQL INSERT statements, one for each player. Although the statement doesnt provide military or attack information, that can be used to cheat in the game, it provide enough information to draw your own maps and create analysis tools for the villages, players, and alliances.

Read more…

Filed Under: ASP.NET, WinForms