Showing results 1 to 25 of 247
Search took 0.01 seconds.
Search: Posts Made By: Kkthnx
Forum: News 03-26-21, 11:11 PM
Replies: 43
Views: 65,749
Posted By Kkthnx
Great news!!!

Great news!!!
Forum: RealUI 12-30-20, 04:06 PM
Replies: 3
Views: 3,707
Posted By Kkthnx
It was changed. Look...

It was changed. Look here.

https://www.townlong-yak.com/framexml/8.2.5/Blizzard_Deprecated/Deprecated_8_2_5.lua#77
Forum: Minion 11-13-20, 07:53 AM
Replies: 7
Views: 17,030
Posted By Kkthnx
Using a non-official app to update addons from...

Using a non-official app to update addons from Curse robs us authors of any protentional revenue. Correct me if I am wrong about this!

Mod authors get 70% of the app's revenue, so by using...
Forum: General WoW Chat 08-24-19, 12:01 AM
Replies: 22
Views: 28,898
Posted By Kkthnx
Better remove anything else that too social. :D...

Better remove anything else that too social. :D What a joke.
Forum: oUF (Otravi Unit Frames) 09-12-18, 04:31 AM
Replies: 4
Views: 7,041
Posted By Kkthnx
I do not know if this related but I have noticed...

I do not know if this related but I have noticed this with boss frames lately, if there are second bosses as in dead mines with the second boss your frames will show up weird until the first one is...
Forum: PTR Beta Addons 04-29-18, 07:09 PM
Replies: 6
Views: 50,838
Posted By Kkthnx
it wouldn't be a bad idea to let us mark with...

it wouldn't be a bad idea to let us mark with tags like curse does.

if I mark 7.20-Beta it will be put into the beta category. You could even do something like 7.20-Release for releases too and if...
Forum: oUF (Otravi Unit Frames) 04-22-18, 05:38 PM
Replies: 2
Views: 5,532
Posted By Kkthnx
As well you can use anything from here as well....

As well you can use anything from here as well. Any questions just ask.

https://github.com/Kkthnx-WoW/KkthnxUI/blob/master/KkthnxUI/Modules/UnitFrames/Elements/Castbars.lua
Forum: oUF (Otravi Unit Frames) 04-11-18, 02:16 PM
Replies: 41
Views: 8,089
Posted By Kkthnx
First off a really good practice is to keep your...

First off a really good practice is to keep your code clean and readable. Second, are you using frequentUpdates?

Here is your code in ghostbin
https://ghostbin.com/paste/ukhcu

Maybe you need to run...
Forum: AddOn Help/Support 03-04-18, 05:05 PM
Replies: 8
Views: 11,884
Posted By Kkthnx
https://addon.bool.no/ very very useful.

https://addon.bool.no/ very very useful.
Forum: General WoW Chat 10-22-17, 02:12 PM
Replies: 3
Views: 24,027
Posted By Kkthnx
I don't get the fps drop at all on just comparing...

I don't get the fps drop at all on just comparing random items. It was only that world quest and ones like it. Also yes it is the default UI no addOns and a clean WTF/Cache folder to be sure.
Forum: Lua/XML Help 10-21-17, 03:47 PM
Replies: 12
Views: 7,096
Posted By Kkthnx
http://www.wowhead.com/item=128827/xalatath-blade-...

http://www.wowhead.com/item=128827/xalatath-blade-of-the-black-empire

item=128827

Wowhead is an amazing place to look ID/Names up. :cool:

Also here is the list of live artifact weapons....
Forum: General WoW Chat 10-21-17, 03:40 PM
Replies: 3
Views: 24,027
Posted By Kkthnx
Weird performance bug on live 7.3.0 (Video Included)

So I came across a really weird performance bug when I hover over certain world quests. I thought it was related to my UI though it is not. You can notice a 10+ fps drop with this issue. The video...
Forum: oUF (Otravi Unit Frames) 10-15-17, 01:38 PM
Replies: 3
Views: 3,495
Posted By Kkthnx
With your latest updates/tweaks. It seems to work...

With your latest updates/tweaks. It seems to work perfectly! Thank you kindly. :rolleyes:
Forum: oUF (Otravi Unit Frames) 10-12-17, 07:13 PM
Replies: 3
Views: 3,495
Posted By Kkthnx
TargetTarget Portrait not updating

When my portrait changes from shifting into something else the targettarget portrait does not update until I re-target myself

https://i.imgur.com/iOmdMUD.gifv
Forum: Site help, bugs, suggestions/questions 10-11-17, 11:18 PM
Replies: 2
Views: 1,309
Posted By Kkthnx
Dolby QUIT fixing things! You are making me all...

Dolby QUIT fixing things! You are making me all hot! <3 :eek:
Forum: Lua/XML Help 10-02-17, 06:03 PM
Replies: 0
Views: 1,355
Posted By Kkthnx
Party Status bar not updating.

So I have had this issue for a long time now. I even rewrote some of my unit frames and still remain to have the said issue with the party status bar not updating its color to class color until I...
Forum: oUF (Otravi Unit Frames) 09-30-17, 06:45 PM
Replies: 9
Views: 4,443
Posted By Kkthnx
Okay okay. I am dumb. Figured it out. This code...

Okay okay. I am dumb. Figured it out.

This code is preventing the clicks.
self:SetScript("OnEnter", function()
ShowUIPanel(GameTooltip)
GameTooltip:SetOwner(self,...
Forum: oUF (Otravi Unit Frames) 09-30-17, 09:02 AM
Replies: 9
Views: 4,443
Posted By Kkthnx
If you need any further help please do ask! We...

If you need any further help please do ask! We will be more than happy to help! @lightspark, I will show a video about the whole EnableMouse(false) deal later today after I get my coffee and get my...
Forum: oUF (Otravi Unit Frames) 09-29-17, 10:58 AM
Replies: 9
Views: 4,443
Posted By Kkthnx
I have noticed this issue too, I fixed it by...

I have noticed this issue too, I fixed it by applying this in my CallbackUpdate


self:EnableMouse(false) -- For some off reason we need this so we can click our...
Forum: Lua/XML Help 09-19-17, 11:59 PM
Replies: 9
Views: 3,253
Posted By Kkthnx
Weird, never had an issue with it since I had to...

Weird, never had an issue with it since I had to change to it.
Forum: Lua/XML Help 09-19-17, 07:46 PM
Replies: 9
Views: 3,253
Posted By Kkthnx
Could just check for it as well. if x ~= 0 and...

Could just check for it as well.


if x ~= 0 and y ~= 0 then
CoordText:SetFormattedText('%.0f , %.0f', x * 100, y * 100)
else
CoordText:SetText('')
end
Forum: General Authoring Discussion 08-25-17, 03:50 PM
Replies: 34
Views: 11,399
Posted By Kkthnx
Quitting over some little kid is not the answer...

Quitting over some little kid is not the answer here bro, you have us the entire community behind you and to let one person change your life over their words doesn't give us a chance to stand up for...
Forum: General Authoring Discussion 08-25-17, 09:24 AM
Replies: 34
Views: 11,399
Posted By Kkthnx
I could give a shit less what people think of my...

I could give a shit less what people think of my project(s). You really think I care if someone calls my projects shit? I just laugh. :D
Forum: General Authoring Discussion 08-25-17, 07:14 AM
Replies: 34
Views: 11,399
Posted By Kkthnx
Just because an add-on cost time doesn't in...

Just because an add-on cost time doesn't in return give you any kinda respect, royalty or anything. You are just another developer and as mean as it may sound that's how it is. If someone says...
Forum: General Authoring Discussion 08-24-17, 04:42 PM
Replies: 34
Views: 11,399
Posted By Kkthnx
It goes both ways in today's world. Obviously,...

It goes both ways in today's world. Obviously, the guy is a hothead too and made threats, which in no way is okay by any means. I am indeed glad Ketho did what was right as well, though new author or...
Showing results 1 to 25 of 247