edge-blade / Dota-2-AI-Bot-Experiment

My Dota 2 Bot Script
GNU General Public License v3.0
11 stars 0 forks source link

Captains Mode various issues #29

Open RickyJuno opened 2 years ago

RickyJuno commented 2 years ago

During captains mode Bots will not respond to lane assignments (saying "mid top bot bot top" does not affect the bots) Bots seem to default to the player position on lanes (assume blue is mid, teal hard support, pink offlane carry, yellow hard carry, orange offlane support). This is an issue because the bot order of picking heroes is totally random for the player team in captains mode, so it is possible to end up with a crystal maiden in the hard carry role

Full-bot Team seems to always pick heroes in the following order: 1: Offlane Carry 2: Offlane Support 3: Mid 4: Hard Support 5: Hard Carry May want to switch to the following order 1: Hard Support 2: Offlane Carry 3: Offlane Support 4: Hard Carry/Mid 5: Mid/Hard Carry