Results: 2270Comments by: Phanx
File: Grid11-26-14
Healing totems do not apply any buf...
Posted By: Phanx
Healing totems do not apply any buffs, so there is nothing to track with an aura status. They don't work with GridStatusHealTrace (as noted in the comments on that page) because they are considered independent units, so the healing spells they cast are not flagged as coming from the player. Skada/Recount attribute totem healing...
File: Grid11-25-14
is there a way to let the groups "g...
Posted By: Phanx
is there a way to let the groups "grow" from right to left? Layout Anchor: top right or bottom right, depending on if you want additional groups to appear above or below the first group. Group Anchor: same. is there a way to integrate totems? I'm not really sure what you mean by this. If you want to show totem buffs on Gr...
File: oUF Phanx11-25-14
That data indicates it's not consid...
Posted By: Phanx
That data indicates it's not considered a battleground by the WoW API, so there's no way to hide frames using visibility states based on macro conditionals. Either join a raid group (which will cause the party frames to be hidden) or write some code to manually check your zone when it changes and hide the frames when you're in that p...
File: oUF Phanx11-25-14
What do the following commands outp...
Posted By: Phanx
What do the following commands output while in that zone? /dump GetInstanceInfo() /dump IsInRaid()
File: PhanxChat11-24-14
Are you talking about RealID (real...
Posted By: Phanx
Are you talking about RealID (real name) friends or BattleTag friends? I've had no issues with BattleTag friends, but I do not have any RealID friends to test with.
File: oUF Phanx11-24-14
Re: re-aranging the castbars?
Posted By: Phanx
If you want to move the castbars independently of the frames, you will need to edit the code, and if you need help figuring out how to do that, you will need to post on the oUF forum (link in description) not on this page.
File: MountMe11-23-14
Oh, the form blocks mounting. Alrig...
Posted By: Phanx
Oh, the form blocks mounting. Alright, I'll add warlocks to the list of classes to cancel forms for. It can't be universal because "forms" also covers things like priests' shadowform, which shouldn't be cancelled when mounting.
File: oUF Phanx11-23-14
Version 6.0.3.70 (22 Nov 2014) F...
Posted By: Phanx
Version 6.0.3.70 (22 Nov 2014) Fixed an issue preventing the options panel from loading Apparently the Curse packager is not only bad at reading, but also a liar, since it back-dated that file to when it actually should have created it, even though it had not in fact created it as of about 4 hours after that time when I gave up...
File: MountMe11-23-14
Metamorphosis is not a travel form...
Posted By: Phanx
Metamorphosis is not a travel form (it does not increase your movement speed) so it is outside the scope of this addon. If you meant something else, please elaborate.
File: AnyFavoriteMount11-21-14
if I search for "Brutal Nether Drak...
Posted By: Phanx
if I search for "Brutal Nether Drake" it shows as if I can't summon it, and it won't let me either; even though I have the mount. 1. Can you be more specific about what it shows? What's visually indicating that it's not summonable? What happens when you select the mount and click the Summon button? 2. What level and faction is...
File: AnyFavoriteMount11-21-14
FFS Blizzard, why can't you just wr...
Posted By: Phanx
FFS Blizzard, why can't you just write an API that actually provides the information it claims to provide... Edit: What does GetInstanceInfo() report when you're in a raid group inside your garrison? All I've had time to do since the expansion release has been play one character through the Tanaan intro, and then give up after I c...
File: oUF Phanx11-21-14
Your is incor...
Posted By: Phanx
Your is incorrect... Apparently the Curse packager is even worse at reading than I thought... just copy the Libs folder from the previous version for now. I hit the button ESC at the top left of my keyboard and pulled up the (GameMenuFrame) then I clicked on Interface > Addons > oUF Phanx, and there is NO...
File: oUF Phanx11-21-14
Could you possibly be any less spec...
Posted By: Phanx
Could you possibly be any less specific? I'm just overwhelmed by the amount of detail you provided... :rolleyes:
File: oUF Phanx11-20-14
Version 6.0.3.69-fixed (20 Nov 2014...
Posted By: Phanx
Version 6.0.3.69-fixed (20 Nov 2014) Manually fixed and reuploaded ZIP file because the CurseForge packager doesn't know how to read Version 6.0.3.69 (20 Nov 2014) Changed aura filtering to use bitfields instead of fixed filters -- users should not notice any difference, but this will allow for greater filtering flexibilit...
File: Progress11-19-14
That error has nothing to do with P...
Posted By: Phanx
That error has nothing to do with Progress. Blizzard's taint reporting functions are useless at best, and completely worthless when shared libraries come into play. Either ChocolateBar itself is doing something wrong (I have no idea why it any of its frames would be secure) or some other library that uses LibDataBroker, CallbackHandl...
File: Better Battle Pet Tooltip11-19-14
Yes, I'm aware, and as my last comm...
Posted By: Phanx
Yes, I'm aware, and as my last comment stated, a fix will be out shortly.
File: Notebook11-18-14
Have you seen any similar issues wi...
Posted By: Phanx
Have you seen any similar issues with other addons? Have you tried deleting your Notebook saved variables file and letting the game make a new one?
File: AnyFavoriteMount11-17-14
Oh, forgot to ask -- what zone are...
Posted By: Phanx
Oh, forgot to ask -- what zone are you in when you're trying to mount? Do you have both flying and non-flying mounts selected as favorites, or only non-flying mounts? If the zone requires a learned skill to fly in (eg. Cold Weather Flying for Northrend zones) do you have that skill? If you're in an area where you can fly, but don'...
File: Better Battle Pet Tooltip11-17-14
Should be an easy fix. Expect an up...
Posted By: Phanx
Should be an easy fix. Expect an update shortly.
File: PhanxBuffs11-17-14
Re: Fishing lure
Posted By: Phanx
Ah, looks like Blizzard, in typical Blizzard fashion, added new values in the middle of the list of values returned by the "get info about temporary enchants" function. :rolleyes: Fixed locally, but I need to test a few other changes before I posted a release.
File: AnyFavoriteMount11-17-14
I don't have a DK, so I'll need you...
Posted By: Phanx
I don't have a DK, so I'll need you to run the following chat command and report back with the results: /run local C,n,i,u,v,f,t,_=C_MountJournal for x=1,C.GetNumMounts() do n,i,_,_,u,_,f=C.GetMountInfo(x) if n=="Acherus Deathcharger" then _,_,_,_,t=C.GetMountInfoExtra(x) return print(n,i,t,u,f) end end Run it once with AFM ena...
File: PhanxChat11-17-14
Re: Request
Posted By: Phanx
You can change the abbreviation text in Localization.lua, and you can change the formatting (brackets, etc) in Core.lua; there are come commented lines at the top explaining what to change for different things.
File: Better Battle Pet Tooltip11-17-14
Re: Draenor Ore Error
Posted By: Phanx
What exactly are you mousing over when you get those errors (node object in the game world, item in the loot window, item in your bag, etc)? Can you post a screenshot of the tooltip? That error means BBPT thinks you're looking at a battle pet tooltip, so there must be something in the tooltip you're looking at that's confusing it.
File: Broker Instance Difficulty11-16-14
Yeah, it is technically an instance...
Posted By: Phanx
Yeah, it is technically an instance, but it doesn't have difficulty options, so there's no need to show it.
File: PhanxChat11-16-14
Version 6.0.3.87 Fixed option to...
Posted By: Phanx
Version 6.0.3.87 Fixed option to disable chat fading