Showing results 1 to 25 of 55
Search took 0.00 seconds.
Search: Posts Made By: Deadlyz
Forum: AddOn Help/Support 11-21-22, 03:40 PM
Replies: 21
Views: 12,393
Posted By Deadlyz
Try hiding it with MoveIt...

Try hiding it with MoveIt (https://www.curseforge.com/wow/addons/moveit) :)

P.S.: the code works perfectly for me.
Forum: AddOn Help/Support 11-09-22, 07:24 AM
Replies: 8
Views: 1,911
Posted By Deadlyz
Thanks for the explanation ;)

Thanks for the explanation ;)
Forum: AddOn Help/Support 11-08-22, 06:54 AM
Replies: 8
Views: 1,911
Posted By Deadlyz
Thanks! The final version of the code for anyone...

Thanks!

The final version of the code for anyone interested ;)
TargetFrameSpellBar.BorderShield:SetTexture(0)
FocusFrameSpellBar.BorderShield:SetTexture(0)
Forum: AddOn Help/Support 11-08-22, 01:38 AM
Replies: 8
Views: 1,911
Posted By Deadlyz
Thanks! It works now, but somehow only hides...

Thanks! It works now, but somehow only hides shields randomly.

https://i.imgur.com/FUp3AfE.gif
Forum: AddOn Help/Support 11-07-22, 02:39 PM
Replies: 8
Views: 1,911
Posted By Deadlyz
Thanks! I'm getting an error though :( 3x...

Thanks! I'm getting an error though :(
3x FrameXML\Bindings.xml:1 Interface/AddOns/NoShield/NoShield.lua:1 Interface/AddOns/NoShield/NoShield.lua:5: unexpected symbol near ')'
Forum: AddOn Help/Support 11-07-22, 06:54 AM
Replies: 8
Views: 1,911
Posted By Deadlyz
Removing shield from the protected casts.

Hello!

I'd like to disable the shield texture for protected casts.
https://i.imgur.com/oG8O3yN.png
The old classic texture looks terrible with the new UI and Blizzard didn't even bother to position...
Forum: AddOn Help/Support 11-03-22, 09:26 AM
Replies: 21
Views: 12,393
Posted By Deadlyz
Thanks a lot! I'm going to update my file with...

Thanks a lot! I'm going to update my file with your code :)
Forum: AddOn Help/Support 11-02-22, 12:16 PM
Replies: 21
Views: 12,393
Posted By Deadlyz
The final version, that seems to be...

The final version, that seems to be working:

TargetFrame:UnregisterEvent("UNIT_AURA")
FocusFrame:UnregisterEvent("UNIT_AURA")

local function ReleaseAllAuras(self)
for obj in...
Forum: AddOn Help/Support 11-02-22, 11:30 AM
Replies: 21
Views: 12,393
Posted By Deadlyz
I appreciate your help, but I don't seem to be...

I appreciate your help, but I don't seem to be able to make this work :(

-- Doesn't need to be done, but saves some (not all) processing
TargetFrame:UnregisterEvent("UNIT_AURA");
...
Forum: AddOn Help/Support 11-01-22, 10:25 AM
Replies: 21
Views: 12,393
Posted By Deadlyz
Thank you! Does it work for both target and focus?

Thank you! Does it work for both target and focus?
Forum: AddOn Help/Support 10-31-22, 10:01 AM
Replies: 21
Views: 12,393
Posted By Deadlyz
SDPhantom, thanks! I've updated my file with your...

SDPhantom, thanks! I've updated my file with your code :)

Maybe you should release this as an addon. I'm pretty sure many people using addons like Raven, ElkanoBuffBars (or similar addons that...
Forum: AddOn Help/Support 10-30-22, 06:13 AM
Replies: 21
Views: 12,393
Posted By Deadlyz
Aha, it seems the story isn't over yet. Turns out...

Aha, it seems the story isn't over yet. Turns out this code somehow hides the default castbars of the target and focus frames :(

UPDT: with -- self.auraPools:ReleaseAll() commented out it seems to...
Forum: AddOn Help/Support 10-30-22, 05:47 AM
Replies: 21
Views: 12,393
Posted By Deadlyz
Here's a fixed version version for anyone who...

Here's a fixed version version for anyone who needs it :)
TargetFrame:UnregisterEvent("UNIT_AURA")
FocusFrame:UnregisterEvent("UNIT_AURA")

local function ReleaseAllAuras(self)
for obj in...
Forum: AddOn Help/Support 10-30-22, 05:23 AM
Replies: 21
Views: 12,393
Posted By Deadlyz
Hello, and thanks for reply! I'm getting a...

Hello, and thanks for reply!

I'm getting a syntax error :(

3x FrameXML\Bindings.xml:1 Interface/AddOns/NoDebuffs/NoDebuffs.lua:1 Interface/AddOns/NoDebuffs/NoDebuffs.lua:5: syntax error near 'for'
Forum: AddOn Help/Support 10-29-22, 10:47 AM
Replies: 21
Views: 12,393
Posted By Deadlyz
Hide Buffs/Debuffs on Target/Focus.

Hello!

With release of the DF prepatch this nice piece of code doesn't work anymore :(
Maybe some bored addon author could help me a bit?


TargetFrame:UnregisterEvent("UNIT_AURA",...
Forum: AddOn Search/Requests 05-29-21, 01:37 PM
Replies: 0
Views: 2,362
Posted By Deadlyz
Replacing default blizzard castbar/hp/mana texture.

Hello!

Is there an addon to change all default castbar/hp/mana/energy textures to a certain custom texture?

Thanks :)
Forum: AddOn Help/Support 03-12-21, 07:00 PM
Replies: 2
Views: 2,139
Posted By Deadlyz
Thanks a lot ;)

Thanks a lot ;)
Forum: AddOn Help/Support 03-12-21, 11:29 AM
Replies: 2
Views: 2,139
Posted By Deadlyz
Gryphon texture

Hello!

I wonder how/where I could get the action bar Gryphon texture to use with Weak Aura addon so I could add Gryphons to the sides of LS:UI...
Forum: AddOn Search/Requests 10-19-20, 02:44 PM
Replies: 0
Views: 4,226
Posted By Deadlyz
Hide the action bar proc.

Hello, everyone.

Does anyone know an addon to hide the proc glow effect around abilities?

https://i.imgur.com/1QXeBbg.png

Thanks :)
Forum: AddOn Help/Support 11-16-17, 11:34 AM
Replies: 2
Views: 1,873
Posted By Deadlyz
Your Titan bar is the problem. Right click on...

Your Titan bar is the problem.

Right click on Titan Reputation panel and disable "Glamourize Standing Changes".
Forum: AddOn Help/Support 11-26-15, 06:33 AM
Replies: 10
Views: 5,669
Posted By Deadlyz
So the "flawed logic" must be in this part of the...

So the "flawed logic" must be in this part of the addon?

-- Removes a message from the alert frame
function OhSnap:DelMessage(uid)
for i=1,#messages do
if messages[i] == uid then
...
Forum: AddOn Help/Support 11-22-15, 02:35 PM
Replies: 10
Views: 5,669
Posted By Deadlyz
Ok. So I updated everything in the Ace folder and...

Ok. So I updated everything in the Ace folder and did several different BGs.

http://i.imgur.com/XIt6FhB.png

Bug pops on Temple of Kotmogu BG 100% of the time.. but in AB/AV everything is...
Forum: AddOn Help/Support 11-17-15, 06:01 AM
Replies: 10
Views: 5,669
Posted By Deadlyz
I'll try but the bug doesn't seem to trigger...

I'll try but the bug doesn't seem to trigger BugGrabber reports.. spell alerts just don't disappear.
Forum: AddOn Help/Support 11-15-15, 01:33 PM
Replies: 10
Views: 5,669
Posted By Deadlyz
http://i.imgur.com/4zCojQ2.png Of course!...

http://i.imgur.com/4zCojQ2.png

Of course! Because I care about my UI.
Forum: AddOn Help/Support 11-15-15, 12:27 PM
Replies: 10
Views: 5,669
Posted By Deadlyz
I don't read in neon :( I don't know. Doesn't...

I don't read in neon :(

I don't know. Doesn't work for me.

No need to use it for hours.. just install and do a BG.

I'm using an obscure Bugger addon and there are no error messages ;)
Showing results 1 to 25 of 55