Results: 14Comments by: Stijn
File: MiirGui [Core]07-28-18
I get an error as soon as I connect...
Posted By: Stijn
I get an error as soon as I connect to the game. Should be fixed. If not, it is not a top priority because it only happens once per character per patch. (on first login) It happens on each login for me, but the stack trace is a bit different. It seems to conflict with the MoveAnything addon? Message: ...ce\AddOns\miirGui\onDem...
File: vlakCooldowns08-06-13
It's a bit late, but here's an upda...
Posted By: Stijn
It's a bit late, but here's an updated list for Rogues. = { 13750 -- Adrenaline Rush ,13877 -- Blade Flurry ,2094 -- Blind ,31224 -- Cloak of Shadows ,74001 -- Combat Readiness ,51722 -- Dismantle ,1725 -- Distract ,5277 -- Evasion ,1776 -- Gouge ,1766 -- Kick ,408 -- Kidney Shot ,51690 -- Kil...
File: MiirGui Texture Pack [Grey]06-30-13
I'm getting this error frequently:...
Posted By: Stijn
I'm getting this error frequently: Date: 2013-06-30 11:55:14 ID: -1 Error occured in: AddOn: miirGui Count: 108 Message: Note: AddOn miirGui attempted to call a protected function (SecondaryProfession4SpellButtonRight:Show()) during combat lockdown. Debug: : Show() miirGui\core.lua:511: miirGui\core.lua:444...
File: Aloft09-28-11
Just noticed a small cosmetic bug....
Posted By: Stijn
Just noticed a small cosmetic bug. Suddenly the colour of Shannox's bar changed into that of a Mage. Hiding and showing nameplates didn't change it back to normal.
File: Aloft10-14-10
Only first noticed the problem when...
Posted By: Stijn
Only first noticed the problem when I took the screenshot, and we ended the raid after that. Will try the command as soon as I can.
File: Aloft10-14-10
The old 'white square' bug seems to...
Posted By: Stijn
The old 'white square' bug seems to be back, this time together with a bar. It's in the top left of this picture: http://wow.attyx.net/WoWScrnShot_101410_231906.jpg
File: Aloft Alpha04-14-10
Just updated to the latest version,...
Posted By: Stijn
Just updated to the latest version, but was wondering if this bug has been fixed since the previous version: http://imgur.com/MWWhO.jpg The white square randomly appears sometimes. I'm pretty sure it is Aloft, cause it disappeared when I moved a bit back and the health bar disappeared. It reappeared when I moved closer again.
File: LightHeaded03-29-10
Is it possible to show the LH frame...
Posted By: Stijn
Is it possible to show the LH frame when you open a quest from the Quest/Achievement Tracker?
File: CooldownWatch12-24-09
This seems to fix the error that ap...
Posted By: Stijn
This seems to fix the error that appeared in 3.3 when logging in. In CooldownWatch.lua replace if event == 'VARIABLES_LOADED' then CooldownWatch:Initialize() frame:UnregisterEvent('VARIABLES_LOADED') with if event == 'ADDON_LOADED' and arg1 == 'CooldownWatch' then CooldownWatch:Initialize() CooldownWatchAnchor...
File: WowLua08-23-09
Ah that's a shame :\
Posted By: Stijn
Ah that's a shame :\
File: WowLua08-23-09
Could you add support for indenting...
Posted By: Stijn
Could you add support for indenting with tabs instead of spaces?
File: Urban Achiever08-11-09
Urbin, it's already updated Erro...
Posted By: Stijn
Urbin, it's already updated Errors I found (on Alliance, didn't check Horde): - missing 'Heroic: Trial of the Champion" - wrong version of 'Trial of the Champion'
File: Urban Achiever08-07-09
Nowhere in my post I was offensive,...
Posted By: Stijn
Nowhere in my post I was offensive, yet you decide to get offensive. I am not bitching, I am merely giving criticism. The achievement series issue: GetPreviousAchievement() The Feat of Strength issue: I admit that I like this feature. But maybe you should only use your current method for this category. Maybe set the max achievem...
File: Urban Achiever08-06-09
From a quick glance at the code, I...
Posted By: Stijn
From a quick glance at the code, I notice the addon is hard-coded to try and find info for achievements 1 trough 3400 (hence the missing achievements). This is terrible design, instead the author should have chosen to make use of the other implementation of GetAchievementInfo(). About the faction specific achievements: these are...