Showing results 1 to 15 of 15
Search took 0.00 seconds.
Search: Posts Made By: Kenjub
Forum: AddOn Help/Support 10-19-20, 06:36 AM
Replies: 7
Views: 9,895
Posted By Kenjub
I actually tried disabling KUI to see if it's...

I actually tried disabling KUI to see if it's related to KUI and it isn't, so your solution doesn't seem viable :(



Thanks for taking the effort but it doesn't seem to work :( any other ideas you...
Forum: AddOn Help/Support 10-17-20, 08:23 PM
Replies: 7
Views: 9,895
Posted By Kenjub
How do I implement this? Yeah I'm using KUI...

How do I implement this?



Yeah I'm using KUI nameplates but it didn't behave like this before (+I have personal resource bar disabled in KUI). How do I override the addon overriding the defaults...
Forum: AddOn Help/Support 10-17-20, 11:47 AM
Replies: 7
Views: 9,895
Posted By Kenjub
Setting a CVar doesn't work when including it in an addon

Hi.

Apparently CVars aren't being saved when you log out (well, some aren't being saved) so I gotta hit a macro with the following CVars everytime I log in:

/run SetCVar ("nameplateSelfTopInset",...
Forum: AddOn Help/Support 12-12-18, 02:49 PM
Replies: 0
Views: 1,189
Posted By Kenjub
8.1 - Prat no longer coloring realID whispers by class color?

Anyone have a clue what's wrong? There are no LUA errors, simply doesn't work.
Forum: Lua/XML Help 12-04-18, 10:03 AM
Replies: 1
Views: 1,288
Posted By Kenjub
Modifying WA to show up AFTER a specific amount of time?

I've got a set of WeakAuras that announce hard to see/easy to miss stuff inside arena, and most of them work fine, however there's a WeakAura I'm having trouble realising - my partner usually charges...
Forum: Lua/XML Help 11-01-18, 07:52 AM
Replies: 0
Views: 1,092
Posted By Kenjub
WA permanently up even though it's timed?

function()
local duration = 1 -- Gives us a Timer
aura_env.start = GetTime()

return duration, aura_env.start + duration
end

Have a weakaura that shows enter/leave combat, and it...
Forum: Lua/XML Help 10-06-18, 08:52 PM
Replies: 3
Views: 4,545
Posted By Kenjub
Help with hiding specific buffs on default unit frames

Hello! I'm wondering if there is a way to hide target buffs that are NOT dispellable? I'm using MoveAnything to move target buffs below where my target cast bar is ( https://i.imgur.com/HBtp4Rs.png )...
Forum: Lua/XML Help 10-02-18, 09:11 PM
Replies: 8
Views: 6,702
Posted By Kenjub
I get it now, holy hell am I dense :| Thanks for...

I get it now, holy hell am I dense :|

Thanks for the help! :)
Forum: Lua/XML Help 10-02-18, 06:27 PM
Replies: 8
Views: 6,702
Posted By Kenjub
Thanks for the list but I'm a bit lost on how to...

Thanks for the list but I'm a bit lost on how to incorporate it into my current code snippet.

The following shows the current main power amount, I need it to show alternate power percentage (in my...
Forum: Lua/XML Help 09-16-18, 05:58 AM
Replies: 8
Views: 6,702
Posted By Kenjub
Undestood it from his reply but thanks :) (forgot...

Undestood it from his reply but thanks :) (forgot to reply originally)

However what I need is alternate power percentage (in this case, Shadowpriest mana bar that shows below insanity bar). Any...
Forum: Lua/XML Help 07-22-18, 09:47 AM
Replies: 8
Views: 6,702
Posted By Kenjub
Need help with WA2 script for mana percentage

Hi! This worked fine pre 8.0, but as of 8.0 it just doesn't display anything:


function()
local percent = (UnitMana("player")/UnitManaMax("player"))*100
return...
Forum: Lua/XML Help 07-18-18, 08:14 AM
Replies: 7
Views: 4,770
Posted By Kenjub
Ah yeah, true :) Cheers!

Ah yeah, true :)

Cheers!
Forum: Lua/XML Help 07-18-18, 05:27 AM
Replies: 7
Views: 4,770
Posted By Kenjub
Moving it isn't an issue though, you can use my...

Moving it isn't an issue though, you can use my first code snippet from my first post to move it ingame via /script <insertCode> even without making it movable. The issue is keeping it in the...
Forum: Lua/XML Help 07-18-18, 05:26 AM
Replies: 7
Views: 4,770
Posted By Kenjub
--local...

--local b=ArtifactWatchBar
--b:UnregisterAllEvents()
--b:Hide()
--b.Show=b.Hide

I used this to hide artifact in legion, same could be used for honor bar, exp bar, etc. Should work for azerite?
Forum: Lua/XML Help 07-18-18, 04:31 AM
Replies: 7
Views: 4,770
Posted By Kenjub
8.0 MainMenuBar help

Hey guys, having a bit of trouble.

I'm using my own addon of sorts to manipulate the placement of various things on the screen, and now at 8.0 launch I'm having trouble adjusting the positioning of...
Showing results 1 to 15 of 15