Table of Contents
Strategy: QuestSolver
This strategy solves the initial Quests which are offered right after the first login. (see http://travian.wikia.com/wiki/Quests) Two kind of further inputs are necessary:
Notes There is a branch in Quest 19 Weapons or Dough, the current version can handle Economy only.
Syntax<strategy class="" desc="DESCRIPTION" enabled="true" runWhile="RUNWHILE_UID" waitFor="WAITFOR_UID" uid="UID"> <villageName>RANDOM_VILLAGE_NAME_1</villageName> ... <villageName>RANDOM_VILLAGE_NAME_N</villageName> <item building="LOCALIZED_BUILDING_NAME" id ="BUILDING_POSITION"/> ... <item building="LOCALIZED_BUILDING_NAME" id ="BUILDING_POSITION"/> </strategy> Attributes and parameters
<strategy class="QuestSolver" desc="QuestSolver" enabled="true"> <villageName>Rome</villageName> <villageName>Berlin</villageName> <villageName>Paris</villageName> <item building="Cranny" id ="23"/> <item building="Granary" id ="24"/> <item building="Warehouse" id ="33"/> <item building="Marketplace" id ="34"/> .... <item building="Barracks" id ="35"/> </strategy> |
![]() |