Patches (latest) | ← February 13, 2017 Patch | February 14, 2017 Patch | February 15, 2017 Patch → |
---|
Sources
Note: No source link has been provided.
Patch Notes
- Minor fixes to Spirit of the Dark Wood and Seismic Berserker.
- Recycling loot lists for treasures during the Dark Moon event have been removed.
- Removed Dark Moon front page panel.
- Minimap large version size has been reduced from 296x296px to 280x280px.
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()
, andGetCurrentVisionRange()
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
andBOT_ACTION_TYPE_DELAY
. - Fixed a couple more item build bugs for the default bots.