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

Different Addon versions for Retail and Classic

$
0
0
Quote:

Originally Posted by Dolby (Post 333581)
If you have a page that has both retail and classic files then its fine to use. I'll keep the old stuff as legacy for a bit.

Some were trying to use it to only have a classic file on their addon page and this wont work like that just yet. So that prompted me to work on a totally different way based on wow api version.

I have a feeling I was one of those annoying ones... sorry to cause you problems if I was.

Classic: UnitHealth() has large delay - how to avoid?

$
0
0
It looks like that player's HP returned by UnitHealth() are updated with delay about 500 ms.

So when I handle UNIT_SPELLCAST_STOP event after succefull heal, UnitHealth() still returns old hp value for half second after cast!

My WoW ping is 40ms, and I have no such problem with actual WoW.

Any ways to avoid this problem?

oUF and Classic

API version used in Classic

$
0
0
Is the fork for the Classic API seperate from now on or will changes implemented in both?

How to know if Druid is in cat form? (Classic)

Server Friends Only - A vanilla true friend list!

$
0
0
Server Friends Only aims to create a more Vanilla like friend list, showing only realID/battlenet friends that are online, on your realm and of the same faction! - In addition, it of course also shows your realm friends!

Your old friend list is still very much intact, Server Friends Only creates a new tab that opens by default!

An image of it in action can be seen here:


I hope you will enjoy using it as much as I am!

Hide World Map Player Arrow

$
0
0
Hi there,

Im pretty new to this site and posted this question in the "AddOn Search/Requests" section. But it looks like this would have been a better place to ask the question.

Original thread:
https://www.wowinterface.com/forums/...ad.php?t=57426

I'm looking for a way to completely hide the player arrow on the world map.

I found a little addon that got rid of the little rings that ping when you open the world map:

https://www.curseforge.com/wow/addon...map-ping-hider

But I can't for the life of me figure out a way to hide the player arrow. I'm very new to scripts and addons and I've been doing my best to find a solution on my own to no result so far. I would greatly appreciate anyone more experianced that can help me out. Thank you :)

can i replace the bow sound files with new ones ?

$
0
0
For loving bow in RL and on game, the WOW sound is nothing but bows.

Its more relative to wood floor or door cracking.

If my bow was to actually do this noise, either people would laugh and if i was hunting, the mobs would die laughing. (i am not hunter though in RL)


I have actually 6 files that are not perfect but more realistic and less gravy.

My problem now is : where do i put those files ? there is actually no sound files in my game folder, so i am quite lost.

Anyone know what to do ?

(i tried to put a folder into DATA/Sound/Spells but so far i keep having the horrible sound.

Any idea would be welcome.

At worst, if there is a simple way to just disable the prerelease bow sound files so i dont hear them, that would also be very nice

Thank you

No respond when "Detecting WOW-4 AddOns"

$
0
0
No respond when "Detecting WOW-4 AddOns". There is a log error below.

ERROR 2019-09-06 09:33:45,786 [JavaFX Application Thread] gg.minion.controller.MinionController:lambda$null$50(1077): AddOn Detection failed: {} java.lang.IndexOutOfBoundsException: Index: 0
at java.util.Collections$EmptyList.get(Collections.java:4454)
at gg.minion.util.ConfigurationManager.getAddOnMD5(ConfigurationManager.java:928)
at gg.minion.service.AddOnDetectionService.checkSavedVersions(AddOnDetectionService.java:130)
at gg.minion.service.AddOnDetectionService.access$200(AddOnDetectionService.java:51)
at gg.minion.service.AddOnDetectionService$1.call(AddOnDetectionService.java:75)
at gg.minion.service.AddOnDetectionService$1.call(AddOnDetectionService.java:64)
at javafx.concurrent.Task$TaskCallable.call(Task.java:1423)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at javafx.concurrent.Service.lambda$null$492(Service.java:725)
at java.security.AccessController.doPrivileged(Native Method)
at javafx.concurrent.Service.lambda$executeTask$493(Service.java:724)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)

Paging with Consoleport + Bartender

$
0
0
I'm trying to use the 'Next Bar' function on Consoleport, a one button press, to page multiple action bars on my screen. All enabled bars however, will only page to bar 2. I don't understand why bar 2 is the chosen one, nor how to change it. Can anyone help?

UI addon question - Thanks in advance

$
0
0
Damn just back from my work, this is exactly what i was going to look for.

Thank you very munch !

Sandbox to log in from old client

$
0
0
Only the Blizzard gods know and I doubt they would tell without reason.

[Classic] Convert recipe item name to spellID

$
0
0
I tried using GetItemInfo and parsing the itemLink, but it doesn't work for everything. For example, it works for "Murlock Fin Soup" but not for "Clam Chowder" :/ There's no itemLink returned in the latter case.

Separate CLASSIC ADDON Search/Request section.

Mini map

$
0
0
Hi, thanks for the addon great help.

Issue with mini map and icons.

The icons are kind of glitched out, they dont really show up like they should. I have tired to adjust the size thinking they might be incorrect size for dispaly, sadly no help. I even resetting the wow interface, following https://us.battle.net/support/en/article/7549 - this worked for a day. When I logged back in following day back to messed up icons.

If able to point me in the right direction that would be great.

Attached Thumbnails
Click image for larger version

Name:	wow.png
Views:	N/A
Size:	494.9 KB
ID:	9278  

Classic Search - Spy-Like

$
0
0
Apologize for bumping. There's more to the subject. I'm seeing a lot of people who would be interested in the same function. And there seem to be multiple projects trying to cover it.

Here is a reddit, albeit not a good one. https://www.reddit.com/r/wowaddons/c..._that_show_in/

https://www.wowinterface.com/downloa...otes.html#info seem to be the closest match, but it's not for classic.

The addon that I stumbled across is not among these mentioned however. The one I saw looked colorful like an RP addon with nice tooltip notes. I realize I may have found this for retail or vanilla.

Also one crucial detail is that it should not be based upon friend/ignore list.

lua help

$
0
0
Can anyone help me please?

I have following code
Lua Code:
  1. zzz = CreateFrame("Frame", nil, nil)
  2. zzz:RegisterEvent("PLAYER_ENTERING_WORLD")
  3. zzz:SetScript("OnEvent", function(self, event)
  4. ComboPointPlayerFrame:ClearAllPoints()
  5. ComboPointPlayerFrame:SetParent(MyNewFrame)
  6. ComboPointPlayerFrame:SetPoint('BOTTOM', MyNewFrame, 0, 9)
  7. ComboPointPlayerFrame:SetScale(1.43)
  8. end)

It makes the Combo points frame anchoring to my custom frame.

SetParent is for showing it up, because PlayerFrame is disabled via other addon.

Sooo, and it gives me always an error about family anchoring bla bla bla since 8.2 patch...
i know blizzard did something to the frames since 8.2

But the thing is: the code is working but this error... is there any way to get rid of it?

Value from Worldmapframe tooltip

$
0
0
Hello,

Im searching a method to get the "Dunkelküste" tooltip from Worldmapframe as a value.




Kind regards
Dathwada

Write name to Macro addon?

$
0
0
This is for Classic

I am looking for a player frame addon that I could right click on a player frame and click an option to write a macro;

For example, say you are in a dungeon. The tanks name is "Joe". You could right click Joe's player frame and click "Set as Tank" and it would write a macro that like this;

Code:


#showtooltip
/use [harm][@Joe-target]Frostbolt

Is this even possible? I understand that Macros can't be written during combat, but something like this would be great to use at the beginning of the dungeon. This would be a way to get around not having focus...any help would be appreciated.

[Classic]Classcolors in guild panel

$
0
0
Any such addon exists? It would be so much nicer to see what class people are at a glance rather than reading text.
Viewing all 15172 articles
Browse latest View live


Latest Images