Results: 6Comments by: darkstar123456
File: sInterrupt07-05-11
Correction for 4.2
Posted By: darkstar123456
Just change line 23 from : local timestamp, eventType, hideCaster, sourceGUID, sourceName, sourceFlags, destGUID, destName, destFlags, spellID, spellName, _, extraskillID, extraskillname = ...; to: local timestamp, eventType, hideCaster, sourceGUID, sourceName, sourceFlags, sourceRaidFlags, destGUID, destName, destFlags, destRai...
File: oUF_Hank02-02-11
Originally posted by Jestyr991 Qu...
Posted By: darkstar123456
Originally posted by Jestyr991 Question - Is there a way to change the empty color? To like a low alpha red insted of the black/grey?:banana: Look on the author's FAQ : http://www.wowinterface.com/portal.php?id=649&a=faq&faqid=597
File: oUF_Hank01-27-11
Thank's for your code ! Original...
Posted By: darkstar123456
Thank's for your code ! Originally posted by Amnerys The problem I'm having with trying to transfer the buffs code to custom_modifications is that it doesn't seem to recognize power bars like holy power, etc. and it won't work with the aura magnifications. I think this is due to the loading order: oUF, oUF_Hank config (config.lu...
File: oUF_Hank01-26-11
@Amnerys : I'm a very noob in .l...
Posted By: darkstar123456
@Amnerys : I'm a very noob in .lua and I'm also trying to find a way to include my/our modifications to custom_modifications.lua so if you have private answers, please contact me ! For your problem about Raid Icon, this is how I did : FindoUF_Hank.PostUpdateName = function(self) if (self.name) then -- Reanchor raid icon...
File: oUF_Hank01-23-11
Originally posted by Amnerys I re...
Posted By: darkstar123456
Originally posted by Amnerys I really like the buff/debuff display for the target frame, and I'm wondering if there's a simple way to enable the same functionality for the player frame? Wanted to do the same, after some hours of searching in custum_modifications.lua, I finaly found the solution in hank_v3.lua ! :D Search for...
File: HolyPowerNotify01-23-11
Update : stop sound flood
Posted By: darkstar123456
Hello, I really like your addon ! I was using MSBT (that does the same thing) but it was taking too much memory so I decided to find an addon doing just the sound :) BUT, I found the spam sound very annoying :( so I decided to update your addon. This file play sound only ONE time after reached the 3 Holy Power. If you have...