adamqqqplay / dota2ai

Ranked Matchmaking AI: An improved Dota2 AI based on Valve's default AI. Has more than 3 million subscribers on Steam.
http://steamcommunity.com/sharedfiles/filedetails/?id=855965029
GNU General Public License v3.0
315 stars 85 forks source link

Optimize Item Purchase for 7.29 #56

Closed Kyrios0 closed 3 years ago

Kyrios0 commented 3 years ago

Changes:

  1. Add wind waker for heroes who plan to buy cyclone.
  2. Add octarine core for heroes who plan to buy aether lens.
  3. Add aghanims shard for heroes who's shard is powerful and easy to use.
  4. Add recipe ultimate scepter for heroes who have aghanim in late game.
  5. Add an extra item for heroes who's last item is recipe ultimate scepter.
  6. Optimize item purchasing list of dark seeker and orge magi.
  7. Fix typo in item_purchase_treant.
adamqqqplay commented 3 years ago

Looks good to me, it would be better to bring a clear change log when submitting a pull request next time.

Kyrios0 commented 3 years ago

Thanks, I have updated the description here and will add description in the future PR.