dota2ai icon indicating copy to clipboard operation
dota2ai copied to clipboard

Support 7.33

Open JoshdanG opened this issue 1 year ago • 1 comments

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

JoshdanG avatar Jun 26 '23 00:06 JoshdanG

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.

JoshdanG avatar Jun 26 '23 01:06 JoshdanG