Results: 9Comments by: Colenzo
File: GupPet09-02-12
The code seems to cause taint to th...
Posted By: Colenzo
The code seems to cause taint to the glyph window: 9/2 13:31:43.312 Global variable _ tainted by GupPet - Interface\AddOns\GupPet\GupPet_AutoCompanion.lua:129 GupPet_AutoCompanionUpdate() 9/2 13:31:43.312 Execution tainted by GupPet while reading _ - Interface\AddOns\Blizzard_GlyphUI\Blizzard_GlyphUI.lua:174 GlyphFrame_Update()...
File: BossQuote07-03-10
added new 3.3.5 stuff, should be on...
Posted By: Colenzo
added new 3.3.5 stuff, should be online soon
File: BossQuote02-28-10
Lich King added there is still ple...
Posted By: Colenzo
Lich King added there is still plenty of stuff i don't know where it is used :mad: anybody done the Quel'Dalar or Shadowmourne Quest?
File: BossQuote02-27-10
soon tm - wanted to kill the LK fir...
Posted By: Colenzo
soon tm - wanted to kill the LK first before searching trough the sound files.
File: broker-cashflow02-27-10
there is a bug with characters spor...
Posted By: Colenzo
there is a bug with characters sporting zero gold :D line 270 - compare number with nil this is a quick-fix solution: @@ -264,7 +264,8 @@ else return a > b end - elseif( a == b ) then + elseif((a == b) + or a == nil or b == nil) then return a.charname < b.charname else return a < b
File: BossQuote12-29-09
Sry, but including yells is a pain...
Posted By: Colenzo
Sry, but including yells is a pain in the ass :D there are >4000 quotes. Thats a lot of work to write it down! The advantage of sound only is that you get local specific without work ;) You can write a Macro of your own for your favorit. That's what the "Last Played" thing is about, you get something like: /script PlaySoundF...
File: BossQuote11-16-09
play the sound, no yelling.
Posted By: Colenzo
play the sound, no yelling.
File: Volumizer08-02-09
could you please add the old "Sound...
Posted By: Colenzo
could you please add the old "Sound_ListenerAtCharacter" Switch?
File: DotIt02-21-09
nice bars ;) however, the addon...
Posted By: Colenzo
nice bars ;) however, the addon has a 'memory leak' even while idle the memory usage increase like hell! The updateFrameLevel() func in sbar.lua seems to be the cause, maybe you can have a look. and second: if you logon as a paladin you get a ton of errors cause DotIt.Spells is missing :( Here some Paladin stuff (yust wha...