promotional bannermobile promotional banner
premium banner
Assistace for Blackhand (Mortar warning in P2, custom says for bombs and marks in P3)

Description

This addon is assisting you in the blackhand encounter (mostly mythic).

Current Features:

  • Version check: To make sure everyone installed it ;)
  • Mortar warnings for Phase 2
  • Says for Bombs and Marks (left/middle/right for Marks and middle/back for Bombs)

API

  • BlackhandAssist:MarkPosition()
    • Returns your Position if you are Marked for Death.
  • BlackhandAssist:BombPosition()
    • Returns your Position if you have a Siege Bomb attached.

You can use both as a custom text function in a Weak Aura.

function()
    if BlackhandAssist then
        return BlackhandAssist:BombPosition()
    end
end