Results: 2270Comments by: Phanx
File: PhanxBind01-26-14
Version 5.4.2.21 Removed a debu...
Posted By: Phanx
Version 5.4.2.21 Removed a debug print Version 5.4.2.20 Bindings will now be shown on flyout buttons outside of the spellbook Miscellaneous code cleanup
File: PhanxBind01-24-14
Oh, I don't think I accounted for f...
Posted By: Phanx
Oh, I don't think I accounted for flyouts opening from places other than the spellbook... though I guess there's no reason to not display the (correct) keybinds on non-spellbook flyouts, since they all use the same system and it's trivial to support.
File: Hydra - Multibox Leveling Helper01-21-14
Re: Re: Re: Bug: Quest Module Broken in .151 Release
Posted By: Phanx
When I updated to .151, no aspect of the quest module worked while mutliboxing. I have not verified if this bug happens while solo since I don't use Hydra unless I multibox. I wasn't accepting and sharing quests automatically. My alt did not abandon quests that my main did. There were no lua errors or crash reports on the screen....
File: Hydra - Multibox Leveling Helper01-20-14
Re: Bug: Quest Module Broken in .151 Release
Posted By: Phanx
You're assigning 'Refresh' as a (local) variable to Core rather than defining it as a function. Umm... it is defined as a function: local Refresh = function(module) ... and it is attached to each module as a method when the module is registered. If it was not defined as a function, or not attached as a method to each module,...
File: PhanxBind01-07-14
Version 5.4.2.19 Fixed an error...
Posted By: Phanx
Version 5.4.2.19 Fixed an error when editing an existing macro
File: oUF Phanx01-06-14
Einige OUF Layouts bieten das quasi...
Posted By: Phanx
Einige OUF Layouts bieten das quasi "inbuild". Wahr... aber ich benutzte schon Clique, also habe ich kein Lust mehr Code zu schreiben, um diese Funktion zu duplizieren und Optionen zu bieten. :p
File: oUF Phanx01-05-14
Ja... benutzte Clique, um weitere K...
Posted By: Phanx
Ja... benutzte Clique, um weitere Klick-Aktionen einzurichten.
File: Hydra - Multibox Leveling Helper01-04-14
Hello everyone since this morning u...
Posted By: Phanx
Hello everyone since this morning update to 5.4.2.151 the leader of my group of hunter can take a quest but the other two toons dont's automaticaly accept like they use to do for the past week. Check your options. I changed some of the defaults for the Quest and Automation modules to be less disruptive for new players. In particul...
File: Hydra - Multibox Leveling Helper01-02-14
Version 5.4.2.151 Fixed more is...
Posted By: Phanx
Version 5.4.2.151 Fixed more issues with the Mount module Fixed an issue in the Chat module where "/w Player1 @Player2 message" would cause an infinite loop of whispers when Player1 and Player2 were both trusted group members Adjusted default options for the Automation and Quest modules (eg. "Accept combat resurrections" is n...
File: Hydra - Multibox Leveling Helper01-02-14
Alright, I found the problem. I gue...
Posted By: Phanx
Alright, I found the problem. I guess I should have kept looking after I found and fixed the first one. Actually tested it this time to make sure there weren't any more problems. Look for a release soon.
File: BLPNG Converter01-01-14
Ugh, Microsoft's search function is...
Posted By: Phanx
Ugh, Microsoft's search function is about as useful as Curse's... it only brought up the 2010 package. I'll try that 2013 version. Thanks for the link. edit: Nope, same error after installing both x86 and x64 versions of the 2013 package. The file that is claimed to be missing -- msvcr100.dll -- is present in Windows/System32. Co...
File: Hydra - Multibox Leveling Helper12-31-13
Open Modules\Mount.lua in Notepad (...
Posted By: Phanx
Open Modules\Mount.lua in Notepad (or another plain-text editor, not Wordpad/Word/Writer, etc.) and find line 25: module.defaults = { mount = true, dismount = true } On the blank line right after it, add: module.debug = true Save the file and reload your UI. What message(s) do you see in your chat frame, on both characters' scree...
File: Hydra - Multibox Leveling Helper12-31-13
Version 5.4.2.139 Added an opti...
Posted By: Phanx
Version 5.4.2.139 Added an option to repair using guild funds when possible Fixed an issue with the Mount module If you have "Use guild funds to repair" checked, but it's not currently possible for you to use guild funds (either you don't have a guild, you don't have access to the money, or there's not enough money) you wi...
File: BLPNG Converter12-31-13
Error when attempting to run on 64-...
Posted By: Phanx
Error when attempting to run on 64-bit Windows 7: "The program can't start because MSVCR100.dll is missing from your computer. Try reinstalling the program to fix this problem." Google indicates this means the Visual C++ Redistributable is missing, but that is not the case for me (2005, 2008, and 2010 installed), nor am I missi...
File: Hydra - Multibox Leveling Helper12-29-13
Re: Version 5.4.2.136
Posted By: Phanx
I thought that was already there... apparently not. I'll add it, though if you could submit a feature request ticket that would help me remember.
File: PetBattleAutoForfeit12-29-13
Nope. There are plenty of addons th...
Posted By: Phanx
Nope. There are plenty of addons that will add breed info to tooltips. If you need that info, you'll have to use one of those addons and make the decision yourself. If I were to add something like that in PBAF I'd need a whole panel of options so people could customize which breeds they preferred, and that's just too much work for to...
File: oUF Phanx12-23-13
Re: Re: Re: Corruption not shown on target
Posted By: Phanx
In addition, it looks like Corruption comes and goes, depending on which spec you choose. On a lock, you gain the spell at 3, and a destruction warlock will loose it again at 12 (superseded by Immolate). Looking in the spell book, I noticed that both affliction and demonology seem to (re?)gain Corruption at later levels, so it may ac...
File: oUF Phanx12-23-13
Version 5.4.2.410 Added in-game...
Posted By: Phanx
Version 5.4.2.410 Added in-game unit options Combat feedback text is now a per-unit option Changed combat feedback text colors to more closely match those used in the default UI Changed combat feedback text initialization to hopefully resolve the bug reported by Dexter74 More unit options will be added in the future, as...
File: Class Colors12-23-13
That sounds better!
Posted By: Phanx
That sounds better!
File: Class Colors12-21-13
Version 5.4.2.90 Added a Notify...
Posted By: Phanx
Version 5.4.2.90 Added a NotifyChanges method for addons that provide their own class color options UI, but not their own CUSTOM_CLASS_COLORS implementation, and want to propigate their changes to other addons through the CUSTOM_CLASS_COLORS system. Added support for female-specific class names to the GetClassToken method, thou...
File: Hydra - Multibox Leveling Helper12-21-13
Version 5.4.2.135 Fixed some mo...
Posted By: Phanx
Version 5.4.2.135 Fixed some more issues with the Follow module Fixed the options UI for adding/removing trusted names
File: oUF Phanx12-20-13
Dump: value=oUFPhanxPlayer.CombatTe...
Posted By: Phanx
Dump: value=oUFPhanxPlayer.CombatText.baseSize =13.999999046326 Wahrscheinlich ist es ein Blizzard Problem, obwohl ich nicht weiß, woher diese Nummer kommt. Ich möchte immer noch wissen, wie es passiert, aber ich denke, dass ich es trotzdem lösen kann. Ich werde an diesem Wochenende daran arbeiten.
File: oUF Phanx12-20-13
/dump oUFPhanxPlayer.CombatText.bas...
Posted By: Phanx
/dump oUFPhanxPlayer.CombatText.baseSize Es sollte 24 sein. Wenn es etwas anderes ist, kannst du es einstellen: /run oUFPhanxPlayer.CombatText.baseSize = 24 Ich denke, es ist nicht ein Blizzard Problem, weil es mit keinen anderen Texte passiert. Leider kann ich das Problem nicht reproduzieren, aber ich möchte es lösen. :(...
File: BlockChinese12-20-13
I thought some Kaomoji like "(}...
Posted By: Phanx
I thought some Kaomoji like "(・∀・)" or "(^・ω・^ )" would maybe also be blocked. Also I think almost nobody ever writes Japanese or Korean on English speaking servers. I've only ever seen that sort of thing in spam, where it's used to obfuscate "skype" or "gold" or ".com" to get around the spam...
File: oUF Phanx12-19-13
Would like to request buff/debuff t...
Posted By: Phanx
Would like to request buff/debuff tracking on Target / ToT / Focus There are already buffs and debuffs on the target frame. I have no plans to add any auras to the ToT frame. There is an open ticket about auras on the focus frame with instructions for adding them yourself. Once I'm done adding in-game unit options, I might add an...