Results: 18Comments by: Sorian
File: Buttonhole Advanced Reborn03-07-10
There is no option for that current...
Posted By: Sorian
There is no option for that currently, but it should be easy enough to add. I will try to get it in and release it as part of the next version.
File: Bartender408-23-09
Issues since 3.2
Posted By: Sorian
Every time I log onto my warlock the default blizzard pet bars appears behind bartender and I get a rep bar across my screen. Enabling and disabling "Use blizzard vehicle bar" in the bartender options fixes it. This does not occur when I log on my druid.
File: Confirm Release08-09-09
Fixed in version 1.5, which should...
Posted By: Sorian
Fixed in version 1.5, which should be available soon.
File: Karma (player tracking/LFG tool)07-20-09
When I click to download v30102.D i...
Posted By: Sorian
When I click to download v30102.D it downloads CommonersQuest.
File: Lootster07-01-09
Found 1 more definite bug and 1 mor...
Posted By: Sorian
Found 1 more definite bug and 1 more possible one. First, if lootster is in 100/1000 mode or Usage Mode and you call for a roll on an item with class restrictions you will get a bug about string.format on line 17987 missing the third variable. I believe the problem is that line 17939: usagePlease = LOOTSTER_USAGENORM_LIST; n...
File: Uckfup06-30-09
Originally posted by blackpandemic...
Posted By: Sorian
Originally posted by blackpandemic I mean, he failed regardless. Why be picky? :p Actually, I added it to my version and it is kind of nice (for everyone) seeing Light Bomb instead of Searing Light or Frogger instead of Explode.
File: Lootster06-30-09
May have found another bug. Lootste...
Posted By: Sorian
May have found another bug. Lootster is giving greed rolls priority over need rolls in 100/1000 mode. These may be the problem lines (starting around line 20909, made some modifications, so not sure.): t1 = Lootster_Rolls.Tier; t2 = Lootster_Rolls.Tier; I believe that should be: t1 = Lootster_Rolls.Usage; t2...
File: Lootster06-29-09
Glad to help :) Love this addon....
Posted By: Sorian
Glad to help :) Love this addon. Any time we get new raiders in our group I get asked about it.
File: Lootster06-29-09
In 3.0 100/1000 rolling is not work...
Posted By: Sorian
In 3.0 100/1000 rolling is not working. People that roll 1-1000 are getting a message that their roll is out of range. I believe the problem is line 17804. It should be something like: elseif ((Lootster_NBG ~= LOOTSTER_NBG_1001000) and (maxRoll ~= rngRoll)) then otherwise the 1-1000 rolls will be caught by this line and not cou...
File: Satrina Buff Frames 306-12-09
Awesome to hear Satrina. For now, I...
Posted By: Sorian
Awesome to hear Satrina. For now, I have added the code in for the option myself.
File: Satrina Buff Frames 306-09-09
Aura color
Posted By: Sorian
Is there an option I am missing somewhere to have Aura bars a different color? If not, can an option be added for that in a future release?
File: Uckfup05-27-09
No Changes
Posted By: Sorian
It does not appear any files changed between the last release and this one (r20090527).
File: PlayerScore / GearScore05-26-09
Small bug
Posted By: Sorian
Love this addon, but it seems to have a small problem in raids. Sometimes, if I hover over a players raid frame that is near me and then hover over a players raid frame that I have never seen before, they show as having the same gearscore as the last person I hovered over.
File: Titan HonorMarks01-24-09
Fixed this addon to show marks and...
Posted By: Sorian
Fixed this addon to show marks and honor properly at startup and added support for SoTA. http://rapidshare.com/files/188918837/HonorMarksFix.zip
File: Titan HonorMarks01-10-09
Looking at the code this mod seems...
Posted By: Sorian
Looking at the code this mod seems set up to only update when your honor points value changes. Changing: -- RegisterEvent function TitanPanelHonorMarks_RegisterEvents() this:RegisterEvent("VARIABLES_LOADED"); this:RegisterEvent("HONOR_CURRENCY_UPDATE"); end -- UnregisterEvent function TitanPanelHonorMarks_UnregisterEv...
File: TomTom08-13-08
r164 fixed the problems for me, tha...
Posted By: Sorian
r164 fixed the problems for me, thanks. :)
File: Karni's Crap Filter08-13-08
For those of you having problems wi...
Posted By: Sorian
For those of you having problems with the Whitelist and the Close button, here is a fix: KarniCrap.lua line 1077 change from: if(not KarniWhitelist) then KarniWhitelist = default_Whitelist end; to if(not KarniWhitelist) then KarniWhitelist = {} end; Now, in each of your World of Warcraft\WTF\Account\\
File: TomTom08-12-08
I can't get Questhelper to display...
Posted By: Sorian
I can't get Questhelper to display waypoints anymore. They flash on and off really fast or don't display at all. Questhelper 0.47.19-alternate TomTom R163 Did anything change that would cause this that you can think of? I'll keep investigating and let you know if I find anything. Verified that this does not occur with R162.