Results: 13Comments by: ardente
File: Ghost: Pulse 308-31-12
MoP version
Posted By: ardente
here: https://dl.dropbox.com/s/xj5sok8g0rsjpw9/GhostPulse3-mop.zip?dl=1 What changed: ToC interface version changed to 50001 `GetNumRaidMembers() > 0` changed to `UnitInRaid('player')` `GetNumPartyMembers() > 0` changed to `UnitInParty('player')` Spellbook scanning working. Enjoy :)
File: ElvUI Lite12-02-11
Awesome! This will make transition...
Posted By: ardente
Awesome! This will make transition from v2 to v3 more smooth. Many thanks for this patch, Elv.
File: FaceShooter08-16-11
Hi Midnight! In 4.2 COMBAT_LOG_E...
Posted By: ardente
Hi Midnight! In 4.2 COMBAT_LOG_EVENT_UNFILTERED arguments has been changed. There is srcFlags2 after srcFlags and dstFlags2 after dstFlags. Line in FaceShooter_Events.lua function FS:COMBAT_LOG_EVENT_UNFILTERED(event, timeStamp, combatEvent, _, srcGUID, srcName, srcFlags, dstGUID, dstName, dstFlags, spellID, spellName, spell...
File: Ghost: Pulse 307-14-11
Patches for 4.2 COMBAT_LOG_EVENT fo...
Posted By: ardente
Patches for 4.2 COMBAT_LOG_EVENT format. Players.lua@20 local function HandleCombatLog(timeStamp, event, _, sourceGuid, sourceName, sourceFlags, _, destGuid, destName, destFlags) Spells.lua@208 local function HandleCombatLog(timeStamp, event, _, sourceGuid, sourceName, sourceFlags, _, destGuid, destName, destFlags, _, spellId...
File: ElvUI12-17-10
Hi Elv! Please change MIN_SCALE in...
Posted By: ardente
Hi Elv! Please change MIN_SCALE in colldown.lua from 0.5 to 0.3 (or make this parameter configurable). Timer text still readable with this scale.
File: ElvUI12-10-10
Hello Elv! Looks like there is a m...
Posted By: ardente
Hello Elv! Looks like there is a mistake in scripts/mirror.lua on line 77 (hardcoded texture). Btw, there is any chance to add an optional panel at top/bottom/left/right for panel-less LDB displays like StatBlockCore?
File: Faceroller11-26-10
More fixes Index: D:/work/wow/Fa...
Posted By: ardente
More fixes Index: D:/work/wow/Faceroller/trunk/Faceroller.lua =================================================================== --- D:/work/wow/Faceroller/trunk/Faceroller.lua (revision 17) +++ D:/work/wow/Faceroller/trunk/Faceroller.lua (working copy) @@ -145,7 +145,8 @@ if playerClass == "WARRIOR" or pl...
File: ElvUI11-22-10
tukui/scripts/mirror.lua:10 texture...
Posted By: ardente
tukui/scripts/mirror.lua:10 texture = TukuiCF.blank, May be shold be "normTex" instead of "blank"?
File: ElvUI11-21-10
Originally posted by olm3r got so...
Posted By: ardente
Originally posted by olm3r got some lags when open map with tracking quests! Same problem without any installed addons. Looks like bliz's bug.
File: ElvUI11-17-10
Please remove if TukuiDB.client...
Posted By: ardente
Please remove if TukuiDB.client == "ruRU" then TukuiCF.uffont = ] from modules/autodisable.lua. Myriad.ttf already have cyrillic glyphs.
File: Stay Focused! Hunter Helper10-29-10
Link This is "Hunter Got Focus" ad...
Posted By: ardente
Link This is "Hunter Got Focus" addon :) btw, it will be nice to have color for max focus (overcap) and color for multishot (useful for trash packs and solo farming).
File: Stay Focused! Hunter Helper10-28-10
It will be nice to count Terminatio...
Posted By: ardente
It will be nice to count Termination from MM spec in precast visualization :) http://www.wowhead.com/spell=83490
File: FaceShooter05-09-10
ruRU fix
Posted By: ardente
Hello and thanks for great addon! There is a minor fix to ruRU locale: = "Добавляет" = "Урон:" Tested and works well. Thanks.