Dota 2 Wiki
Advertisement
Patches (latest) February 13, 2017 Patch February 14, 2017 Patch February 15, 2017 Patch

Sources

Note: No source link has been provided.


Patch Notes

Bots

  • Bots now give chat notifications for "Using Shrine" and "Delaying".
  • Fixed some bots not being able to correctly purchase Headdress.

Bot Scripting

  • Added GetDayTimeVisionRange(), GetNightTimeVisionRange(), and GetCurrentVisionRange() to the unit bot script API.
  • Added GetAcquisitionRange() to the unit bot script API.
  • Added IsAncientCreep() to the unit bot script API.
  • Updated GetDroppedItemList() to return a table of tables that contain { item, owner, location }.
  • Fixed the Delay action to terminate correctly.
  • Fixed the Shrine action to terminate when the shrine is used.
  • Fixed return value for GetAmountAlongLane().
  • Added BOT_ACTION_TYPE_SHRINE and BOT_ACTION_TYPE_DELAY.
  • Fixed a couple more item build bugs for the default bots.
Advertisement