Classic ER - Player BuffFrame - CD Swipe Countdown
I used to modify Player Buff/Debuffs back in SL to match the other UnitFrames (Swipe, Timer; Center), but there seems to be a few correlations in classic. Is there an easier Method to just Draw the...
View ArticleDetect Warband bank Tab Active
Maybe something like (using the default bank UI): Lua Code: AccountBankPanel.ItemDepositFrame.IncludeReagentsCheckbox:HookScript("OnShow", function(self)Â Â print("Warbank Tab Active!")end)...
View ArticleHide World Map Player Arrow
Found this thread when I was going nuts trying to make the map "pure" and hide the player icon. I was using Leatrix Map as a base and made some edits, but setting the relevant Code: pin.player = 0 size...
View ArticleGet the total amount of loots a boss can drop?
Not sure if you have spotted this already but it looks to be the closest to what you want. At least based on the description and return values. https://warcraft.wiki.gg/wiki/API_C_...al.GetLootInfo
View ArticleProblems with pet spell
Hi, The problem is this: When using heroismSpells 264667 (this is a pet ability), text information is not displayed in the chat. I can't solve this problem, what could be the problem? Please tell me....
View ArticleRealUI LUA errors
There has been several beta fixes that have not been published here on WowInterface but on discord. A new version 2.5.0 is now out and should be less noisy when it comes to errors
View ArticleHow to use new sliders?
Managed to hunt down the template file for that control Classic Era https://github.com/Gethe/wow-ui-sour...rTemplates.xml Retail https://github.com/Gethe/wow-ui-sour...lates.xml#L542 You can access...
View ArticleChange Name color of Player/Target/Party/Raid
If you're talking about the blue/green/orange/yellow/red name/title/guild above a player in the world, that text is part of the "3d world" and cannot be touched by addons.
View ArticleGet quest data in another locale than the client's
Not sure if you're still looking for this but I made this addon a while back: https://www.curseforge.com/wow/addons/multilanguage. I scrape the data from Wowhead.
View ArticleTrying to increase Max # of Buffs Shown
Hi all, in Wow Classic Anniversary they disabled the buff/debuff limit, however the Blizzard UI still only shows a maximum of 32 buffs. I tried writing a small addon to solve this: Code: local...
View ArticlePostAuction issue
Yesterday my experimentation with PostAuction() worked, yet today it throws an error. I've tried changing the arguments but to no effect. What's going on? The error: Quote: 3x shitaki/shitaki.lua:9:...
View ArticleInterface problem
Sounds like a problem at the operating system level, ie global keybinds taking precedence over the game ones.
View ArticleQueueStatusButton application sound through master volume.
Just from looking at the UI source code, I'm not seeing anything that suggests the client even knows how many people are matched to a PvP group while in queueing mode. Player counts seem to only be...
View ArticleAutoRespond Request for update
Fixed editbox backgrounds as well. Attached Files AutoRespond-1.0.1-classic.zip (13.4 KB)
View Article