Local area transition support has been added to all the known boss areas (Brutus, Merveil, Weaver, Vaal, Piety, and Dominus). The bot should now be able to make its way though the areas into the boss rooms. However, users must implement CR specific boss fighting logic. This includes moving into range to start the boss fight, performing any other actions required to start the boss fight (Vaal, for example), and staying in combat until the boss fight is fully finished (Merveil has two stages, Weaver has disappearing phases, etc...). Without this logic, the bot will skip the boss fight, or most likely timeout leaving the area if the area transition is not usable. In the case of Dominus, the bot will simply get stuck without anything to do, because it doesn't have the logic to traverse Upper Sceptre of God backwards. The CR should also implement boss fighting logic for Hillock, as it's possible for the bot to try and leave the area before killing him, in which case, it would fail to take the area transition to town. I will not be adding any sort of boss fighting logic into ExampleRoutine anytime soon.