clandestine
Member
- Joined
- May 5, 2012
- Messages
- 350
- Reaction score
- 12
Essence Worm - Unique unset Ring
Using Essence Worm, socketed gems reserve no mana. The bot will fail to cast the Aura when using up most of the mana beforehand.
Example:
1'000 Mana, 12% Reduced Mana Reserved from Skilltree, 40% Increased Mana Reserved from Essence Worm.
Skills:
- Discipline - 31% mana reserved without Essence Worm, 44% with
- Warlord's Mark with Blasphemy - 31% mana reserved without Essence Worm, 44% with
- Hatred in Essence Worm - 0% mana reserved, without Essence Worm, 44% mana with
Bot casts Discipline first -> 44% (440) mana reserved
Bot casts Warlord's Mark second -> 44% (440 -> 880 total) reserved
Bot tries to cast Hatred -> fails because 120 Mana left and the bots calculation says it needs to reserve 440 mana.
Log snippet (with full mana values hidden for privacy reasons) from OldGrindBot with DebugAuras:
Any chance support for this unique could be added?
Using Essence Worm, socketed gems reserve no mana. The bot will fail to cast the Aura when using up most of the mana beforehand.
Example:
1'000 Mana, 12% Reduced Mana Reserved from Skilltree, 40% Increased Mana Reserved from Essence Worm.
Skills:
- Discipline - 31% mana reserved without Essence Worm, 44% with
- Warlord's Mark with Blasphemy - 31% mana reserved without Essence Worm, 44% with
- Hatred in Essence Worm - 0% mana reserved, without Essence Worm, 44% mana with
Bot casts Discipline first -> 44% (440) mana reserved
Bot casts Warlord's Mark second -> 44% (440 -> 880 total) reserved
Bot tries to cast Hatred -> fails because 120 Mana left and the bots calculation says it needs to reserve 440 mana.
Log snippet (with full mana values hidden for privacy reasons) from OldGrindBot with DebugAuras:
Code:
[LatencyWait] Now sleeping 18 ms.
[UseAt] x False {1003, 1314}
[LatencyWait] Now sleeping 18 ms.
[FinishCurrentAction][False] Waited 0 ms for the action to finish Discipline.
[FinishCurrentAction][False] Waited 113 ms for the action to finish Discipline.
[FinishCurrentAction][False] Waited 220 ms for the action to finish Discipline.
[FinishCurrentAction][False] Waited 322 ms for the action to finish Discipline.
[FinishCurrentAction][False] Waited 424 ms for the action to finish Discipline.
[FinishCurrentAction][False] Waited 532 ms for the action to finish Discipline.
[FinishCurrentAction][False] Waited 647 ms for the action to finish Discipline.
[FinishCurrentAction][False] Waited 751 ms for the action to finish Discipline.
[FinishCurrentAction][False] Waited 868 ms for the action to finish Discipline.
[FinishCurrentAction][False] Waited 977 ms for the action to finish Discipline.
[FinishCurrentAction][False] Waited 1081 ms for the action to finish Discipline.
[LatencyWait] Now sleeping 18 ms.
[CanUse] We cannot cast [Hatred] because mana 5xx < 6xx.
[LatencyWait] Now sleeping 18 ms.
[UseAt] x False {1003, 1314}
[LatencyWait] Now sleeping 18 ms.
[CanUse] We cannot cast [Hatred] because mana 1xx < 6xx.
[CanUse] We cannot cast [Warlord's Mark] because IsOnCooldown.
[OpenInventoryPanel]
[OpenInventoryPanel] The InventoryUi is not opened. Now opening it.
[ReactionWait] Now sleeping 280 ms.
[LevelSkillGemTask] InventoryUi.HandlePendingLevelUps returned None.
[CloseBlockingWindows] IsLeftPanelShown || IsRightPanelShown. Closing them.
[PostCombatHookTask] GemLeveler returned true.
[CanUse] We cannot cast [Hatred] because mana 1xx < 6xx.
[WithdrawTask] We cannot withdraw items out of town/hideout. Skipping this task until an area change or restart.
[TagWaypointTask] Now skipping the task because the current area doesn't have a waypoint.
[HandleA2Q9b] The current area does not contain the quest. Skipping execution until a restart or area change.
[HandleA3Q1] The current area does not contain the quest. Skipping execution until a restart or area change.
[HandleGlyphWall] The current area does not contain the quest. Skipping execution until a restart or area change.
[HandleDeshretSpirit] The current area does not contain the quest. Skipping execution until a restart or area change.
[TravelToGrindZoneTask] Now resetting task state.
[TravelToGrindZoneTask] GrindZoneId = 3_4_2.
[TravelToGrindZoneTask] PathToGrindZone = 3_4_2.
[TravelThroughBossAreasTask] GrindZoneId = 3_4_2.
[TravelThroughBossAreasTask] We are not currently in a boss area, or a supported boss area.
[CanUse] We cannot cast [Hatred] because mana 1xx < 6xx.
[EnterArenaTask] The current area does not contain arenas. Skipping execution until a restart or area change.
[TravelThroughBossAreasTask] We are not currently in a boss area, or a supported boss area.
[ExploreTask] Now exploring to the location {1127, 1311} (124) [4.620939 %].
[CanUse] We cannot cast [Hatred] because mana 1xx < 6xx.
Any chance support for this unique could be added?