If its still a think I nominate Classic Achievements
↧
WoWI's Pick(s) of the Week
↧
Help with simple Pet XP bar addon
I found this old addon for a very simple Pet XP bar, modified it for Classic, and everything works except the actual variable length bar that shows the XP progress.
I have attached the addon. It is the PetExpBar defined on lines 82-94 and updated by the function at lines 112-116 that doesn't work (I've examined the frame and the width is being updated, but nothing shows on the screen).
I'm sure it's something stupid. Could someone point me in the right direction, please?
I have attached the addon. It is the PetExpBar defined on lines 82-94 and updated by the function at lines 112-116 that doesn't work (I've examined the frame and the width is being updated, but nothing shows on the screen).
I'm sure it's something stupid. Could someone point me in the right direction, please?
↧
↧
Any way to toogle strafe?
Quote:
Originally Posted by wardz
(Post 334599)
Try this: (Change Left to Right depending on direction you want)
Code:
/run if not MovePadFrame then UIParentLoadAddOn"Blizzard_MovePad"MovePadFrame:Hide()end |
wardz sollution will activate the mousepad but keep it hidden (unless it was already active), and then click the button to turn strafe-left on/off.
↧
Bring wow on foreground when BG ready[classic]
Was searching alot now. Is there anything like this? I would be ok with very loud sound notification by now.
↧
Any simple extra action panels addon? [classic]
Something very minimalistic, that is not messing with existing panels, just adding more.
Preferably to behave maximum like default panels, without any fancy additions.
With default binding method from "main menu>key bindings".
Preferably to behave maximum like default panels, without any fancy additions.
With default binding method from "main menu>key bindings".
↧
↧
Quick fix for Itemleveldisplay?
Seems this part of code bus this addon
function module:OnEnabled()
self:SecureHook(Bagnon.ItemFrame.Button,"Update","Display")
end
And addon Bagnonitemllevel (author Goldpaw) was fixed by using this change
-Module.OnEnable = function(self)
- hooksecurefunc(Bagnon.ItemSlot, "Update", Update)
-end
+hooksecurefunc(Bagnon.ItemSlot, "Update", Update) .
I dont know much about codeing but is it possiable to use this solution to fix ILD and how until author Alar decides to fix it for them self?
function module:OnEnabled()
self:SecureHook(Bagnon.ItemFrame.Button,"Update","Display")
end
And addon Bagnonitemllevel (author Goldpaw) was fixed by using this change
-Module.OnEnable = function(self)
- hooksecurefunc(Bagnon.ItemSlot, "Update", Update)
-end
+hooksecurefunc(Bagnon.ItemSlot, "Update", Update) .
I dont know much about codeing but is it possiable to use this solution to fix ILD and how until author Alar decides to fix it for them self?
↧
Deleted Thread
The question asked was not within community guidelines, so i apologize
↧
new expansion
so is their going to be a new carbonite for the next expansion?
↧
hide healing text on target/player frame
I changed the line 202 from:
Code:
" if unitIDs[unitID] then"
to
" if unitIDs[unitID] and action ~= "HEAL" then"
↧
↧
It just brutalized my whole ui folder by replacing half classic addons for retail
Not pleasant
↧
Vision of N'Zoth Content Update Notes, 14 Jan 2020

The Old God NZoth has been freed from his titanwrought prison, unleashing destruction and terror across Azeroth. NZoths forces are gathered to lay siege on the titan facilities in Uldum and Vale of Eternal Blossoms. If these ancient defenses are ruined, NZoth will turn his nightmare visions into reality.
Corrupted Zones: Uldum and Vale of Eternal Blossoms
New Raid: NyAlotha, The Waking City
Delve into where nightmares dwell in Nyalotha, the Waking City, a 12-boss raid set in the Void-shrouded heart of the ancient Black Empire. Confront mad heralds and inscrutable horrors, and ultimately go eye-to-eyes with NZoth himself in a fateful battle for Azeroths survival.New Affix: Awakened
Assaults: The Servants Of N'Zoth
Mantid Assault (Vale of Eternal Blossoms)New Feature: Horrific Visions
Mogu Assault (Vale of Eternal Blossoms)
The Black Empire Assault (Vale of Eternal Blossoms)
Amathet Assault (Uldum)
Aqir Assault (Uldum)
The Black Empire Assault (Uldum)
New Legendary Cloak: Ashjrakamas, Shroud of Resolve
New Corrupted Items and Rewards
Deepwind Gorge Redesign
Pet Battles New Allied Races: Vulpera and Mechagnomes
Death Knights for All
Auction House Overhaul
New Quests
New Warfront: Heroic Darkshore
New Brawl: Teeming Islands
And more ...
↧
New 8.3 Auction House API changes documented?
Presumably the /api (Blizzard API documentation addon) is up-to-date as can be but I haven't gone through it.
↧
How to detect how many enemies are around your current player
I've been trying to create my own rotation addon just like hekili and its going okay but my only issue is aoe, how do i go about finding out how many enemies are around my player?
↧
↧
Different Addon versions for Retail and Classic
Are there still plans for improvements regarding retail/classic versions?
↧
wow update
Ircdirk has been updating the alpha version of Carbonite to address evolving issues. If you are using Twitch/Curse, right-click on the addon and find 'Release Type', select Alpha and it should now show you the latest alpha release uploaded.
Ircdirk, FYI I've submitted an issue on GitHub about world map positioning when in 8.3 versions of Uldum, Vale, and I suspect any others affected by N'Zoth. Guessing it's an alternate mapid like Silithus, etc.
Ircdirk, FYI I've submitted an issue on GitHub about world map positioning when in 8.3 versions of Uldum, Vale, and I suspect any others affected by N'Zoth. Guessing it's an alternate mapid like Silithus, etc.
↧
Professions windows not opening in 2.1.3
Installed 2.1.3 yesterday and none of the profession windows will open up now. The "open window" sound plays, but nothing happens -- except Archaeology which appears to be working.
Engineering/Inscription/Cooking/Fishing are the ones I've tried and none work.
Engineering/Inscription/Cooking/Fishing are the ones I've tried and none work.
↧
Caligraphy addon (WQL section?)
Hello.
The addon World Quests List has a section in it that assists with the calligraphy quests. It's really handy. I know there are other methods, such as raid markers, but I like that bit of the addon a lot.
The issue I have is that I use other addons for World Quests and only use World Quests List for those calligraphy quests.
Has anyone created an addon that does something similar - for the games in WoW or even specifically for the calligraphy quests? If not, would it be hard to isolate that part of World Quests List and make it a stand-alone addon?
Thanks!
:cool:
The addon World Quests List has a section in it that assists with the calligraphy quests. It's really handy. I know there are other methods, such as raid markers, but I like that bit of the addon a lot.
The issue I have is that I use other addons for World Quests and only use World Quests List for those calligraphy quests.
Has anyone created an addon that does something similar - for the games in WoW or even specifically for the calligraphy quests? If not, would it be hard to isolate that part of World Quests List and make it a stand-alone addon?
Thanks!
:cool:
↧
↧
Kingdom Hearts player UF
I made an account just to reply to this thread. I think this UI is really cool and would like to use it.
↧
interface macro
The macro seems to work, one minor thing that would be nice to change as well is the default trinkets are a 'square' sort of shape, how could I get them circular like in the video provided?
↧
Can't detect or update some addons
RCLootCouncil isn't available on this website.
Likewise, the version for Details on this website is from January 6th.
Likewise, the version for Details on this website is from January 6th.
↧