EnemyBuffTimersVanilla

Re: EnemyBuffTimersVanilla

by Karrier » Thu Apr 02, 2015 5:14 pm

schaka wrote:
Poony wrote:How are the CTMod buff and debuff frame called? Anyone knows?

Just not sure what to replace in

local region=getglobal(firstToUpper(unitID).."FrameBuff"..i)
local region=getglobal(firstToUpper(unitID).."FrameDebuff"..i)

Thanks in advance

CTMod should be just "TargetFrameBuff"..i

Karrier wrote:I have the same question as above, but for X-Perl and LunaUnitFrames

where can I check what are those frames called?


type /run message(GetMouseFocus():GetName()) while mouseovering a buff/debuff and you will find what it's called. Then proceed as above.

[


ok I used the /run command you said and got this for X-Perl:
local region = getglobal("XPerl_Target_BuffFrame_Buff"..i)
local region = getglobal("Xperl_Target_BuffFrame_DeBuff"..i)


But is this working as intented?:
the name of the spell casted appears on the chat, on white letters, "Fear", "Shadow Bolt", etc

can I fix/disable this?
EDIT: I think I found it, I disabled:
--this:RegisterEvent("SPELLCAST_START")
--this:RegisterEvent("SPELLCAST_STOP")


Also I see it makes a sound alarm when Fear ends (I think), but somehow it does not always make the sound (it alerts like 50% of times only).
What could I check to make it sound always? Or maybe the sound is not cause of Fear
I was not able to find anything about sounds on the lua (I'm not programmer :P)


Thanks, its awesome addon
Karrier
Sergeant
Sergeant
 

Re: EnemyBuffTimersVanilla

by schaka » Thu Apr 02, 2015 9:04 pm

There is nothing in it that makes a sound. That must be another addon!
schaka
Senior Sergeant
Senior Sergeant
 

Re: EnemyBuffTimersVanilla

by Karrier » Fri Apr 03, 2015 2:49 am

schaka wrote:There is nothing in it that makes a sound. That must be another addon!


its so strange cause no addon was making sounds until I installed yours

I also noticed minor errors in bongos when I manually click on a skill icon

anyways thanks for the addon <3
Karrier
Sergeant
Sergeant
 

Re: EnemyBuffTimersVanilla

by Gothic » Sat Apr 04, 2015 1:36 am

yo Schak, how yo increase font of numbers?
User avatar
Gothic
Tester
 

Re: EnemyBuffTimersVanilla

by Georgerr » Mon Apr 13, 2015 9:57 am

How can I make it work with X-Perl?

and
Gothic wrote:yo Schak, how yo increase font of numbers?
Wakeandbake
Tauren Warrior
User avatar
Georgerr
Sergeant
Sergeant
 

Re: EnemyBuffTimersVanilla

by schaka » Tue Apr 14, 2015 10:19 am

Gothic wrote:yo Schaka, how yo increase font of numbers?

Check the previous page, please.

XPerl doesn't have XPerlTargetBuff1 etc (afaik, it doesn't in TBC at least). Therefore you have to write some (complicated) logic to match the buff EnemyBuffTimers tries to attach the cooldown frame to.

Just stop using XPerl. They're the worst unitframes ever and were written by some idiot.
schaka
Senior Sergeant
Senior Sergeant
 

Re: EnemyBuffTimersVanilla

by leti » Mon Apr 20, 2015 11:14 am

when im using this addon it pops message on my chat box on every spell what i am casting
http://imgur.com/u4NOg6R
is there any way to prevent this?
leti
Tester
 

Re: EnemyBuffTimersVanilla

by Karrier » Tue May 05, 2015 12:56 pm

Hey Schaka, anyway to solve this bug when using LunaUnitFrames? :

I get this yellow counter(s) in middle of screen (many numbers at same time), when fighting multiple mobs, specially in raids.
If you check carefully you can see a black square at the very bottom-left corner on the screen (behind chat), it seems like a radial buff going, it even flashes when it completes/expires.
Image


https://forum.nostalrius.org/viewtopic. ... =60#p68294
Karrier
Sergeant
Sergeant
 

Re: EnemyBuffTimersVanilla

by schaka » Tue May 05, 2015 5:01 pm

It's not a PvE mod. If there are several mobs with the same name and it tracks debuffs for that name, but you're targeting a mob that doesn't have ALL of the debuffs it tracks, then the timers won't be properly anchored. Don't use it when doing 10mans or even 5mans. It's okay for solo play and it's definitely great for PvP. But not for this.
schaka
Senior Sergeant
Senior Sergeant
 

Re: EnemyBuffTimersVanilla

by Karrier » Tue May 05, 2015 7:09 pm

I see thanks!

It's cause it never gave me any kind of problem when i was using X-perl, so I wonder if there was some way to move that anchor to a better place :)

Also Im getting this on BGs too, but there is no "same name mob" in those, just players with different names
Karrier
Sergeant
Sergeant
 

PreviousNext

Return to Addons & macros