Forum: AddOn Help/Support
01-14-21, 04:29 PM
|
Replies: 1
Views: 279
This is the personal resource...
This is the personal resource display.
Interface>Game>Names
Under Unit Nameplate there is an option for the Personal Resource Display.
If you are using ElvUI Its under the Elvui options under...
|
Forum: Minion
11-12-20, 04:45 PM
|
Replies: 7
Views: 6,645
|
Forum: Lua/XML Help
04-05-19, 04:56 AM
|
Replies: 3
Views: 1,040
You'd want to register for...
You'd want to register for PLAYER_SPECIALIZATION_CHANGED
You can get the current spec with GetSpecialization(). Below is an example of usage from wowpedia:
local currentSpec =...
|
Forum: AddOn Search/Requests
09-17-18, 02:27 AM
|
Replies: 7
Views: 26,784
If you're using Elvui, then you can have Elv...
If you're using Elvui, then you can have Elv change the combat text font.
General > Media > CombatText Font.
It should have a few options there for you, but if you want more, I'd suggest...
|
Forum: Lua/XML Help
08-19-17, 05:59 AM
|
Replies: 6
Views: 2,731
Taking a look at the LibQTip-1.0 api here at...
Taking a look at the LibQTip-1.0 api here at WowAce (https://www.wowace.com/projects/libqtip-1-0/pages/api-reference), the tooltip doesn't appear to have an automatic OnLeave function. The way I...
|
Forum: Lua/XML Help
07-10-17, 03:34 AM
|
Replies: 6
Views: 2,731
When you create the dataobj, the function...
When you create the dataobj, the function actually returns a reference to the data object, which you weren't catching. Take the creation of the data object out of the Addon Loaded event and the...
|
Forum: Lua/XML Help
06-22-17, 07:06 PM
|
Replies: 6
Views: 2,731
|
Forum: AddOn Search/Requests
05-11-15, 11:55 PM
|
Replies: 4
Views: 1,694
|
Forum: AddOn Search/Requests
04-07-15, 11:35 PM
|
Replies: 10
Views: 3,358
|
Forum: General WoW Chat
02-01-15, 11:50 PM
|
Replies: 7
Views: 9,736
The first addon I ever installed: DagAssist...
The first addon I ever installed: DagAssist (http://www.wowinterface.com/downloads/info11358-DagAssist.html). - I use this for my professions and hearth / ports / mass ress etc. There is another...
|
Forum: oUF (Otravi Unit Frames)
01-14-15, 05:07 AM
|
Replies: 71
Views: 44,280
|
Forum: oUF (Otravi Unit Frames)
01-10-15, 06:24 PM
|
Replies: 71
Views: 44,280
It doesn't look like you are defining the...
It doesn't look like you are defining the Settings variable you are trying to add to your namespace table anywhere. Also, you've left off the commas on your tables, so this would throw an error that...
|
Forum: RealUI
12-07-14, 10:32 PM
|
Replies: 3
Views: 2,511
I think what you are after is something similar...
I think what you are after is something similar to below. Please note that I haven't tested this in game.
--[[Both GameFontNormalLeftYellow and QuestDifficulty_Difficult are currently set to yellow...
|
Forum: AddOn Help/Support
11-26-14, 10:19 PM
|
Replies: 1
Views: 3,677
You're on the right track - just add that to...
You're on the right track - just add that to kgpanels onload scripts. Although I'd recommend adding a reference to CUSTOM_CLASS_COLORS, just so that you don't have to re-write your scipts if you...
|
Forum: AddOn Help/Support
11-14-14, 07:09 PM
|
Replies: 4
Views: 2,195
|
Forum: oUF (Otravi Unit Frames)
11-12-14, 10:12 PM
|
Replies: 4
Views: 4,482
|
Forum: AddOn Search/Requests
12-20-13, 12:05 AM
|
Replies: 4
Views: 2,861
|
Forum: AddOn Search/Requests
12-13-13, 06:52 PM
|
Replies: 6
Views: 3,022
|
Forum: Lua/XML Help
01-15-13, 10:13 PM
|
Replies: 9
Views: 5,392
|
Forum: AddOn Search/Requests
12-29-12, 02:52 PM
|
Replies: 8
Views: 5,584
|
Forum: AddOn Help/Support
12-01-12, 06:01 AM
|
Replies: 15
Views: 6,672
I haven't had any luck recreating your...
I haven't had any luck recreating your positioning problem.
So, work backwards.
Does the problem persist if you change the frame reference in the script from kgpanel16 to self?
Does the problem...
|
Forum: AddOn Help/Support
12-01-12, 01:42 AM
|
Replies: 15
Views: 6,672
A bit of testing indicates that possibly once...
A bit of testing indicates that possibly once it's hidden, the frame then won't receive the 'click' again to unhide.
Try using in your onclick: if pressed then -- if the mouse button is pressed...
|
Forum: AddOn Help/Support
11-30-12, 09:51 PM
|
Replies: 15
Views: 6,672
|
Forum: AddOn Help/Support
11-15-12, 11:24 PM
|
Replies: 3
Views: 4,188
|
Forum: oUF (Otravi Unit Frames)
10-28-12, 06:45 PM
|
Replies: 11
Views: 12,422
Burn,
You just need to adjust the set point a...
Burn,
You just need to adjust the set point a little.
The SetPoint api works like this: Part of the frame you are anchoring from ie Castbar; the frame you are anchoring to ie UI Parent; part of...
|