Results: 23Comments by: unlimit
File: Neav UI10-21-12
I apologize, I can't figure out how...
Posted By: unlimit
I apologize, I can't figure out how to get the stance bar out of the middle of the screen. Could you possibly point me in the direction of the file I need to edit? Edit: I figured it out, probably should look at specific addon pages before I ask dumb questions.
File: Examiner10-06-12
This happens occasionally for me to...
Posted By: unlimit
This happens occasionally for me too. It seems like it only is parsing the gear and stopping after like 1-4 pieces, but when you inspect them again it gets all of their gear.
File: Examiner10-06-12
Discovered that the error lies in t...
Posted By: unlimit
Discovered that the error lies in the tooltip module for ElvUI. It does indeed call "NotifyInspect(unit)", but I can't find the exact bit of code that is causing the problem. https://github.com/Blazeflack/ElvUI/blob/master/ElvUI/modules/tooltip/tooltip.lua When the module is disabled, it starts to work again. Hopefully, if yo...
File: Examiner10-05-12
Discovered that there is an error w...
Posted By: unlimit
Discovered that there is an error when using ElvUI (http://www.tukui.org/about.php?ui=elvui), but not when using TukUI... weird! Recently, it's been bugged where I couldn't "inspect" anyone who was tagged as a friendly. People from my own faction, people in a sanctuary environment, etc. This started happening when I switched fro...
File: Examiner10-05-12
RatingBuster (link) is still being...
Posted By: unlimit
RatingBuster (link) is still being updated on WowAce, if you wanted to look at his formula used to calculate percentages there.
File: bdBags04-21-12
Edit: Perhaps I should notice the...
Posted By: unlimit
Edit: Perhaps I should notice the difference between D and B. Carry on, good sir. Also, very good looking bags!
File: FoxSmoothUI04-08-12
You need to move your questframe fr...
Posted By: unlimit
You need to move your questframe from behind the actionbar.
File: (True) Adaptive User Interface02-26-12
Looks great! :DThanks!
Posted By: unlimit
Looks great! :DThanks!
File: (True) Adaptive User Interface02-19-12
Re: What is it?
Posted By: unlimit
Oh hum. Another addon that never tells what it is or what it does.Clearly your observation skills need some work, because: You're downloading an object for OpenRDX in the Theme AUI category. I mention that the included windows are... Windows Included Player Target Target of Target Focus Pet ActionBars (including pet...
File: (True) Adaptive User Interface02-18-12
Beautiful Unit Frames! Is that Ouf?...
Posted By: unlimit
Beautiful Unit Frames! Is that Ouf?Nope, that's OpenRDX. ;P And thanks for the compliment! =P
File: QuestKing 202-18-12
My post was for the developer. Obio...
Posted By: unlimit
My post was for the developer. Obiously you need to change all the label calls etc. :) If Barjack needs help I post the full code.xD Oh zork, I saw a "drag" function and got all excited. QuestKing really is a good addon, I like it much better than any other quest replacement frame I've used before. :) Thanks a ton Barjack!
File: QuestKing 202-18-12
Changing QuestKing to what Zork pos...
Posted By: unlimit
Changing QuestKing to what Zork posted, I end up with: Interface\AddOns\QuestKing\tracker.lua:975: attempt to index upvalue 'QuestKing_TrackerMinimizeButton' (a nil value) Stack trace: ----------- Interface\AddOns\QuestKing\tracker.lua:975: in function Interface\AddOns\QuestKing\t...
File: (True) Adaptive User Interface02-16-12
@ Baine Thanks for the suggestio...
Posted By: unlimit
@ Baine Thanks for the suggestions! I'll certainly get to adding all of those eventually. As for the rotations, I saw that before and I've been planning on it, just haven't started yet. xD Automatic switching wouldn't be difficult at all, either. I could easily add what you've already made and have it switch off class, and...
File: FaceShooter12-17-11
Interface\AddOns\FaceShooter\module...
Posted By: unlimit
Interface\AddOns\FaceShooter\modules\TimeToLife.lua:121: attempt to index field 'db' (a nil value) Stack trace: ----------- (tail call): ? : ? "]:9: in function <"]:5> (tail call): ? ...ddOns\FaceShooter\Libs\AceAddon-3.0\AceAddon-3.0.lua:543: in function `EnableAddon' ...ddOns\FaceShooter\Libs\AceAddon-3.0\AceAddon-3.0.lua...
File: Linkepedia11-13-11
The update was fantastic, thank you...
Posted By: unlimit
The update was fantastic, thank you very much. Just found Linkepedia, had always used Linkerator and I was beyond distraught for the past year(ish?). Just randomly searched Linkerator to see if perhaps he had started it up again, and found this! Thanks a ton, again!
File: A Clockwork Warcraft09-16-11
Favorited. Should be one of th...
Posted By: unlimit
Favorited. Should be one of the included game translations, if not the default one.
File: LootPrice08-14-11
Neat addon! I could see where th...
Posted By: unlimit
Neat addon! I could see where this could come in handy a LOT of the time!
File: AutoAttackIndicator04-12-11
That's a pretty neat little idea....
Posted By: unlimit
That's a pretty neat little idea. Favorited for originality! :)
File: Supervillain UI (Classic)07-28-10
One of the best UI compilations I'v...
Posted By: unlimit
One of the best UI compilations I've ever seen. Excellent job!
File: Tetris07-13-10
Originally posted by Wildbreath A...
Posted By: unlimit
Originally posted by Wildbreath All for beta testing, lol ;) but still murlock raider.. psss :] I'm not trying to be mean here, as I actually enjoy your addon unlike most of the ones I've seen, but... You shouldn't be uploading specifically so you can attempt getting into the beta. That's not cool, that's not fun for everyon...
File: TrashEq07-13-10
Oh COME ON. Blessed Medallion of...
Posted By: unlimit
Oh COME ON. Blessed Medallion of Karabor and a Riding Crop? Two things that I don't believe people have even used for god knows how long.
File: Acceptance07-13-10
Oh, I really should apologize. You...
Posted By: unlimit
Oh, I really should apologize. Your addon Angrycat is actually quite useful and refreshingly simple. I juz b trolin'.
File: Acceptance07-13-10
When the below is the entirety of y...
Posted By: unlimit
When the below is the entirety of your addon during a beta key giveaway to addon authors, something up. local popups = {} local _G = getfenv(0) for i=1,STATICPOPUP_NUMDIALOGS do table.insert(popups, _G) end local function IsFriend(name) for i=1,GetNumFriends() do if GetFriendInfo(i) == name then return true end end...