Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Register
Advertisement

Get the follower abilities for a given ID.

abilities = C_Garrison.GetFollowerAbilities(followerID)

Arguments[]

followerID
number : GarrFollowerID

Returns[]

abilities
table - A table containing information about abilities of a single follower.

Details[]

-- Example answer for Dagg (followerID: 32) here:
-- C_Garrison.GetFollowerAbilities(32)
{
  {
    description="Used by a rogue to neutralize a dangerous enemy (or just to annoy you).",
    counters={
      [9]={
        icon="Interface\\ICONS\\Achievement_Boss_TwinOrcBrutes.blp",
        description="An enemy with powerful allies that should be neutralized.",
        name="Deadly Minions"
      }
    },
    id=104,
    name="Sap",
    icon="Interface\\ICONS\\ABILITY_SAP.BLP",
    isTrait=false
  }
}

Patch changes[]

Warlords of Draenor Patch 6.0.2 (2014-10-14): Added.

Advertisement