Tjate wrote:Thanks for a good addon !
But i need some help to tweak it
1. Nameplates is to close player / target ( if i target a gnome i only se the boots ) need more air between target and nameplate.
2. Nameplates are way to big, i wanna smaller and thinner and a thin frame ( like in Legion, small and thin )
3. Is it possible to disable nameplates on critters ?
4. Change the unitframe to look like UnitFramesImproved ( without standalone addon )
5. On enemy castbar put spellname on the bar
Please help me out here were to do this changes
sorry for bad English
//Tjate
1. im not sure this is possible to fix through addons, as changing the scale will make the problem worse, and direct changes to positioning are impossible with nameplates in vanilla.
2. i'll look at adding an option that still looks good, but also ~ this is vanilla and i do try to keep things relatively authentic. other addons can already offer this style & functionality and the sort of sleek, textureless, slightly bland look introduced in legion.
3. i *think* so yeah, it already does this for minor player pets. ill look into it.
4. im not going to add this into the core feature-set of modui. use modui_ified or the update to UnitframesImproved that has added modui support.
5. open
this file and go to line 26, change
- Code: Select all
TargetFrame.cast.text:SetPoint('TOPLEFT', TargetFrame.cast, 'BOTTOMLEFT', 2, -5)
to
- Code: Select all
TargetFrame.cast.text:SetPoint('TOPLEFT', TargetFrame.cast, 'BOTTOMLEFT', 2, 3)