Showing results 1 to 21 of 21
Search took 0.00 seconds.
Search: Posts Made By: bender1453
Forum: AddOn Help/Support 09-18-21, 03:34 PM
Replies: 0
Views: 1,405
Posted By bender1453
Upscaled interface files to get HD Def UI but live/ptr cause issues, any workarounds?

For example, the main offender at the moment is MAINMENUBAR, it's very messy in 9.1.5, the image is spread out. Can I somehow change it? It's working great in 9.1.0.

I'm getting issues with...
Forum: AddOn Help/Support 05-27-19, 11:46 AM
Replies: 1
Views: 1,523
Posted By bender1453
Title changed as well. I'm using this and it...

Title changed as well. I'm using this and it works to some extent for power bars, but it doesn't show the value when it's full and I'd like to remove the class coloring too.

I have no idea how to...
Forum: AddOn Help/Support 05-24-19, 05:33 PM
Replies: 1
Views: 1,523
Posted By bender1453
STUF Unit frames custom Luas - Hide level if it's 120 and hide power if it's 0

Changed my mind, the other issue isn't a big problem but these I have to fix.
Forum: AddOn Help/Support 05-18-19, 01:54 PM
Replies: 9
Views: 2,418
Posted By bender1453
I found a workaround for my faction texture...

I found a workaround for my faction texture problem. Since I'm using STUF Unit Frames I just replaced the default Blizzard textures and activated faction textures in the AddOn. It worked, heh.
Forum: AddOn Help/Support 05-06-19, 11:42 AM
Replies: 9
Views: 7,386
Posted By bender1453
Well said. Actually I don't have that much use...

Well said. Actually I don't have that much use for hexagonal portraits since textures already mask them well enough, but I can still use them in my HOTS UI project. I just found out that there is a...
Forum: AddOn Help/Support 05-03-19, 11:56 AM
Replies: 9
Views: 7,386
Posted By bender1453
Since I'm using Stuf unit frames should I simply...

Since I'm using Stuf unit frames should I simply edit its lua and paste the code to the correct line? I am very sorry, since I'm just a player who's toying with simple edits even the simplest thing...
Forum: AddOn Help/Support 04-28-19, 02:01 PM
Replies: 9
Views: 7,386
Posted By bender1453
Uhh I have no idea how to use the code above....

Uhh I have no idea how to use the code above. Does this work with 3D portraits btw?
Forum: AddOn Help/Support 04-25-19, 05:54 PM
Replies: 9
Views: 2,418
Posted By bender1453
Actually I do have a working script but it's...

Actually I do have a working script but it's only for attackable PVP players. I'm thinking about adding an OnLoad script that checks player faction to show the mentioned texture. The only problem is...
Forum: AddOn Help/Support 04-25-19, 12:49 PM
Replies: 9
Views: 2,418
Posted By bender1453
I am sorry, you are right. I don't want it...

I am sorry, you are right. I don't want it display any texture if I'm targeting my faction's members.
Forum: AddOn Help/Support 04-25-19, 11:21 AM
Replies: 9
Views: 2,418
Posted By bender1453
Okay I tried them. Message: [string "Horde...

Okay I tried them.




Message: [string "Horde PVP_OnEvent"]:8: attempt to call method 'SetTexture' (a nil value)
Time: Thu Apr 25 20:12:19 2019
Count: 1
Stack: [string "Horde PVP_OnEvent"]:8:...
Forum: AddOn Help/Support 04-25-19, 10:45 AM
Replies: 9
Views: 2,418
Posted By bender1453
Much appreciated mate. What I meant to say was,...

Much appreciated mate.

What I meant to say was, I have 2 custom made Horde and Alliance symbols. Just like in default UI mine will also display an icon for enemy Horde/Alliance players, I want...
Forum: AddOn Help/Support 04-25-19, 06:02 AM
Replies: 9
Views: 7,386
Posted By bender1453
I'd like to answer my own question in case...

I'd like to answer my own question in case someone comes across this thread. Apparently with a good frame and overlay you can easily "mask" 3D portrait to appear as circular or hexagonal. I used the...
Forum: AddOn Help/Support 04-25-19, 04:18 AM
Replies: 9
Views: 2,418
Posted By bender1453
No one? I can live without the others but at...

No one? I can live without the others but at least maybe someone can help me with the 2nd question? I really need to find a way to put a texture for enemy Horde/Alliance players.

Maybe an onLoad...
Forum: AddOn Help/Support 04-21-19, 06:33 PM
Replies: 9
Views: 2,418
Posted By bender1453
Almost done with my UI... I keep having problems...

Almost done with my UI... I keep having problems but manage to fix them one by one. I'd like to know the answers for these questions though:

1- Can I use KGPanels to completely hide another Unit...
Forum: AddOn Help/Support 03-28-19, 12:47 PM
Replies: 8
Views: 2,099
Posted By bender1453
I'm not a programmer unfortunately. I may change...

I'm not a programmer unfortunately. I may change some codes in lua file but that's it. I guess I'll have to pass on this one as it seems way too difficult for me to manage.

Thanks for the help...
Forum: AddOn Help/Support 03-28-19, 03:41 AM
Replies: 8
Views: 2,099
Posted By bender1453
All of the classifications above work except...

All of the classifications above work except worldboss for some reason. If it's not working maybe I can try an alternative script. Other than being coded as "boss" what difference do bosses have?...
Forum: AddOn Help/Support 03-27-19, 10:20 AM
Replies: 8
Views: 2,099
Posted By bender1453
Fizzlemizz thank you very much mate. Tried your...

Fizzlemizz thank you very much mate. Tried your method, it showed "rareelite" for a Legion World Boss and "elite" for Siege of Orgrimmar Raid Boss. That must be the problem. So how can I set a...
Forum: AddOn Help/Support 03-27-19, 08:11 AM
Replies: 8
Views: 2,099
Posted By bender1453
OnLoad self:RegisterEvent("PLAYER_TARGET_CHANGED"...

OnLoad

self:RegisterEvent("PLAYER_TARGET_CHANGED")
self:Hide()

OnEvent

if ( UnitClassification("target") == "worldboss" ) then
self:Show()
else
Forum: AddOn Help/Support 03-27-19, 06:10 AM
Replies: 8
Views: 2,099
Posted By bender1453
KGPanels not registering "worldboss" event

I tested with multiple scripts many times. Elite frames work wonderfully, but as soon as I try to set a boss ("worldboss") perimeter it stops working. Basically I just want the panel to show for...
Forum: AddOn Help/Support 03-17-19, 01:29 PM
Replies: 9
Views: 7,386
Posted By bender1453
Thanks a ton for the help. I'm still a newbie...

Thanks a ton for the help. I'm still a newbie when it comes to Addons, should I simply paste these to my Addon (bool) or somewhere else?
Forum: AddOn Help/Support 03-17-19, 10:10 AM
Replies: 9
Views: 7,386
Posted By bender1453
No matter what I try I can't make proper Round/Hexagonal shaped 3D unit portraits

I take "Google is your friend" saying literally, that site saved me so much time and effort. However, in this case I always ended up with dead ends. No one knows the proper way to do it. The closest...
Showing results 1 to 21 of 21