Showing results 1 to 25 of 500
Search took 0.03 seconds.
Search: Posts Made By: Ketho
Forum: General Authoring Discussion 09-09-24, 09:05 AM
Replies: 2
Views: 2,059
Posted By Ketho
dibs on MrBigglesworthDeath again :D Myrroddin,...

dibs on MrBigglesworthDeath again :D

Myrroddin, I do hope you make the best use of your time to do what brings you joy, be it a videogame, traveling or a cool project
Forum: AddOn Search/Requests 08-22-24, 06:27 PM
Replies: 7
Views: 5,995
Posted By Ketho
It's rather misspelled by blizzard, instead of...

It's rather misspelled by blizzard, instead of the wiki

https://i.imgur.com/t8xbVot.png
Forum: General Authoring Discussion 07-25-24, 02:12 PM
Replies: 2
Views: 1,284
Posted By Ketho
You have to live with it, it's an intended...

You have to live with it, it's an intended change

https://github.com/Stanzilla/WoWUIBugs/issues/552#issuecomment-2192109095
Forum: AddOn Help/Support 12-29-23, 05:22 PM
Replies: 4
Views: 2,468
Posted By Ketho
https://cdn.discordapp.com/emojis/5866773487665807...

https://cdn.discordapp.com/emojis/586677348766580753.png
Forum: Site help, bugs, suggestions/questions 08-16-23, 11:35 AM
Replies: 3
Views: 1,374
Posted By Ketho
Oh, okay. Thanks for looking at it again and for...

Oh, okay. Thanks for looking at it again and for the fast response Dolby!

Looks like they should have at least added an description with images. I suppose it's a third party plugin but maybe they'll...
Forum: Site help, bugs, suggestions/questions 08-16-23, 11:17 AM
Replies: 3
Views: 1,374
Posted By Ketho
Post hasteblast banned for uploading an addon

I know hasteblast (https://www.wowinterface.com/forums/member.php?u=354693) who appears to have been recently banned for uploading content not their own.

This is the repository of the addon...
Forum: Lua/XML Help 01-28-23, 05:56 PM
Replies: 4
Views: 2,965
Posted By Ketho
Oh that looks neat :)

Oh that looks neat :)
Forum: General Authoring Discussion 01-11-23, 07:15 AM
Replies: 4
Views: 4,125
Posted By Ketho
Would be great if someone could update the wiki...

Would be great if someone could update the wiki if it's lacking :)
Forum: Dev Tools 11-04-22, 07:21 PM
Replies: 5
Views: 6,599
Posted By Ketho
It has now been documented as a small section in...

It has now been documented as a small section in https://wowpedia.fandom.com/wiki/Patch_10.0.0/API_changes#Interaction_Manager
Forum: Site help, bugs, suggestions/questions 11-04-22, 07:07 PM
Replies: 1
Views: 3,532
Posted By Ketho
Curse/WowAce had better tooling early on e.g. the...

Curse/WowAce had better tooling early on e.g. the CurseForge packager (https://support.curseforge.com/en/support/solutions/articles/9000197281-automatic-packaging) and localization support. They also...
Forum: AddOn Help/Support 11-04-22, 06:42 PM
Replies: 2
Views: 1,599
Posted By Ketho
It would be something like this for _, btn in...

It would be something like this

for _, btn in pairs(PetActionBar.actionButtons) do
hooksecurefunc(btn, "SetHotkeys", HotkeyReplace)
end
Forum: Lua/XML Help 10-18-22, 08:42 AM
Replies: 4
Views: 2,390
Posted By Ketho
not legally with the in-game api, no. unless your...

not legally with the in-game api, no. unless your character is at the barbershop

https://wowpedia.fandom.com/wiki/API_C_BarberShop.GetAvailableCustomizations
Forum: PTR General Discussion 10-12-22, 11:52 PM
Replies: 5
Views: 5,135
Posted By Ketho
It appears to be a bug and not...

It appears to be a bug and not intentional

https://github.com/Stanzilla/WoWUIBugs/issues/297
Forum: Macro Help 05-31-22, 09:41 AM
Replies: 7
Views: 37,405
Posted By Ketho
Don't think that's possible. #show (or...

Don't think that's possible. #show (or #showtooltip?) only support spell names iirc
Forum: AddOn Help/Support 05-19-22, 01:41 PM
Replies: 2
Views: 2,240
Posted By Ketho
https://i.imgur.com/kqf6UBi.png don't think...

https://i.imgur.com/kqf6UBi.png

don't think that's possible
Forum: AddOn Help/Support 05-11-22, 03:48 PM
Replies: 2
Views: 2,240
Posted By Ketho
I asked the auctionator author about it;...

I asked the auctionator author about it; Enum.AuctionHouseSortOrder.TimeRemaining only works for owned auctions
Forum: Lua/XML Help 04-23-22, 10:20 PM
Replies: 5
Views: 2,586
Posted By Ketho
You need to use the unit id

You need to use the unit id
Forum: Lua/XML Help 04-06-22, 02:21 PM
Replies: 4
Views: 2,316
Posted By Ketho
You don't need to set the OnLoad script, that's...

You don't need to set the OnLoad script, that's only applicable when your frame is defined in XML

print("HELLOOOOOOOO") -- This prints

local OnEvent = function(self, event,...
Forum: Site help, bugs, suggestions/questions 03-11-22, 07:40 PM
Replies: 18
Views: 4,665
Posted By Ketho
Nice work, thanks Dolby

Nice work, thanks Dolby
Forum: Site help, bugs, suggestions/questions 03-02-22, 04:07 PM
Replies: 18
Views: 4,665
Posted By Ketho
I'd like to have Classic/BCC releases removed for...

I'd like to have Classic/BCC releases removed for https://www.wowinterface.com/downloads/info11189-LargerMacroIconSelection.html

also I'll probably make another post in the future to request this...
Forum: Lua/XML Help 02-25-22, 07:57 AM
Replies: 10
Views: 4,425
Posted By Ketho
Well I'll be fixing...

Well I'll be fixing https://wowpedia.fandom.com/wiki/API_GetFriendshipReputationRanks again because a friendshipID (https://wow.tools/dbc/?dbc=friendshipreputation) technically only exists in the...
Forum: Lua/XML Help 02-24-22, 02:37 PM
Replies: 4
Views: 2,289
Posted By Ketho
that looks weird yea, opened a bug report on...

that looks weird yea, opened a bug report on https://github.com/Stanzilla/WoWUIBugs/issues/220

https://i.imgur.com/nobZeEt.png
Forum: Lua/XML Help 02-22-22, 08:37 PM
Replies: 10
Views: 4,425
Posted By Ketho
Yeah, just iterate up to a high ID and if its a...

Yeah, just iterate up to a high ID and if its a friendship then GetFriendshipReputation() (https://wowpedia.fandom.com/wiki/API_GetFriendshipReputation) will return valid information. Otherwise look...
Forum: Lua/XML Help 02-22-22, 08:37 PM
Replies: 10
Views: 4,425
Posted By Ketho
To me it looks like both refer to the same ID....

To me it looks like both refer to the same ID. Also I could swear it was bugged, and Blizzard fixed it some point in time. Anyway it's a wiki, the point is that anyone can fix wrong documentation...
Forum: Released AddOns 02-22-22, 08:09 PM
Replies: 1
Views: 12,014
Posted By Ketho
uhm is it really necessary to create a new thread...

uhm is it really necessary to create a new thread for each of your updates, instead of bumping the original thread
Showing results 1 to 25 of 500