stefan2200 / TWB

Python based bot for Tribal Wars
GNU General Public License v3.0
100 stars 54 forks source link

Stuck in FarmManager #75

Closed acok06 closed 6 months ago

acok06 commented 7 months ago

image

How can I fix this ?

Im-notank commented 7 months ago

For me it was:

  1. Premium account
  2. Farm assistant
  3. Sync time on PC with the one on server
acok06 commented 7 months ago

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 :(

acok06 commented 7 months ago

@stefan2200

telmoenmartins commented 7 months ago

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

pizzalord22 commented 7 months ago

@acok06 are you still experiencing the problem?

stefan2200 commented 6 months ago

Fixed in GH-99