1. #1

    Vehicle Bar and Other Addons

    Is there an addon or maybe a script that I could put in that when my vehicle bar the other addons go away? What i mostly need to go away are the kgpanel panels.

  2. #2
    Not terribly experienced with KgPanels, but it might depend on which action bar addon (if any) you are actually using.
    Some have the option of modifying or replacing the vehicle or posess bar.

  3. #3
    Deleted
    kgPanel OnLoad:
    Code:
    self:RegisterEvent("UNIT_ENTERED_VEHICLE")
    self:RegisterEvent("UNIT_EXITED_VEHICLE")
    kgPanel OnEvent:
    Code:
    if UnitHasVehicleUI("player") then self:Hide() else self:Show() end

Posting Permissions

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