Jump to content
reflect

[Addon] FocusFrame

Recommended Posts

On 2/23/2017 at 0:05 PM, jagonx said:

 

(btw, is there a way to notify people about a post without quoting?)

I've read your message (always do, though I may take a long time to respond).

Like he said, it's possible, though I hate hardcoding support for specific addons so I'll try to do something more generic. Should be a larger update coming soonish.

Edited by shirsig

Share this post


Link to post
Share on other sites
12 hours ago, jagonx said:

Thats just great!

You can now add frames for lua expressions evaluating to unit names.

For this for example: /cdframes frame focus CURR_FOCUS_TARGET

Share this post


Link to post
Share on other sites
2 часа назад, shirsig сказал:

You can now add frames for lua expressions evaluating to unit names.

For this for example: /cdframes frame focus CURR_FOCUS_TARGET

OMG it is works !!! THAK YOU.

However i got somу issues with updated version. Moving to yor topic.

Share this post


Link to post
Share on other sites

v1.0b

- Statustext is now always shown when "Status Bar Text" is enabled under Interface options.

- Focus data related stuff is now a module (WIP) that can be used in other addons.

- Focus level, portrait and leader status is now updated by events and not only on focus targeted.

- Focus is now cleared on loading screens & release spirit clicked.

- Add border shield around castbar when the cast is immune against interrupts. (Only works with certain spells for now)

- Add enemyFrames portrait debuff support.

- Add ClassPortraits support.

- Add cmd "/fswap" to target focus and set previous target as new focus.

- Add cmd "/fcast petattack" to make pet attack focus.

- Add cmd "/fassist" to assist focus.

- Add cmd "/foption reset" to reset addon to default settings.

- Fix castbar not resetting back to original position after being moved down due to too many auras displayed.

- Fix "/focus name" not working when name is only entered partially.

- Big performance improvements.

https://github.com/wardz/FocusFrame/releases

 

Note: A lot has been changed in this update. If you're using any addons that modify the *look* of FocusFrame, this
update will most likely break those addons! You may want to keep using the old FocusFrame version until they get updated.

Edit: Added a hotfix after posting this. Please redownload if you downloaded previous version.

Edited by reflect

Share this post


Link to post
Share on other sites

@reflect 

On 2/3/2017 at 8:37 AM, reflect said:

v1.0b

Thank you so much for this, I cannot express how awesome this is!
It's safe to say that this is one of the best addons that has ever been made for vanilla WoW.
Keep up the good work mate! :)

Share this post


Link to post
Share on other sites

@Swagkhalifa thanks:)

 

v1.1.0

- Add pet target for focus unit ID scans.
- Add support for luna clickcasting. (#4)
- Targetting & frame improvements when fighting hunters with petname sat as the exact same name as a player.

- Fix certain frame visuals not being updated on focus mind controlled.
- Fix /fcast casting friendly spells on player(self) instead of focus when focus is not able to be cast on and auto self cast is enabled.
- Fix /fcast sometimes targeting yourself when focus unit is not found.
- Fix focus data sometimes not being cleared properly on focus changed.
- Fix small memory leak for buff data.

https://github.com/wardz/FocusFrame/releases/tag/v1.1.0

Share this post


Link to post
Share on other sites
2 hours ago, Cruzix said:

I've been using https://github.com/Ko0z/ClassPortraits_Vanilla but this version doesn't seem to be supported by FocusFrame - do you mind making support for it and/or link to the other ClassPortraits version that is supported? :)

I'm using this one: link

 

But I can add support for the version u posted aswell later, as it seems to be exactly the same but with different folder name for texture

Share this post


Link to post
Share on other sites
25 minutes ago, reflect said:

But I can add support for the version u posted aswell later, as it seems to be exactly the same but with different folder name for texture

Please do, I'm not that big of a fan of the class icons used in the addon you linked :D

Edited by Cruzix

Share this post


Link to post
Share on other sites
On 23.3.2017 at 4:18 PM, Cruzix said:

Please do, I'm not that big of a fan of the class icons used in the addon you linked :D

Support for ClassPortaits_Vanilla is now added in newest release 

Share this post


Link to post
Share on other sites

I "upgraded" it and now it resets every time i die. Why? It was usefull for picking out the most annoying healer in AB, to focus-fear him and try to focus-spell lock. Now it just straight-up doesnt work in that situation...

 

 

Also, is there a way to straight-up target focus? Need to send my pet to attack it before it can spell lock if focus is out of range. Have no way of doing that now, i think. I would just target focus and /script PetAttack(target) and TargetLastTarget, but cant target my focus with simple command.

 

Edited by Arnak

Share this post


Link to post
Share on other sites
11 hours ago, Arnak said:

I "upgraded" it and now it resets every time i die. Why? It was usefull for picking out the most annoying healer in AB, to focus-fear him and try to focus-spell lock. Now it just straight-up doesnt work in that situation...

You can turn that off using /foption nohide

11 hours ago, Arnak said:

Also, is there a way to straight-up target focus? Need to send my pet to attack it before it can spell lock if focus is out of range. Have no way of doing that now, i think. I would just target focus and /script PetAttack(target) and TargetLastTarget, but cant target my focus with simple command.

 

You can target focus using /tarfocus or clicking on the portrait. But for petattack you can just do /fcast petattack and it'll work as long as the focus is in range.

Edited by reflect

Share this post


Link to post
Share on other sites
21 час назад, reflect сказал:

You can turn that off using /foption nohide

You can target focus using /tarfocus or clicking on the portrait. But for petattack you can just do /fcast petattack and it'll work as long as the focus is in range.

Oh, thanks. I thought i've read everything, but apparently i am just dumb.

Share this post


Link to post
Share on other sites

Greetings!

Here is the macro i used to use in retail TBC and onwards:

/clearfocus [modifier:shift] 
/focus [target=focus,noexists]; [target=focus,dead] 
/clearfocus [target=focus,help] 
/petstay 
/petfollow 
/stopcasting 
/cast [pet:succubus,target=focus,exists,harm] Seduction; Seduction

Now i'm trying to implement it to vanilla, but no luck(knowledge) so far. I have both FocusFrame and CastModifier and after 1000x tries, i still cant make it work. Any help would be much appreciated!

Share this post


Link to post
Share on other sites
2 hours ago, Jazzwah said:

Greetings!

Here is the macro i used to use in retail TBC and onwards:

/clearfocus [modifier:shift] 
/focus [target=focus,noexists]; [target=focus,dead] 
/clearfocus [target=focus,help] 
/petstay 
/petfollow 
/stopcasting 
/cast [pet:succubus,target=focus,exists,harm] Seduction; Seduction

Now i'm trying to implement it to vanilla, but no luck(knowledge) so far. I have both FocusFrame and CastModifier and after 1000x tries, i still cant make it work. Any help would be much appreciated!

CastModifier doesn't support conditionals for /focus and /clearfocus afaik. I also think you have to replace target="focus" with @focus, but im not 100% sure

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×