Jump to content

gashole

Player
  • Content count

    33
  • Joined

  • Last visited

Community Reputation

7 Neutral

About gashole

  • Rank
    Advanced User

Recent Profile Visitors

1132 profile views
  1. gashole

    [Mac] Short freeze when targeting

    Try unchecking the "Show Target Damage" box in Interface Options under the Advanced Options tab. This fixes the problem on my end.
  2. gashole

    [Mac] Short freeze when targeting

    @Rafale do you play a Paladin? Seals seem to be the problem. The Mac client throws Assertion errors after attacking with a Seal ability.
  3. gashole

    Keeping addons up to date

    You can easily install and update most GitHub hosted AddOns using the GitHub Desktop client. https://desktop.github.com/ To install an AddOn, clone the AddOn repository into your Interface/AddOns/ folder. https://help.github.com/desktop/guides/contributing/cloning-a-repository-from-github-to-github-desktop/ To update an AddOn, in the upper-right corner of the client, click Sync.
  4. gashole

    [Addon] UnitFramesImproved_Vanilla

    ManaBarColor is a global table to get the color for mana, rage, energy, etc. One of your AddOns could be changing it. Paste the code into modui/globals/colour.lua and turn off all AddOns except for modui. Figure out which AddOn is causing the problem.
  5. gashole

    [Addon] UnitFramesImproved_Vanilla

    Here, try this. ManaBarColor[0].r = 0.50 ManaBarColor[0].g = 0.50 ManaBarColor[0].b = 1.00
  6. gashole

    [Addon] UnitFramesImproved_Vanilla

    Copy/paste this into a new or existing AddOn's .lua file and change the values. ManaBarColor[0].r = 0.00 ManaBarColor[0].g = 0.00 ManaBarColor[0].b = 1.00
  7. gashole

    modui

    Remove "-master" from the folder name when installing without Git.
  8. Updated to add support for modui.
  9. gashole

    [Addon] FocusFrame

    Now it does.
  10. gashole

    Can't seem to get AddOns to function...

    Make sure the folder name is the same as the .toc file inside, and the .toc file is located at Interface/AddOns/AddOnName/AddOnName.toc. http://wowwiki.wikia.com/wiki/Installing_an_addon
  11. Updated to add localization support for Chinese, French, German, and Russian.
  12. Renamed AddOn to modui-TallHealthBar https://github.com/gashole/modui-TallHealthBar Ah, submit an enhancement request on the modui issue tracker and link the AddOn. The hardest part isn't adding the feature; it's finding a place to put the toggle on the modui options window.
  13. Updated to remove some unneeded code and textures for elite and rare frames. https://github.com/gashole/modui-TallHealthBar/releases/download/current/modui-TallHealthBar.zip
×