1. #1

    kgPanels, showing box on spec1 or 2

    Hello! =)

    Is it possible, somehow to have a panel active only at either spec1 or 2?
    My spec one is denounce spec(hpally) and I'm using some extra buttons for that, but I only want the panel to show in spec2.

    Is this possible in any way?
    I'm a kittycat

  2. #2
    Deleted
    OnLoad:
    Code:
    self:RegisterEvent("ACTIVE_TALENT_GROUP_CHANGED")
    if GetActiveTalentGroup() == 1 then self:Show() else self:Hide() end
    OnEvent:
    Code:
    if GetActiveTalentGroup() == 1 then self:Show() else self:Hide() end
    Replace 1 with 2 as needed.

  3. #3
    god damn great man!
    Thank you very, very much!
    I'm a kittycat

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •