Quantcast
Channel: WoWInterface
Viewing all 15083 articles
Browse latest View live

WoWI's Pick(s) of the Week


Help with simple Pet XP bar addon

$
0
0
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?

Attached Files
File Type: zip PetBars.zip (2.0 KB)

Any way to toogle strafe?

$
0
0
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
/click MovePadStrafeLeft


In case wardz excellent sollution (a macro you can place on a button to either mouseclick or keypress) isn't clear, there is a piece of the default UI that is not very known: the Mousepad; it puts a frame on screen with all the movements available (incl. strafe), each on a button that works like a toggle. IIRC the option to manually enable this is on the "Accessibility" menu of your Interface menu.
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]

$
0
0
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]

$
0
0
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".

Quick fix for Itemleveldisplay?

$
0
0
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?

Deleted Thread

$
0
0
The question asked was not within community guidelines, so i apologize

new expansion

$
0
0
so is their going to be a new carbonite for the next expansion?

hide healing text on target/player frame

$
0
0
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

Vision of N'Zoth Content Update Notes, 14 Jan 2020

$
0
0


The Old God N’Zoth has been freed from his titanwrought prison, unleashing destruction and terror across Azeroth. N’Zoth’s forces are gathered to lay siege on the titan facilities in Uldum and Vale of Eternal Blossoms. If these ancient defenses are ruined, N’Zoth will turn his nightmare visions into reality.

Corrupted Zones: Uldum and Vale of Eternal Blossoms

New Raid: Ny’Alotha, The Waking City
Delve into where nightmares dwell in Ny’alotha, 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 N’Zoth himself in a fateful battle for Azeroth’s survival.
New Affix: Awakened

Assaults: The Servants Of N'Zoth
Mantid Assault (Vale of Eternal Blossoms)
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 Feature: Horrific Visions

New Legendary Cloak: Ashjra’kamas, 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?

$
0
0
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

$
0
0
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

$
0
0
Are there still plans for improvements regarding retail/classic versions?

wow update

$
0
0
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.

Professions windows not opening in 2.1.3

$
0
0
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.

Caligraphy addon (WQL section?)

$
0
0
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:

Kingdom Hearts player UF

$
0
0
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

$
0
0
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

$
0
0
RCLootCouncil isn't available on this website.

Likewise, the version for Details on this website is from January 6th.
Viewing all 15083 articles
Browse latest View live