dota2ai
dota2ai copied to clipboard
Support 7.33
New features in 7.33 to support
- [ ] Wisdom runes
- [ ] Killing tormentors
- [ ] Twin gates
- [ ] Lotus pools / famango trees
- [ ] Watchers / lanterns / lamps
- [ ] Neutral tokens (https://github.com/adamqqqplay/dota2ai/issues/112)
Not part of this issue:
- general "bigger map" features like farming patterns
- new or missing items
- new or broken abilities
Some thoughts on these:
- Wisdom runes
- Possibly done with a hack. We cannot see or interact with wisdom runes, but we could walk over there and then switch to some mode that has a default handler.
- Side note: the river bounty runes at game start have the same issue.
- Killing tormentors
- Supported by API: in unit list.
- Would be similar to adding custom Roshan support.
- Twin gates
- Supported by API: in unit list with special ability to use.
- Probably use similar logic to TP.
- Lotus pools / famango trees
- Supported by API: in unit list with special ability to use.
- Could at least swing by when close.
- Watchers / lanterns / lamps
- Supported by API: in unit list with special ability to use.
- Logic would be somewhere between capturing an outpost and warding.
- Neutral tokens
- Not supported by API. The token is an item with DOTA_ABILITY_BEHAVIOR_NO_TARGET, but doesn't do anything when used. It's not clear what it should do to allow us to choose an item.