Results: 2270Comments by: Phanx
File: PhanxBind03-30-14
Macro bindings are saved by the nam...
Posted By: Phanx
Macro bindings are saved by the name of the macro, so if you have a global macro and a character macro with the same name (or two global macros with the same name, etc), the addon just says "bind the macro called X to this key" and the game picks which macro actually gets bound. I suspect it's always the first one in the list. As...
File: PhanxBind03-25-14
if I drag the spell / macro onto my...
Posted By: Phanx
if I drag the spell / macro onto my action bar, is the binding supposed to show? No. The whole point of this addon is to bind keys to spells and macros without using up action buttons. If you want to use your spells and macros from action buttons, you'll need to click the buttons or assign bindings to those buttons through your ac...
File: Battle Pet Tabs03-25-14
Feature request: Allow reordering t...
Posted By: Phanx
Feature request: Allow reordering the teams somehow. Drag-and-drop would be ideal, or a right-click menu with move up/down commands, or even auto-sorting by team name or highest pet level. Actually a right-click menu would be handy anyway, as you could put the rename and delete options in there, and I could quit right-clicking by...
File: Grid03-24-14
5.4 update gave me a bit of extra b...
Posted By: Phanx
5.4 update gave me a bit of extra background outside of the frame with seemingly no way to remove it, had to revert to previous. Can you provide a screenshot? I'm not really sure what you mean by this. Also wondering if possible for a built-in cluster system? Can't manage to get any of the cluster plugins working, looks like th...
File: oUF Phanx03-23-14
Update PhanxChat, and let me know i...
Posted By: Phanx
Update PhanxChat, and let me know if the error still occurs. Most likely it's caused by the outdated addon version loading older copies of the configuration libraries.
File: Class Colors03-23-14
The code in ClassColorsBlizz.lua is...
Posted By: Phanx
The code in ClassColorsBlizz.lua is just a direct copy and paste of Blizzard's code, stripped down to only the coloring parts, and modified to use the custom colors instead of the default ones. It appears that Blizzard's function has changed a bit, though, so I will need to update. I'll do a quick review of the rest of the functions...
File: ShieldsUp03-23-14
Interesting. Only one of those shou...
Posted By: Phanx
Interesting. Only one of those should be visible at a time while you're solo. Does it happen when you log in solo, after you leave a group, or both? Which settings (if any) have you changed from the defaults?
File: Notebook03-17-14
Oops, I thought I'd fixed that befo...
Posted By: Phanx
Oops, I thought I'd fixed that before pushing the button to package a release... apparently I did those in the wrong order. Fix will be up shortly. Edit: Debug messages gone in 5.4.7.19.
File: Broker Played Time03-16-14
Version 5.4.7.61 Broker text no...
Posted By: Phanx
Version 5.4.7.61 Broker text now shows the current character's played time Gerade für dich, mein Deutschlehrer. :D
File: Notebook03-15-14
Version 5.4.7.18 Fixed sending...
Posted By: Phanx
Version 5.4.7.18 Fixed sending notes to your current target Fixed sending notes to players on other realms Added support for sending notes to BattleTag friends (just enter a BattleTag instead of a player name) Possibly added support for sending notes to Battle.net conversations (not tested, please report problems) Added G...
File: Notebook03-15-14
Fixed the cross-realm (and BattleTa...
Posted By: Phanx
Fixed the cross-realm (and BattleTag) sending, and added some code to possibly support Battle.net conversations, though I have no idea when/if I will be able to test that. I'll go ahead and post a release, and someone else with more and/or more active Battle.net friends can let me know how much that part doesn't work. :p
File: !sh (antispam)03-14-14
Rather than using the "Enabled" var...
Posted By: Phanx
Rather than using the "Enabled" variable, why not just remove your hook when you're done with it? f:SetScript('OnEvent', function(f) Chat.AddMessage = Add -- restore the original function f:UnregisterAllEvents() end)
File: CoolLine03-08-14
Anyone else not seeing their cool d...
Posted By: Phanx
Anyone else not seeing their cool downs (for known spells)? Eg Dash doesn't always shows up. Sometimes I see no cool downs for spells I know work... Not sure about Dash as my druid has been retired for a while, but it definitely doesn't support Roll or other spells with charges. Would like to see if you'd add some support for...
File: Broker Played Time03-07-14
Version 5.4.7.58 Fixed an error...
Posted By: Phanx
Version 5.4.7.58 Fixed an error that occurred when removing the last character for a particular realm
File: GoFish03-05-14
Well, I can factor out the IsEquipp...
Posted By: Phanx
Well, I can factor out the IsEquippedItemType call to a function that first attempts to update the value of the FISHING_POLE constant if it's not set... that will prevent the error from occurring, but the "activate on equip" feature will still fail when your client fails to retreive the item data in a timely fashion. Why are you d...
File: PhanxBind03-03-14
Version 5.4.7.22 Fixed an error...
Posted By: Phanx
Version 5.4.7.22 Fixed an error preventing the binding of mouse buttons
File: Hydra - Multibox Leveling Helper03-02-14
Re: Re: Re: Re: Re: Quest Functionality
Posted By: Phanx
What action(s) could an addon take to prevent another addon from receiving events? It would have to explicitly unregister the event on the other addon's frame, and it seems extremely unlikely that any addon is actually doing that, so if some frames are receiving the event but not others after certain types of errors occur, it's mo...
File: GoFish02-28-14
That's very weird, and seems to ind...
Posted By: Phanx
That's very weird, and seems to indicate that Fishing Pole is not a valid item for your game client. What happens if you type this: /dump GetItemInfo(6256) If it prints "empty result" just run it again; this is normal, but also strange, since the addon intentionally calls it twice -- once when it loads and then again once all a...
File: ShieldsUp02-27-14
Version 5.4.7.173 Fixed playing...
Posted By: Phanx
Version 5.4.7.173 Fixed playing alert sounds Added option to suppress alerts while hidden
File: oUF Phanx02-24-14
kann man die HP anzeige dauerhaft a...
Posted By: Phanx
kann man die HP anzeige dauerhaft anzeigen lassen ? Ich habe keine option dafür gefunden . Erfahre sie nur wenn ich mit der Maus drüber fahre . Das braucht man wirklich nicht... aber wenn du ohne den sinnlosen zusätzlichen Text nicht leben kannst, gibt es Anleitung in diesem Forum-Thread. :( Suche jedes Teil des Code, das wie d...
File: Hydra - Multibox Leveling Helper02-24-14
Re: Re: Re: Quest Functionality
Posted By: Phanx
i don't know where these are coming from. this is attributed to PetTracker, which makes no reference to "CompactRaidFrame1" nor invokes method "ClearAllPoints" on anything anywhere. I haven't seen that particular error, though PetTracker does raise an error for me if I'm in combat the first time the pet journal is opened in a gi...
File: Hydra - Multibox Leveling Helper02-23-14
Re: Quest Functionality
Posted By: Phanx
I am finding quest autoshare/autoaccept functionality stops working as soon as any addon catches a LUA error. As far as I can tell, the perpetrating addon can be anything, and completely unrelated to Hydra. That's pretty weird. None of the quest API functions are protected in any way, so taint shouldn't be a factor. At least with...
File: Hydra - Multibox Leveling Helper02-23-14
Alright, it appears that Blizzard,...
Posted By: Phanx
Alright, it appears that Blizzard, as usual, is lazy and inconsistent, and while some functions require a server name to work properly with cross-realm characters, other functions fail if a realm name is provided for same-realm characters. Blanket use of Ambiguate will break some things, so I've selectively used it only for the funct...
File: Hydra - Multibox Leveling Helper02-22-14
Re: The Guild repair button you automated for me in .139
Posted By: Phanx
with this most recent version (5.4.7-162), follow/mount do not work for me, quest sharing/abandoning does not work for me, taxi automation does not work for me... I keep getting an error message that the other toon is too far away (when they are standing RIGHT NEXT TO EACH OTHER so following is totally broken - I'm noticing it's u...
File: Hydra - Multibox Leveling Helper02-21-14
Version 5.4.7.162 Fixed problem...
Posted By: Phanx
Version 5.4.7.162 Fixed problems with cross-realm player names Fixed notifications in the Follow module Fixed the wrong text being used on some options for the Quest module Added an in-game panel for enabling debugging messages on a per-module basis Updated German translations I have still been unable to reproduce an...