Results: 6Comments by: SodiumIon
File: SnowfallKeyPress09-05-10
Accelerate mouse clicks?
Posted By: SodiumIon
In your docs you mentioned that you don't accelerate mouse buttons 1 and 2. Think you can give an option to turn on acceleration for those 2 buttons?
File: Scrolling Combat Text08-06-09
Originally posted by entropy43 To...
Posted By: SodiumIon
Originally posted by entropy43 To fix the HoT overheal spam, you can change the heal filter to apply to effective healing (instead of raw healing). In sct.lua line 520, change: if (amount < db) then return end to: if ((amount-overHeal) < db) then return end EavesDrop has a similar problem/fix (in EavesDrop.lua). Doe...
File: Doom_CooldownPulse07-03-09
Originally posted by Freki @Sodiu...
Posted By: SodiumIon
Originally posted by Freki @SodiumIon: I was able to find the problem you mention (for some reason, the UI doesn't recognize water elementals as normal pets). I fixed the problem, however... the icon is the same as frost nova, so I could see how that might be confusing. I'm thinking maybe some kind of distinguishing feature for pe...
File: WinterTime07-03-09
Originally posted by Mejina That...
Posted By: SodiumIon
Originally posted by Mejina That is something I have not added on purpose. Blizzards timer is not accurate, it is 1.03 x slow, and any time I can give would be off by a matter of 1-5 minutes. Since I can not give an accurate time, I choose not to give a time at all. Nothing to do with WinterTime, this is a Blizzard issue....
File: WinterTime06-28-09
Say think you might be able to give...
Posted By: SodiumIon
Say think you might be able to give an option to show the time it will start (basically local time + time remaining) instead of remaining time to start?
File: Doom_CooldownPulse05-17-09
Water Elemental's Freeze CD not showing
Posted By: SodiumIon
Water Elemental's Freeze CD not showing. :(