Results: 119Comments by: help137
File: Creature Comforts01-04-12
Blank Macro icon after patch 4.3
Posted By: help137
Blizzard modified the EditMacro API with patch 4.3, causing the icon to be blank when this addon sets it. Edit line 621 of core.lua to the following to fix. EditMacro(macroID, "AutoPet", "INV_Misc_QuestionMark", body, 1, 1) -K
File: Cosplay12-20-11
And here is the fix for the Auction...
Posted By: help137
And here is the fix for the Auction House errors Replace lines 85 - 100 with the following: function Cosplay:CreateAHButtons() if not AHButtonsCreated then local AuctionDUFUndressButton = CreateFrame("Button", "ADUFUndressButton", SideDressUpModel, "UIPanelButtonTemplate") ADUFUndressButton:SetWidth(70) ADUFUndress...
File: Cosplay12-18-11
Assuming you're using the latest ve...
Posted By: help137
Assuming you're using the latest version from curse, just comment out lines 141 & 142. If you don't have an editor with line numbers, look for the code below. Blizzard appears to have substantially changed the buttons in the paper doll window and it's no longer possible to hide them in this manor. Personally, having the buttons at th...
File: XBar12-10-11
Unable to do Xcustom bar for Polymorph spells
Posted By: help137
I'm having a bit of an issue. I want a XCustom bar with all the various Mage Polymorph spells on it. I first tried entering the spells by spell ID, but XBar filled all the buttons in with the base Polymorph spell. I believe that issue is connected to the fact that the various Polymorph spells all have the same base name, just differ...
File: Cosplay11-08-11
Newer version up on Curse
Posted By: help137
Just an FYI, there is a much newer version up on Curse. The author seems to have forgotten about WI... -K
File: My Little Companion10-02-11
WTF?
Posted By: help137
This is a joke, right? About 6 months late for April Fools day my friend... -K
File: Creature Comforts05-02-11
I'll see what I can do there. In th...
Posted By: help137
I'll see what I can do there. In the meantime, I've posted a small code change that has stopped the error popups for me. -A Originally posted by Akkorian Basically I’ll have to rewrite the whole addon, since a lot of mechanics were changed. If you want to help, one thing you could do would be to experiment with food of diffe...
File: Creature Comforts05-02-11
Workaround for errors with 4.1
Posted By: help137
While Akkorian works on a new release, the two code modifications below appear to take care of the error popups for the moment. They effectively disable the feed function (In Creature Comforts, not in general), but as the new Feed function in WoW is pretty much useless anyway... Usual disclaimer: This works for me. It may not wor...
File: Creature Comforts04-29-11
Anything we can do to help? -A
Posted By: help137
Anything we can do to help? -A
File: Creature Comforts04-29-11
Update for 4.1
Posted By: help137
Any chance of an update for 4.1? -A
File: OneBag304-29-11
Works with 4.1, mostly
Posted By: help137
The only problem I've seen with 4.1 (and it's really annoying) is that the bag key toggle is broken. i.e. B opens the bag, but no longer closes it. It's not 4.1 itself, as the toggle works if OneBag is disabled. -A
File: JS' Hunter Bar04-13-11
A couple of features
Posted By: help137
First, wonderful addon! Thank you! There's a couple of features I'd like to see if possible. I know someone over on curse has asked for the first one already. Can we get a Serpent Sting reminder similar to the Hunters Mark reminder? Can we get a "You left your pet in Passive, idiot!" reminder? (Yeah, I do so regularly, usual...
File: XBar04-05-11
Pet Menu addition request
Posted By: help137
Can we get Focus Fire (spell id 82692) added to the PetStuff bar? Thank you, -A
File: MountRandomMount03-14-11
Re: Re: Running Wild
Posted By: help137
Thank you for the explanation. I'll move over to using Yay Mounts then, I don't know how he did it, but Running Wild works as part of the random mounts with that one and, for me, the whole point of running a mount addon is to have one button for all mounts. I've been using this addon for a long time and I'll miss it, but I won't go b...
File: MountRandomMount03-09-11
Running Wild
Posted By: help137
Have anyone gotten this to work with Worgen Running Wild? I see various bits of code that mention it, but I simply can't get Running Wild to be included in the land mounts of any of my Worgen. -A
File: Archy 1.6.3 Fix02-24-11
Did you see...
Posted By: help137
Please don't take this wrong, but did you see Archy Bugfix here before you did all this work? -A
File: ReforgedTooltip02-13-11
Re: Re: Not working in 4.06?
Posted By: help137
Just plain not doing anything. My tooltips are back to saying just "Reforged" instead of Reforged Stat --> Stat as expected. The add-on is enabled, no errors, just no extra info. -A Originally posted by emelio I didn't notice any problems so far. What exactly doesn't work for you?
File: ReforgedTooltip02-12-11
Not working in 4.06?
Posted By: help137
Anyone else find this not working as of 4.06? -A
File: Archy bugfix - DISCONTINUED02-10-11
I've noticed that I'm getting simil...
Posted By: help137
I've noticed that I'm getting similar effects on some Blizzard UI bars, like health and mana. Blizz may have changed something in the bar code. Just a thought. -A Originally posted by Warlock82 -Some of the bar graphics are behaving screwy. Like they will show multiple stripes of colors on top of whatever color it's suppos...
File: OneBank302-01-11
Errors with latest Ace libraries
Posted By: help137
After installing other add-ons with the latest ACE libraries, I'm getting this error from OneBank: Date: 2011-02-01 12:27:36 ID: 1 Error occured in: Global Count: 1 Message: Usage: NewLocale(application, locale]): 'silent' must be specified for the first locale registered Debug: (tail call): ? ...ddOns\AtlasLoot\Libs\...
File: AtlasLootReverse01-21-11
Re: Re: Update?
Posted By: help137
I have to disagree there. It hasn't worked for me for some time either. No errors, just no info added to the tooltips. -A Originally posted by pceric Latest version works just fine, been using it for a month now.
File: Creature Comforts01-16-11
Re: Re: Problem with feeding mechanism
Posted By: help137
Ok, debugging enabled and scripts run, here are the results: http://tinypic.com/r/s2e2rr/7 http://tinypic.com/r/30ubsxs/7 It seems to be seeing the food, it's just not updating the macro. Edit: I've discovered that if I turn on the "Feed even when happy" setting, the macro and button are updated. But with that setting of...
File: Creature Comforts01-16-11
Problem with feeding mechanism
Posted By: help137
I'm a long time user of Creature Comforts, just getting around to leveling my Hunter up to 85 from 80 and I'm having a problem with the latest version of CC that I've not had before. Here's the situation Level 83 Hunter Pets ranging from Level 80 to 83. Two meat only eaters (wolf & raptor), one eat almost anything (bear)...
File: Faceroller01-16-11
Demonology Warlock Module
Posted By: help137
Anyone out there willing/able to update the Demonology Warlock module for 4.03? -A
File: XBar01-10-11
Add Dark Intent to Buff Bar?
Posted By: help137
As always, a great add-on and a great upgrade! One request though, Any chance we could get Dark Intent added to the Warlock section of the BUFF bar? Spell ID is 80398. -A