javascript

Travian Village Planner - Tribe & Village Name

Yesterday, I had some time and worked on the Village Planner. It now has an input field for the name of the village and you can select your tribe. Both informations are saved to the URL when clicking on “make bookmark”. The tribe is saved as parameter 't' and the name as 'n'.

You can check it out here:

Dice Roller

I programmend a small dice roller in javascript. You enter the number of dice, sides and the offset and press the button “roll”. The script shows the individual dice and the resulting sum. For convenience, there is a second form where you can just enter the number of dice and press the butten for the type of dice. At the bottom, there are some links of six- and eightsided dice, which are often needed in roleplaying games. You can also create bookmarks for dice, e.g.

Travian Village Planner

Currently I'm working on a village planner for Travian.
It was inspired by the village planner at http://www.ebav.co.uk/travian/,
but I was missing a possibility to save and reference my village.
So the main feature was saving the village to a bookmark.
This is done by the URL parameter “a”.
The parameter contains one character per field and the character defines which building to show.

Syndicate content