Showing results 1 to 25 of 106
Search took 0.00 seconds.
Search: Posts Made By: MuffinManKen
Forum: PTR General Discussion 10-05-22, 02:03 PM
Replies: 3
Views: 2,176
Posted By MuffinManKen
Maybe Frame:SetResizeBounds is what you want.

Maybe Frame:SetResizeBounds is what you want.
Forum: Site help, bugs, suggestions/questions 10-23-20, 06:17 AM
Replies: 60
Views: 36,712
Posted By MuffinManKen
Please...

Please...
Forum: PTR General Discussion 09-12-20, 12:37 PM
Replies: 3
Views: 15,217
Posted By MuffinManKen
Sadly, it does not. Is there a way to get the...

Sadly, it does not. Is there a way to get the item ID for the item a recipe crafts? That method should return false for that item.
Forum: PTR General Discussion 09-11-20, 03:49 PM
Replies: 3
Views: 15,217
Posted By MuffinManKen
How to figure out if an item id is valid?

G'day!

I'm messing around with a item data extractor and a few items are tripping me up. Specifically, unimplemented recipes. For example, ID: 52497 wasn't implemented, but the various Item...
Forum: PTR General Discussion 08-11-20, 12:54 PM
Replies: 4
Views: 6,796
Posted By MuffinManKen
I can't decide if I should wait to see if...

I can't decide if I should wait to see if Blizzard will address this, or hack in my own solution (make my own Backdrop mixin without the shared NineSlice).
Forum: Lua/XML Help 12-21-19, 06:53 PM
Replies: 9
Views: 3,942
Posted By MuffinManKen
Yes, GetSpellLink only returns the spell name in...

Yes, GetSpellLink only returns the spell name in Classic.
Forum: Lua/XML Help 12-19-19, 12:12 AM
Replies: 9
Views: 3,942
Posted By MuffinManKen
Me? I use it to show tooltips:...

Me? I use it to show tooltips: GameTooltip:SetHyperLink(spell_link)
Forum: Lua/XML Help 12-13-19, 08:23 AM
Replies: 9
Views: 3,942
Posted By MuffinManKen
Then why even include the function? ...

Then why even include the function? Interestingly, Blizzard addons use GetSpellLink. So just a lazy conversion from Retail?

GameTooltip:SetHyperLink(spell_link) *does* work, you just need to format...
Forum: Lua/XML Help 12-13-19, 07:14 AM
Replies: 9
Views: 3,942
Posted By MuffinManKen
WoW Classic: GetSpellLink broken?

I've done a bunch of testing and GetSpellLink seems to always just return the name of the spell, not a link at all.

Am I doing something wrong? Is this a known/acknowledged issue?
Forum: Lua/XML Help 12-12-18, 08:37 AM
Replies: 2
Views: 1,297
Posted By MuffinManKen
It's been replaced with...

It's been replaced with C_FriendList.GetNumIgnores(), I believe.
Forum: PTR UI Bugs 11-29-18, 03:54 PM
Replies: 1
Views: 9,790
Posted By MuffinManKen
Bug in GetAchievementCriteriaInfo (8.1.0.28485 PTR)

GetAchievementNumCriteria(341) returns 1

Calling GetAchievementCriteriaInfo(341, 1) throws an error:
Message: [string "return GetAchievementCriteriaInfo(341, 1)"]:1:...
Forum: Lua/XML Help 10-26-18, 07:57 PM
Replies: 23
Views: 3,360
Posted By MuffinManKen
That does list...

That does list Libs\libDataBroker-1-1\libDataBroker-1-1.lua so if that file doesn't exist you will get an error.
Forum: Lua/XML Help 10-26-18, 07:56 PM
Replies: 23
Views: 3,360
Posted By MuffinManKen
Can you attach your fixed lua file?

Can you attach your fixed lua file?
Forum: Lua/XML Help 10-26-18, 02:24 PM
Replies: 23
Views: 3,360
Posted By MuffinManKen
There is also another bug that I saw. I don't...

There is also another bug that I saw. I don't know if it's related, but the bug is also in AudioX. Both addons override SetItemRef and do it incorrectly.

BossTalk.SetItemRef(link, text, button)...
Forum: Lua/XML Help 10-26-18, 02:08 PM
Replies: 23
Views: 3,360
Posted By MuffinManKen
The the problem is in this...

The the problem is in this line:
tempZone.User.args[worldcheck(dbd.useryell[i].w)].args[dbd.useryell[i].zone] = {

Which table index is nil? It's hard to know since there are roughly 10 different...
Forum: Lua/XML Help 10-26-18, 09:34 AM
Replies: 23
Views: 3,360
Posted By MuffinManKen
Can you attach your BossTalk\Core.lua and...

Can you attach your BossTalk\Core.lua and BossTalk\Options.lua?
Forum: Lua/XML Help 10-26-18, 09:29 AM
Replies: 23
Views: 3,360
Posted By MuffinManKen
We aren't mind readers. What error is it?

We aren't mind readers. What error is it?
Forum: Lua/XML Help 10-25-18, 05:29 PM
Replies: 23
Views: 3,360
Posted By MuffinManKen
So the LibDataBroker error is being caused by...

So the LibDataBroker error is being caused by another addon? Or is it a different error?
Forum: Lua/XML Help 10-25-18, 10:56 AM
Replies: 23
Views: 3,360
Posted By MuffinManKen
What addon is causing a conflict?

What addon is causing a conflict?
Forum: Lua/XML Help 10-24-18, 06:24 PM
Replies: 3
Views: 1,862
Posted By MuffinManKen
If you post your code it would be a lot easier to...

If you post your code it would be a lot easier to help you figure out why it isn't working.
Forum: Lua/XML Help 10-24-18, 06:22 PM
Replies: 23
Views: 3,360
Posted By MuffinManKen
Error 4 simply looks like that file doesn't...

Error 4 simply looks like that file doesn't exist, so I'd check that path and see.

I believe the locale errors are caused by BossTalk referencing locale IDs that haven't been defined, so they would...
Forum: Lua/XML Help 10-24-18, 01:37 PM
Replies: 17
Views: 7,387
Posted By MuffinManKen
You might find some of the code in Blizzard's...

You might find some of the code in Blizzard's Util.lua handy. Notably there is a ColorMixin that converts to Hex, a Clamp function, and a WrapTextInColorCode function.

RAID_CLASS_COLORS also...
Forum: Graphics Help 10-23-18, 11:01 PM
Replies: 6
Views: 5,436
Posted By MuffinManKen
I meant that you might want a smaller version. :)...

I meant that you might want a smaller version. :)

I would guess that GIMP will be able to resize it okay, but I don't have a lot of experience with it so I'm not sure. I would figure out the...
Forum: Graphics Help 10-23-18, 09:24 PM
Replies: 1
Views: 5,592
Posted By MuffinManKen
Sorry I didn't see this earlier. Are you still...

Sorry I didn't see this earlier. Are you still having problems? It looks like you've got a messed up alpha channel in your textures.
Forum: Graphics Help 10-23-18, 09:15 PM
Replies: 6
Views: 5,436
Posted By MuffinManKen
I took a shot at this. It loses more of the...

I took a shot at this. It loses more of the fuzziness than Terenna's, but has cleaner edges. Without an incredible amount of time (and more talent than I have) you can't have both. The attachment...
Showing results 1 to 25 of 106