Showing results 1 to 25 of 500
Search took 0.02 seconds.
Search: Posts Made By: Aftermathhqt
Forum: Lua/XML Help 12-24-19, 03:38 PM
Replies: 4
Views: 2,720
Posted By Aftermathhqt
Here's what i'm using and built around nPower...

Here's what i'm using and built around nPower code.

local A, C, L = select(2, ...):unpack()
local RuneBar = CreateFrame("Frame")
local DataBars = A["DataBars"]
local Panels = A["Panels"]

-- Lib...
Forum: General Authoring Discussion 06-01-19, 12:56 PM
Replies: 8
Views: 5,817
Posted By Aftermathhqt
I had this issue, i tried work around it, but it...

I had this issue, i tried work around it, but it just won't work, i've tried to re-size WorldMapFrame, WorldMapFrame.ScrollContainer.Child etc, no results.

For now i've just skinned it and...
Forum: Chit-Chat 05-17-19, 07:36 AM
Replies: 8
Views: 6,473
Posted By Aftermathhqt
I will play a Troll Shaman :)

I will play a Troll Shaman :)
Forum: AddOn Help/Support 03-30-19, 12:05 PM
Replies: 3
Views: 6,667
Posted By Aftermathhqt
If you change the actionbars during a BG/Arena...

If you change the actionbars during a BG/Arena they will revert whenever you leave.
Forum: AddOn Search/Requests 08-20-18, 01:33 AM
Replies: 6
Views: 3,361
Posted By Aftermathhqt
That's from Merathilis UI :)

That's from Merathilis UI :)
Forum: Lua/XML Help 08-11-18, 03:57 AM
Replies: 21
Views: 13,197
Posted By Aftermathhqt
Try MainMenuBar.ignoreFramePositionManager = true

Try

MainMenuBar.ignoreFramePositionManager = true
Forum: Lua/XML Help 06-08-18, 12:19 PM
Replies: 7
Views: 22,345
Posted By Aftermathhqt
Here's my GCD addon that i've made, hope it can...

Here's my GCD addon that i've made, hope it can help!



local A, C, L = select(2, ...):unpack()
local GCDBar = CreateFrame("Frame")
local DataBars = A["DataBars"]
local Panels = A["Panels"]

-- Lib...
Forum: Lua/XML Help 05-27-18, 10:55 AM
Replies: 6
Views: 16,015
Posted By Aftermathhqt
You can disable them in the Interface Options.. :)

You can disable them in the Interface Options.. :)
Forum: oUF (Otravi Unit Frames) 05-19-18, 02:49 AM
Replies: 4
Views: 17,902
Posted By Aftermathhqt
Would love to see these settings to be...

Would love to see these settings to be implemented into the oUF settings :)
Forum: oUF (Otravi Unit Frames) 05-11-18, 01:49 PM
Replies: 4
Views: 3,654
Posted By Aftermathhqt
or make a invisible frame, that works...

or make a invisible frame, that works too


local InvisFrame = CreateFrame("Frame", nil, self)
InvisFrame:SetFrameLevel(Health:GetFrameLevel() + 5)
InvisFrame:SetAllPoints()

local Combat =...
Forum: PTR API and Graphics Changes 04-20-18, 04:57 PM
Replies: 54
Views: 31,590
Posted By Aftermathhqt
GetPetActionInfo -- 1 arg removed ...

GetPetActionInfo -- 1 arg removed
KNOWN_CURRENCY_TYPES_UPDATE -- Removed?
PET_BAR_HIDE -- Removed?
UNIT_POWER > UNIT_POWER_UPDATE
Forum: General Authoring Discussion 04-20-18, 02:41 PM
Replies: 6
Views: 2,852
Posted By Aftermathhqt
Woop wopp finally!

Woop wopp finally!
Forum: oUF (Otravi Unit Frames) 04-20-18, 09:45 AM
Replies: 2
Views: 2,561
Posted By Aftermathhqt
Here are the functions i use... function...

Here are the functions i use...

function UnitFrames:CheckInterrupt(unit)
if (unit == "vehicle") or (unit == "player") then
return
end

if (self.notInterruptible and UnitCanAttack("player",...
Forum: Lua/XML Help 03-14-18, 01:49 AM
Replies: 7
Views: 2,535
Posted By Aftermathhqt
[QUOTE=bryde;327220]snip/QUOTE] this should...

[QUOTE=bryde;327220]snip/QUOTE]

this should work, although i would not name your frames parent or child if they are global, they will most likey interfere with some other stuff.


local MyFrame =...
Forum: Lua/XML Help 02-09-18, 05:34 PM
Replies: 33
Views: 5,195
Posted By Aftermathhqt
Can you link full code?

Can you link full code?
Forum: Lua/XML Help 01-11-18, 05:58 AM
Replies: 9
Views: 4,633
Posted By Aftermathhqt
Looks like your font size is too big :)

Looks like your font size is too big :)
Forum: General Authoring Discussion 12-28-17, 05:35 AM
Replies: 8
Views: 5,114
Posted By Aftermathhqt
AddOnName will use your addon name from your TOC...

AddOnName will use your addon name from your TOC file :)

local A, C, L = unpack(YourAddonName)
Forum: General Authoring Discussion 12-27-17, 03:18 PM
Replies: 8
Views: 5,114
Posted By Aftermathhqt
-- Lib Globals local _G = _G local select =...

-- Lib Globals
local _G = _G
local select = select
local unpack = unpack
local tonumber = tonumber
local match = string.match
local floor = math.floor

-- Locals
local Resolution =...
Forum: AddOn Help/Support 12-13-17, 11:06 AM
Replies: 20
Views: 11,451
Posted By Aftermathhqt
I would love a Discord server, its much easier to...

I would love a Discord server, its much easier to communicate with each other and the best part is that it doesn't remove the chat history everytime you log on, and you have the mobile app to always...
Forum: General WoW Chat 11-25-17, 05:58 AM
Replies: 6
Views: 24,673
Posted By Aftermathhqt
Pretty much this :)

Pretty much this :)
Forum: General WoW Chat 11-09-17, 07:26 AM
Replies: 12
Views: 25,195
Posted By Aftermathhqt
Classic needs a corner too on the forum!

Classic needs a corner too on the forum!
Forum: AddOn Search/Requests 07-07-17, 03:11 AM
Replies: 11
Views: 4,627
Posted By Aftermathhqt
I've always been happy with my UI. Because i've...

I've always been happy with my UI.

Because i've always pretty much coded it myself, this is way more fun than just downloading something and then setup some settings while they are 1000 more options...
Forum: Lua/XML Help 06-26-17, 07:25 AM
Replies: 12
Views: 5,824
Posted By Aftermathhqt
Just create a invisible frame, then attach the...

Just create a invisible frame, then attach the text or icon which ever you want to be highest frame level.
Forum: RealUI 06-23-17, 04:01 AM
Replies: 1
Views: 1,244
Posted By Aftermathhqt
Yes in the interface options, under names i...

Yes in the interface options, under names i belive :)
Forum: AddOn Help/Support 06-17-17, 05:06 AM
Replies: 10
Views: 3,445
Posted By Aftermathhqt
I had a similar issue with my "arrows" a few...

I had a similar issue with my "arrows" a few weeks back.

Here's my code for my class bars, hope it helps :)

-----------------------------------------------------
--- Heavy Modifed Version of Neal's...
Showing results 1 to 25 of 500