KkthnxTV

Members
  • Content count

    22
  • Joined

  • Last visited

1 Follower

About KkthnxTV

Firestorm User

  • Name Kkthnx
  • Guild Sacrificed
  • Class Hunter
  • Level 120
  • Realm Sethraliss
  • Race Tauren

Recent Profile Visitors

2107 profile views
  1. The addon works perfectly fine. I have not noticed any issues with it since I reported the fix with the missing argument at the release of TWW. Should be working fine as far as I know.
  2. 🆕 New Features & Additions Chat: Introduced a new, highly optimized chat filter to highlight the player's name and guild tags in chat messages. Added corresponding GUI toggles (HighlightPlayer and HighlightGuild) and configurable highlight colors. Nameplates: Added a NameplateForceShow list alongside several new quest and execute features. New options include: QuestIconStyle, ExecuteRatio (defaults to 20%), ExecuteColor, QuestSkullColor, QuestItemColor, and QuestChatColor. Added corresponding GUI controls for all new nameplate features. Automation: Added an AutoDelves toggle to the Automation GUI (disabled by default). Assets & Modules: Added new profile addon placeholders and updated various media files (textures/TGAs) across skins, tooltips, and unitframes. 🔄 Core Refactors & Optimizations API & Performance: * Expanded local caching of globals (e.g., using localized string.format and string.lower aliases) and replaced custom rad() with math.rad. Introduced prebuilt backdrop tables for shadows and switched to ipairs for faster iteration. Started optimizations for path-based setters to improve overall efficiency. Borders: Completely refactored the border implementation to use explicit 8-segment handling. Removed the borderSections table, unified proxy methods, and simplified texture, size, and vertex operations. ExtraGUI: Improved performance by replacing continuous OnUpdate modifier polling with MODIFIER_STATE_CHANGED event handling. Added OnEnter/OnLeave hooks for widgets to handle reset buttons much more efficiently. In-Game Changelog: Implemented deterministic section ordering, clamped the changelog frame to the screen, and switched to K:RegisterEvent for the login autoshow trigger. 🛠️ Bug Fixes & Minor Tweaks Colors: Fixed a typo in the oUF check message and trimmed the selection color table. Commands: The EventTrace command is now disabled by default. Frames: Applied minor performance improvements and bug fixes to core frame utility functions.
  3. Yes. If you have any questions, please do ask!
  4. Hey everyone! 👋 I’m happy to share KkthnxUI for the Dornogal (TWW) realm. ✅ What is it? KkthnxUI is a full UI overhaul built to feel clean, modern, and easy on the eyes — while still giving you the features you’d expect from a complete Retail-style UI. ✅ Feature parity It supports everything and includes the same kind of full-package experience you’d expect on Retail: • Clean layout & readable fonts • Polished frames, bars, and UI styling • Tons of QoL improvements • Lightweight + performance-minded • Easy to live with (not visually noisy) 🎯 Why try it? If you want a UI that looks great out of the box, stays consistent across the game, and doesn’t feel cluttered — give KkthnxUI a shot. It’s designed to be simple, clean, and comfortable for long play sessions. ⬇️ What does it look like? ⬇️ Download https://github.com/Kkthnx-Wow/KkthnxUI_Firestorm 🛠️ Install 1) Download the repo as a ZIP (GitHub → Code → Download ZIP) 2) Extract it 3) Move the addon folder(s) into: Firestorm Wow Folder/Interface/AddOns (or your Firestorm client’s Interface/AddOns path) 4) Launch the game and enable the addon(s) on the character select screen 💬 Feedback / Bugs If you try it, I’d love to hear what you think — and if anything breaks or looks off, please report it here or open an issue on GitHub. Thanks for checking it out, and welcome to KkthnxUI! ❤️ — Kkthnx
  5. Title: [Quest] Demons Among Them - Kill Credit Fix Bugtracker Link: https://firestorm-servers.com/en/report/see_report/135214 Patch Content: -- Fix kill credit for Felblade Assassin (101100) in quest Demons Among Them (40983) UPDATE `creature_template` SET `KillCredit1` = 101105 WHERE `entry` = 101100;
  6. Sorry the QuestRequired should be 1. I believe? I am still super new to this -- Fix Locrian Swale pickup (GO 375690) for quest 65350 UPDATE `gameobject_template` SET `type` = 3 WHERE `entry` = 375690; DELETE FROM `gameobject_loot_template` WHERE `Entry` = 375690; INSERT INTO `gameobject_loot_template` (`Entry`, `Item`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES (375690, 188199, 100, 1, 1, 0, 1, 1, 'Locrian Swale - Quest 65350'); I am super confused here so I have been told you guy use an older way? -- Fix Locrian Swale pickup (GO 375690) for quest 65350 UPDATE `gameobject_template` SET `type` = 3 WHERE `entry` = 375690; DELETE FROM `gameobject_loot_template` WHERE `entry` = 375690 AND `item` = 188199; INSERT INTO `gameobject_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`) VALUES (375690, 188199, -100, 0, 1, 1); I apologize if I am getting all this wrong. Just trying to help.
  7. Title: [Quest] Restore the Flow [Item] Locrian Swale Bugtracker Link: https://firestorm-servers.com/en/report/see_report/135174 Patch Content: -- Fix Locrian Swale pickup (GO 375690) for quest 65350 UPDATE `gameobject_template` SET `type` = 3 WHERE `entry` = 375690; DELETE FROM `gameobject_loot_template` WHERE `Entry` = 375690; INSERT INTO `gameobject_loot_template` (`Entry`, `Item`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES (375690, 188199, 100, 0, 1, 0, 1, 1, 'Locrian Swale');
  8. Report the issue with evidence and how to reproduce! Thats all you can do! Its been an issue for 2 or 3 expansions now. I know at least since BFA
  9. This is the same issue hunters face. Breaking the class. https://firestorm-servers.com/en/report/see_report/112349
  10. Can't edit my topic though the new download link can be found here. https://sourceforge.net/projects/kkthnxui-bfa/ NOTE: This is for 8.3.7 BFA Patch
  11. Title: [Toy] S.E.L.F.I.E. Camera MkII Type: Shop Description:  Please add this item to Firestorm BFA shop! https://www.wowhead.com/item=122674/s-e-l-f-i-e-camera-mkii
  12. KkthnxUI is a simplistic user interface that holds onto the information and functionality, while still keeping most of the good looks. It can be used for any class or role. Bug reports and feature suggestions are all done through GitHub's Issue tracker linked below. If you're looking for the current development status of the current or next version of the UI, you can check that out at Kkthnx's GitHub project pages. BugTracker Screenshot: Download: https://github.com/kkthnx-wow/KkthnxUI_8.2.0/archive/master.zip
  13. Title: Add BFA realm to addons upload section. Type: Website Description:  We really need an addons section for BFA. As we do not have one right now so people can't browse through the addons they might want for BFA 8.2. Thank you.
  14. Seems like there is a bug with RAF, my son and I had it working. We decided to change classes and remake our chars and yet we are not getting the RAF to work now? What could the issue be?