Showing results 1 to 25 of 81
Search took 0.01 seconds.
Search: Posts Made By: Lesteryoung
Forum: Lua/XML Help 01-19-23, 05:43 AM
Replies: 21
Views: 5,517
Posted By Lesteryoung
Ok, now that's working. Ty so much.

Ok, now that's working. Ty so much.
Forum: Lua/XML Help 01-19-23, 04:29 AM
Replies: 21
Views: 5,517
Posted By Lesteryoung
Tyvm for your help, but unfortunately it is still...

Tyvm for your help, but unfortunately it is still not working.

Now giving this error. I put it into it's own addon folder just to be sure something else wasn't interfering.
Forum: Lua/XML Help 01-18-23, 07:30 AM
Replies: 21
Views: 5,517
Posted By Lesteryoung
Usage: UnitIsUnit("unit", "otherUnit") [string...

Usage: UnitIsUnit("unit", "otherUnit")
[string "=[C]"]: in function `UnitIsUnit'
[string "@Interface/AddOns/Tweaks/Glow.lua"]:2: in function <Interface/AddOns/Tweaks/Glow.lua:1>
[string "=[C]"]: in...
Forum: Lua/XML Help 01-18-23, 05:10 AM
Replies: 21
Views: 5,517
Posted By Lesteryoung
That didn't work, sorry. Just throwing errors.

That didn't work, sorry. Just throwing errors.
Forum: Lua/XML Help 01-18-23, 02:31 AM
Replies: 21
Views: 5,517
Posted By Lesteryoung
I've been looking for almost exactly what OP...

I've been looking for almost exactly what OP describes since 10.0. My old code showed on all targets though.

Phantom, would it be possible to edit your code above to show the stealable glow on all...
Forum: Lua/XML Help 07-26-18, 07:55 PM
Replies: 8
Views: 2,762
Posted By Lesteryoung
And how would I write that change into the...

And how would I write that change into the aforementioned code? Just delete the second "_,"?
Forum: Lua/XML Help 07-25-18, 10:45 PM
Replies: 8
Views: 2,762
Posted By Lesteryoung
Just as an update, I tested both of those bits of...

Just as an update, I tested both of those bits of code individually in isolation, with no other addon(s)/code active. They were working fine pre pre-patch, so something in the API changed. Not sure...
Forum: Lua/XML Help 07-24-18, 04:07 PM
Replies: 8
Views: 2,762
Posted By Lesteryoung
Help rectifying small batch of code 8.0 broke.

Hi, I've gathered small bits of code from this forum and the WoW forum over the years and 8.0 seems to have broken two bits of code. Would appreciate any help. I'm sure it's a simple fix.

Code...
Forum: AddOn Help/Support 10-17-17, 06:08 PM
Replies: 9
Views: 11,412
Posted By Lesteryoung
Ah, I see what happened. I have my own lua/toc...

Ah, I see what happened.

I have my own lua/toc file filled with small 3-10 line UI tweaks so I don't have 20 addons that are 1kb in my addon folder; I thought I could simply copy/paste the code...
Forum: AddOn Help/Support 10-17-17, 01:51 AM
Replies: 9
Views: 11,412
Posted By Lesteryoung
The error is: 1x Tweaks\HideTalkingHead.lua:1:...

The error is:

1x Tweaks\HideTalkingHead.lua:1: hooksecurefunc(): TalkingHeadFrame_PlayCurrent is not a function
[C]: in function `hooksecurefunc'
Tweaks\HideTalkingHead.lua:1: in main chunk


The...
Forum: AddOn Help/Support 10-17-17, 12:52 AM
Replies: 9
Views: 11,412
Posted By Lesteryoung
The error simply says that the function the addon...

The error simply says that the function the addon is calling does not exist.

That's it, so maybe the addon is out of date? Idk.
Forum: AddOn Help/Support 10-16-17, 10:27 PM
Replies: 9
Views: 11,412
Posted By Lesteryoung
Hide talking head.

Hi, the addon, https://mods.curse.com/addons/wow/hidetalkinghead doesn't seem to work for me.

It gives off the error that the function it is trying to execute doesn't exist.

Does anyone know of a...
Forum: AddOn Search/Requests 10-14-17, 09:17 PM
Replies: 21
Views: 6,141
Posted By Lesteryoung
Well, unfortunately, after using the code for a...

Well, unfortunately, after using the code for a few hours, I have issues to report.

1) The code is giving off lots of taint, my taint log is like 2mb after 30min of play.

2) The code causes the...
Forum: AddOn Search/Requests 10-14-17, 05:16 PM
Replies: 21
Views: 6,141
Posted By Lesteryoung
Thanks again.

Thanks again.
Forum: AddOn Search/Requests 10-14-17, 03:51 PM
Replies: 21
Views: 6,141
Posted By Lesteryoung
Thank you Ammako, your code is pretty much...

Thank you Ammako, your code is pretty much exactly what I was looking for.

Fizzle's code doesn't work, it hides everything instead of just the bar on the side.

Thank you to the both of you.

You...
Forum: AddOn Search/Requests 10-14-17, 01:36 PM
Replies: 21
Views: 6,141
Posted By Lesteryoung
Woah! This has proven to be much more complicated...

Woah! This has proven to be much more complicated than I had imagined.

I have no qualms about calling off this request, so continue to explore only if you're interested.

What about fading the...
Forum: AddOn Search/Requests 10-13-17, 11:21 PM
Replies: 21
Views: 6,141
Posted By Lesteryoung
I understand, that's why I made the thread,...

I understand, that's why I made the thread, because I can find and simply hide a frame myself, but unsure about setting alpha to fade in/out on mouseover.

Ammako's code assumes there is one frame...
Forum: AddOn Search/Requests 10-13-17, 10:11 PM
Replies: 21
Views: 6,141
Posted By Lesteryoung
The frames that need to be hidden...

The frames that need to be hidden...
Forum: AddOn Search/Requests 10-13-17, 04:00 PM
Replies: 21
Views: 6,141
Posted By Lesteryoung
Fade frame in/out on mouseover.

Hi, could someone write an addon that fades the alpha of the following frame to 0 when not mousing over the mentioned frame.

The idea being that I don't need to see this bit unless I'm mousing over...
Forum: Lua/XML Help 10-04-17, 01:24 PM
Replies: 5
Views: 2,917
Posted By Lesteryoung
Thanks, do you think I should be hiding frames...

Thanks, do you think I should be hiding frames that way anyway?

Should I just be doing "FrameName:Hide()" for each of those?
Forum: Lua/XML Help 10-04-17, 10:03 AM
Replies: 5
Views: 2,917
Posted By Lesteryoung
Action blocked taint spam.

I've been getting action blocked errors consistently and so did a taintLog and this showed up, 10/3 01:42:50.577 An action was blocked in combat because of taint from ModifyFrames -...
Forum: AddOn Help/Support 09-21-17, 04:30 PM
Replies: 4
Views: 2,341
Posted By Lesteryoung
The first snippet of code is using 80% of my CPU...

The first snippet of code is using 80% of my CPU usage and it just keeps going up and up and up indefinitely.

Is something in it poorly written or is that just the nature of performing those...
Forum: AddOn Help/Support 09-20-17, 10:09 PM
Replies: 4
Views: 2,341
Posted By Lesteryoung
Two addons showing high CPU usage, despite being small.

Hi, I was having some fps issues so I downloaded an addon monitoring addon and noticed that two small addons were showing high CPU usage relative to their size. Could anyone take a look for...
Forum: Lua/XML Help 09-19-17, 08:30 PM
Replies: 9
Views: 3,262
Posted By Lesteryoung
Thanks all. Appreciate the help.

Thanks all. Appreciate the help.
Forum: Lua/XML Help 09-19-17, 07:31 PM
Replies: 9
Views: 3,262
Posted By Lesteryoung
It's not my code, but from someone on here that I...

It's not my code, but from someone on here that I got a year or so ago.

I wouldn't really feel comfortable updating, I'd probably just break it more.
Showing results 1 to 25 of 81