stefan2200 / TWB

Python based bot for Tribal Wars

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stuck in FarmManager

acok06 opened this issue · comments

image

How can I fix this ?

For me it was:

  1. Premium account
  2. Farm assistant
  3. Sync time on PC with the one on server

For me it was:

  1. Premium account
  2. Farm assistant
  3. Sync time on PC with the one on server

I have all of these :(

You can try to add the village manually on the config.json file at the end on the villages object you can add it like this

"villages": {
    "your_village_id": {
      "building": "purple_predator",
      "units": "basic",
      "managed": true,
      "scout_first": false,
      "additional_farms": [],
      "prioritize_building": false,
      "prioritize_snob": false,
      "trade_for_premium": false,
      "gather_enabled": false,
      "gather_selection": 1,
      "advanced_gather": true,
      "snobs": 0,
      "evacuate_fragile_units_on_attack": false,
      "support_others": false,
      "support_others_factor": 0.25,
      "support_others_max_villages": 2,
      "request_support_on_attack": false
    }
  }

you can edit all the options as you want and to get the village id in in the default url of the game .tribalwars.com/game.php?village=**id_here**&screen=overview

@acok06 are you still experiencing the problem?

Fixed in GH-99