Help converting border images
Using the .tga from the zip in my previous post, you're possibly looking for something more like this: Lua Code: local border = "Interface\\Addons\\A\\bronze-rune 1024x128"local f =...
View Articleuploading addon
hello my file addon is less than 100MB yet it can not be uploaded and receive error files size is: 96.500MB
View ArticleName Change Please
Hello i would like a namechange im not using kynx anymore and havent done for a while. name i wwant MeetAvenx regards
View ArticleNew to WoW + Addons How Do You Keep Track of Rotations in Combat?
For anyone coming to this old post after 12.0 ... If you are playing on Retail ( 12.0 ), if you want to look at addons, look for ones created or updated FOR 12.0 and beyond as any addons not updated...
View ArticleBegging for a CT_BuffMod revival
Quote: Originally Posted by HannamUs (Post 345350) Bumping this because CT_BuffMod really is irreplaceable for usability. Has anyone had a look at the GitHub? Even a minimal fix for the Retail...
View ArticleInFlight - Updating default data
-- Export by Gorbut-Thunderstrike-EU -- 2026-05-15 10:45:08 -- WoW-Client 2.5.5 67511 enUS -- InFlight 12.0.004 myExport = { ["Alliance"] = { [2] = { [6] = 216, }, }, }
View ArticleDo temporary weapon enchantments still exist?
Quote: Originally Posted by Choonstertwo (Post 297971) A long time ago (back in Cataclysm), I wrote a DataBroker plugin that tracked Rogue poisons and Shaman weapon imbues using GetWeaponEnchantInfo....
View ArticleWoW 12.0.5 using ModelScene to display modelsByFileID
I am playing a bit of WoW again and am currently looking for ways to work with models again. WoW now has ModelScene which inherits ModelSceneMixinTemplate. A short snip from Gemini on...
View ArticleQuickHeal update required for TBC Anniv(PAY)
Quote: Originally Posted by Xrystal (Post 345339) At first looks it looks like the problem is because Blizzard has changed the classic party frame system ( amongst other unspecified items ) to the...
View ArticleWoW Cleanup Tool -- work in progress
Quote: Originally Posted by formweaver (Post 345329) Nice work so farthis is quite a comprehensive utility. I especially like how you handle multiple WoW installations and separate them cleanly in...
View ArticleRealUI - The Burning Crusade Classic, Coming Soon.
If I were to start a port.. I would actually base that on the ReallUI and Aurora that was the last one for that patch.. not the ones that were heavily wow11 or wow12 modified.. as the changes are...
View Articleincompatible server?
If you're getting an "incompatible server" message, it's usually caused by a game version mismatch or outdated addons. Make sure your client is fully updated and that you're connecting to a server...
View ArticleLimit a frame during resizing? - exit SetMinResize()
In the newer API youll have to handle the limits yourself. Start the resize normally, then use OnSizeChanged on the frame and clamp the dimensions when they go past your allowed min/max values....
View ArticleEdit Mode taints easily
Thats a common issue with the newer WoW UI changes. Edit Mode touches a lot of protected frames, so even simple taint can end up blocking actions like ClearTarget(). I'd check if your addon is...
View ArticlePlease help, my character is stuck
Try using the unstuck feature from the character menu or type /stuck if available. If that doesn't work, logging out and back in usually fixes it. Worst case, use the in-game support option to move...
View ArticleSetFont - new parameter: textType
textType is part of the newer font API changes. It expects a font object type/name (like the text type used by the new font system), not the old first argument. If youre using old code, you may need...
View ArticleHow to build an addon settings panel?
The new Settings API is a bit confusing at first. For custom frames/buttons, you usually still create your own UI and use the settings panel only as an entry point. Check how existing addons mix...
View ArticleMayronObjects - An OOP framework with low memory usage
Looks like a well thought-out framework. For small addons it might be overkill, but for larger projects with multiple modules and contributors the type checks and encapsulation features could save a...
View ArticleChat
Multiple chat addons fighting each other? Get an error reporter addon like BugSack/BugGrabber or Sentinel and see if you have any errors. Also check that you don't have multiple addons customizing your...
View Article