[PVP ADDON] BG Enemy Frames

Re: [PVP ADDON] BG Enemy Frames

by kuurtzen » Wed Feb 24, 2016 12:55 am

post the errors you're getting
kuurtzen
Senior Sergeant
Senior Sergeant
 

Re: [PVP ADDON] BG Enemy Frames

by Larnak » Fri Feb 26, 2016 2:05 am

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?
Larnak
Tester
 

Re: [PVP ADDON] BG Enemy Frames

by kuurtzen » Fri Feb 26, 2016 3:07 pm

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?
kuurtzen
Senior Sergeant
Senior Sergeant
 

Re: [PVP ADDON] BG Enemy Frames

by Larnak » Fri Feb 26, 2016 9:00 pm

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!
Larnak
Tester
 

Re: [PVP ADDON] BG Enemy Frames

by kuurtzen » Sat Feb 27, 2016 12:48 pm

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
kuurtzen
Senior Sergeant
Senior Sergeant
 

Re: [PVP ADDON] BG Enemy Frames

by Cruzix » Mon Feb 29, 2016 9:05 pm

Seem to be gettin this error alot since last update http://i.imgur.com/4g1yyGb.png
Cruzix
Senior Sergeant
Senior Sergeant
 

Re: [PVP ADDON] BG Enemy Frames

by kuurtzen » Mon Feb 29, 2016 10:05 pm

that's odd. that particular verification shouldn't happen inside BGs. looking into it
kuurtzen
Senior Sergeant
Senior Sergeant
 

Re: [PVP ADDON] BG Enemy Frames

by slipryy » Tue Mar 01, 2016 4:11 am

does it swap target in the world?
slipryy
Senior Sergeant
Senior Sergeant
 

Re: [PVP ADDON] BG Enemy Frames

by kuurtzen » Tue Mar 01, 2016 2:12 pm

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
kuurtzen
Senior Sergeant
Senior Sergeant
 

Re: [PVP ADDON] BG Enemy Frames

by Cruzix » Tue Mar 01, 2016 3:20 pm

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
Cruzix
Senior Sergeant
Senior Sergeant
 

PreviousNext

Return to Addons & macros