Results: 16Comments by: sadris
File: BadKitty05-25-10
Can you please add support for Thun...
Posted By: sadris
Can you please add support for Thunderclap and equivalents? (Infected Wounds, the death knight one, etc) :)
File: Simple Buff Bars08-12-08
How exactly is the buff sorting don...
Posted By: sadris
How exactly is the buff sorting done? It doesn't seem to follow a logical pattern at all. It is not alphabetical, nor by duration, nor by time received. Personally I find it very hard to notice important buff gain/losses if they aren't sorted by when they were gained (ie: Inspiration/Drums should be at the bottom of the list)
File: Simple Buff Bars08-11-08
WLK?
Posted By: sadris
Looks exactly like ElkBuffBars :> Is there a WLK port in the works?
File: ItemRack10-02-07
relics
Posted By: sadris
Relics are not properly detected in the new itemrack (idols, totems, etc)
File: MikScrollingBattleText08-05-07
missing events
Posted By: sadris
MSBT is not showing damage from "wild" mobs, for example those on the Achimonde and Illidan encounters, these include Doomfire, Demon Fire, and Blaze. The event is: Blaze hits you for 3750 Fire Damage. (1250 resisted) CHAT_MSG_SPELL_CREATURE_VS_SELF_DAMAGE
File: kEnergy06-04-07
Originally posted by kergoth Try...
Posted By: sadris
Originally posted by kergoth Try the latest version please, let me know if you're still running into difficulties. Thanks for the report. I am still getting the same errors.
File: kEnergy05-26-07
error on startup while in cat form:...
Posted By: sadris
error on startup while in cat form: frame.lua:66 attempt to perform arithmetic on local 'x' (a table value) error shifting out of cat form: addon.lua:254 attempt to index field 'events' (a nil value)
File: RatingBuster03-04-07
Would it be possible to have AGI be...
Posted By: sadris
Would it be possible to have AGI be converted to Dodge% in the tooltip?
File: Spelltips12-02-06
Sure about that? I can't imagine wh...
Posted By: sadris
Sure about that? I can't imagine why they would word it as "of your healing over time spells" if it didn't affect every HoT.Ah yes, it is now effecting other HoTs, but it seems to be interacting with Lifebloom differently than other spells; I will investigate further Read my comment posted 11-29-2006 06:28 AM below. My method is m...
File: Spelltips12-01-06
empowered
Posted By: sadris
One more bug, the empowered talents are being calculated incorrectly. You are using: baseheal + plushealing*1.1*1.2 (assuming I have 10% for Gift of Nature and 20% for emp healing touch) However, the correct calculation is: baseheal*1.1 + plushealing*1.1*1.2 or (baseheal + plushealing*1.2)*1.1
File: Spelltips12-01-06
The downranking code seems to be pi...
Posted By: sadris
The downranking code seems to be picking the incorrect level. I used your Renew code as a base: levels = {14,20,26,32,38,44,50,56,60,65,70} So I made up an array and added it for Healing Touch: levels = {8,14,20,26,32,38,44,50,56,60,62,69} Meaning that rank 2 is learned at level 8, rank 4 at level 20. However, SpellTips :...
File: Spelltips12-01-06
Empowered Rejuvenation effects ONLY...
Posted By: sadris
Empowered Rejuvenation effects ONLY rejuvenation. (not lifebloom, regrowth, etc) The correct numbers for Lifebloom are: bonus = .542 -- tick part bonus = .47667 -- bloom part
File: Spelltips11-27-06
Here are the levels at which each D...
Posted By: sadris
Here are the levels at which each Druid spell is learned: Wrath - levels = {1,6,14,22,30,38,46,54,61,69} Moonfire - levels = {4,10,16,22,28,34,40,46,52,58,63,70} Rejuvenation - levels = {4,10,16,22,28,34,40,46,52,58,60,63,69} Entangling Roots - levels = {8,18,28,38,48,58,68} Regrowth - levels = {12,18,24,30,36,42,48,54,60,65} S...
File: Spelltips11-27-06
nt
Posted By: sadris
Here is a function + the data structure of what I had thought up: spells = {} spells.Druid = {} spells.Druid = {} spells.Druid.levels = {1, 8, 14, 20, 26, 32, 38, 44, 50, 56, 60, 62, 69} spells.Druid.casttime = {1.5, 2, 2.5, 3, 3.5, 3.5, 3.5, 3.5, 3.5, 3.5, 3.5, 3.5, 3.5} -- Empowered Healing Touch, Gift of Natur...
File: Spelltips11-26-06
downranking
Posted By: sadris
Will the new release account for the heal downranking nerf? If you want me to make the code for Druids' levels at which each heal rank was trained, I could do that; just give an example of how you would format it for Priests.
File: ErrorMonster11-09-06
Disabling sound
Posted By: sadris
Is there a way to turn off the verbal messages that are spammed as well? "I need mana!" I know this can't be done Lua-atically, but could you like provide blank sound files or something?