Page 4 of 7

Re: [PVP ADDON] BG Enemy Frames

PostPosted: Wed Feb 24, 2016 12:55 am
by kuurtzen
post the errors you're getting

Re: [PVP ADDON] BG Enemy Frames

PostPosted: Fri Feb 26, 2016 2:05 am
by Larnak
Hey kuurtzen!

The addon looks very nice and promising, so thank you for sharing! But unfortunately it does not seem to work for me :(
Do I need to do anything to activate the frames after installation?

The addon is correctly installed as it is listed (and activated) in the addon menu.

Another problem I encountered is that my selfcasting macro (if target is friendly = heal target, otherwise heal self by using CastSpellByName) does not work anymore if I activate BG Enemy Frames.

Do you have any ideas to solve the problems?

Re: [PVP ADDON] BG Enemy Frames

PostPosted: Fri Feb 26, 2016 3:07 pm
by kuurtzen
It doesn't work on BG's? as in you don't see any frames at all? Can you type the command "/efs" to see if the settings menu pops up?

regarding the CastSpellByName, I think the issue resides on my mouseover cast feature. I'll look into it
also, for reference, could you post the macro you're using?

Re: [PVP ADDON] BG Enemy Frames

PostPosted: Fri Feb 26, 2016 9:00 pm
by Larnak
Ah, /efs worked, thank you... I'm currently not at home so i cannot test it properly in BGs, I will do that next week.

I use supermacro and built a function there that i call in various macros:

Code: Select all
function HealTargetOrSelf(spell1)
    if (UnitIsFriend("player", "target") ) then 
        CastSpellByName(spell1)
    else 
        CastSpellByName(spell1, 1)
    end
end


It simply casts the spell1 on me if I do not have a friendly target. When I disable BG Enemy Frames it works fine. With activated addon, the cursor just switches to casting mode when I have no target instead of healing me. Do you have any idea to solve this?

Thank you!

Re: [PVP ADDON] BG Enemy Frames

PostPosted: Sat Feb 27, 2016 12:48 pm
by kuurtzen
Identified and fixed(hopefully) the issue.

https://github.com/zetone/enemyFrames

Along with that fix:
- now usable outdoors
- right-clicking a unit will bring up a mark icon menu
- new layout option(see pic)
- several UI/core adjustments
- mouseover feature - can cast a spell on the unit you have your mouse over (disabled by default)
/efs to bring up the settings menu

Image

Re: [PVP ADDON] BG Enemy Frames

PostPosted: Mon Feb 29, 2016 9:05 pm
by Cruzix
Seem to be gettin this error alot since last update http://i.imgur.com/4g1yyGb.png

Re: [PVP ADDON] BG Enemy Frames

PostPosted: Mon Feb 29, 2016 10:05 pm
by kuurtzen
that's odd. that particular verification shouldn't happen inside BGs. looking into it

Re: [PVP ADDON] BG Enemy Frames

PostPosted: Tue Mar 01, 2016 4:11 am
by slipryy
does it swap target in the world?

Re: [PVP ADDON] BG Enemy Frames

PostPosted: Tue Mar 01, 2016 2:12 pm
by kuurtzen
Cruzix wrote:Seem to be gettin this error alot since last update http://i.imgur.com/4g1yyGb.png


Just to make sure, are you using a english client?

slipryy wrote:does it swap target in the world?


If you mean if it changes your target so you lose combo points. it never does, be it inside BGs or outside. I am however, implementing a Incoming Spells warning feature that will do that but it is optional so there won't be a problem there either

Re: [PVP ADDON] BG Enemy Frames

PostPosted: Tue Mar 01, 2016 3:20 pm
by Cruzix
kuurtzen wrote:
Cruzix wrote:Seem to be gettin this error alot since last update http://i.imgur.com/4g1yyGb.png


Just to make sure, are you using a english client?


Yes ofc, im not rlly sure what that error is caused by but I also noticed if your teammates are getting MC'd an error will pop up too - dont have a SS of that error tho