gashole
Player-
Content count
33 -
Joined
-
Last visited
Community Reputation
7 NeutralAbout gashole
-
Rank
Advanced User
Recent Profile Visitors
1132 profile views
-
Try unchecking the "Show Target Damage" box in Interface Options under the Advanced Options tab. This fixes the problem on my end.
-
@Rafale do you play a Paladin? Seals seem to be the problem. The Mac client throws Assertion errors after attacking with a Seal ability.
-
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.
-
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.
-
Here, try this. ManaBarColor[0].r = 0.50 ManaBarColor[0].g = 0.50 ManaBarColor[0].b = 1.00
-
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
-
Fixed
-
Remove "-master" from the folder name when installing without Git.
-
[AddOn] TimeManager (alarm clock, stopwatch, local time)
gashole replied to gashole's topic in UI, AddOns & Macros
Updated to add support for modui. -
Now it does.
-
Can't seem to get AddOns to function...
gashole replied to Brokenangel099's topic in UI, AddOns & Macros
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 -
[AddOn] TimeManager (alarm clock, stopwatch, local time)
gashole replied to gashole's topic in UI, AddOns & Macros
Updated to add localization support for Chinese, French, German, and Russian. -
Looking for help to get large healthbars for modUI
gashole replied to Cruzix's topic in UI, AddOns & Macros
Gold received, thanks! -
Looking for help to get large healthbars for modUI
gashole replied to Cruzix's topic in UI, AddOns & Macros
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. -
Looking for help to get large healthbars for modUI
gashole replied to Cruzix's topic in UI, AddOns & Macros
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
