The Tribal Wars Wiki is a project run by the Tribal Wars community. If you have a problem with Tribal Wars, see Tribal Wars support or the Tribal Wars Forum.
Tools & Tutorials
From TribalWarsWiki
Contents |
Tools
There are many freely available web tools that use world data to aid players within the rules.
TW-Report converter for internal forum
TWInspect a tool for tracking player development progress
BB-Codes A website with info on how to create Tribal Wars BB-Codes that work with external forums.
Interface Modifications
There are some allowed interface modifications
World Data
Tribal Wars offers data files and interfaces for fetching information from the worlds.
To get data for different worlds, just change the URL in the links below.
Village Data
map/village.txt - village.txt.gz
This is a comma separated file.
Format:
$id, $name, $x, $y, $player, $points, $rank
Player Data
This is a comma separated file.
Format:
$id, $name, $tribe, $villages, $points, $rank
Tribe Data
This is a comma separated file.
Format:
$id, $name, $tag, $members, $villages, $points, $all_points, $rank
Opponents Defeated Data
All:
map/kill_all.txt - kill_all.txt.gz
As Attacker:
map/kill_att.txt - kill_att.txt.gz
As defender:
map/kill_def.txt - kill_def.txt.gz
These are comma separated files.
Format:
$rank, $player, $points
Profile Data
map/profile.txt - profile.txt.gz
This is a comma separated file.
Format:
$player_id, $date_of_birth, $gender, $location
Interface - Latest conquers
interface.php?func=get_conquer&since=unix_timestamp
Shows the conquers since the supplied unix_timestamp.
Unix timestamp must be less than 24 hours from the current time.
Format:
$village_id, $unix_timestamp, $new_owner, $old_owner
Returns the configuration for the server.
Format:
XML
