Download
(12Kb)
Download
Updated: 10-06-23 12:26 PM
Pictures
File Info
Compatibility:
Hot Fix (10.1.7)
Updated:10-06-23 12:26 PM
Created:01-17-21 06:01 AM
Downloads:1,366
Favorites:10
MD5:
Categories:Unit Mods, Action Bar Mods, Buff, Debuff, Spell, Healers

RaidFramesPlus

Version: 12.30
by: Taudier [More]

RaidFramesPlus enhances the blizzard compact frames in raid, party and arena.


- Version 12.1 : Added english, french and russian localizations. For other languages the default is NOT english, but a mix of localized strings, english and esperanto xd


Right click on the bliz' manager arrow at the left of your screen to show / hide the Config Panel.



Features

In raid 'combined groups' or in party with the raid interface or in arena :
- double sort the frames, by ROLE (tank, damager, healer) then by CLASS (rogue, warrior, priest...)
- chose the position of the player frame
- create macro to target / focus / assist the remapped frames, or use the blizzard Options -> Bindings interface
- cast spells on the remapped frames via macro (click on "Macro RaidFramesPlus" to see how they are constructed)
- anchor pets below their owner
- New 10.1.0 : Pet frames for party and arena
- The addon works in combat and doesn't break the blizzard UI. No taint error message.


And also :
- increase the size of buffs and debuffs (can be bypassed)
- hide/show the name and role icones
- hide the big border around frames when "display borders" is checked


Version 12.3 : fixed Ace3 tainting my config panel + issue with the highlight texture of the compact manager

Version 12.2 :*fixed : aura sizes didn't scale with the button height

Version 12.1 : Player names are pushed to the left when the role icons are hidden.
Added english, french and russian localizations. For other languages the default is NOT english, but a mix of localized strings, english and esperanto xd

Version 12 : New config panel !
The graphics should now look nice for our chinese friends who have larger builtin font size.
The roles "maintank" and "mainassist" have been removed.

Version 11 : added pet frames + 10.1.0 code updates

Version 10.2 : added focus and assist raid frames via macro or bindings. RaidFramesPlus has its own category in the bindings interface now.

Version 10.1 : added the ability to cast spells on the remapped unit frames via macro

Version 10 : DragonFlight release

Version 2.1 :
updated for 9.1

Version 2 :
fixed a bug due to the nameplates in dungeon
works with the 4 members party UI
Post A Reply Comment Options
Unread 01-24-23, 03:50 AM  
Taudier
A Wyrmkin Dreamwalker
AddOn Author - Click to view AddOns

Forum posts: 53
File comments: 40
Uploads: 18
Originally Posted by hasnogaems
Is there WotlK version?
no
Report comment to moderator  
Reply With Quote
Unread 12-26-22, 02:47 AM  
hasnogaems
A Flamescale Wyrmkin
 
hasnogaems's Avatar

Forum posts: 109
File comments: 19
Uploads: 0
Is there WotlK version?
Report comment to moderator  
Reply With Quote
Unread 04-06-21, 04:42 PM  
Taudier
A Wyrmkin Dreamwalker
AddOn Author - Click to view AddOns

Forum posts: 53
File comments: 40
Uploads: 18
it is a silent feature i disabled the aura tooltips because we can just target the player and mouse over the debuffs

you can restore the buff and debuff tooltips by removing those lines :

Code:
aura:EnableMouse(false)
Last edited by Taudier : 04-06-21 at 04:59 PM.
Report comment to moderator  
Reply With Quote
Unread 04-06-21, 01:55 PM  
Shozerty
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
I do not want to use another addon besides yours, tell me at least how to make it show the description when you hover over the debuff


http://i.prntscr.com/A305Rk9WQoi8Bys3j4Fl-Q.png

i mean I move the mouse over the debuff, but the window with the description of the debuff does not pop up
Report comment to moderator  
Reply With Quote
Unread 04-06-21, 12:23 PM  
Taudier
A Wyrmkin Dreamwalker
AddOn Author - Click to view AddOns

Forum posts: 53
File comments: 40
Uploads: 18
hello Shozerty, thank you for your post

the pictures are 403 Forbidden for me

you should check this addon : https://www.curseforge.com/wow/addons/khmraidframes
or ask in the forum AddOn Search/Requests https://www.wowinterface.com/forums/...isplay.php?f=6
what you ask for is too much for my addon


in your code you need something like :
Code:
if frame:IsForbidden() or not frame:GetName() then
return
end
because "CompactUnitFrame_UpdateName" is shared with the nameplates and they become protected in dungeon


the % health should be frame.statusText


for everything concering the API :
https://wowwiki-archive.fandom.com/w..._customization
or
https://wowpedia.fandom.com/wiki/World_of_Warcraft_API
Last edited by Taudier : 04-06-21 at 12:29 PM.
Report comment to moderator  
Reply With Quote
Unread 04-05-21, 10:38 AM  
Shozerty
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
great addon

hi great addon pls support him.
Can u add function for move name???


https://image.prntscr.com/image/3j64...84_fxc74AA.png

and % health move too
me just need name of the character in center ;d

and increase and decrease font size

and change color for it


[EDIT1]
Okay i moved name on center, but idk how to move in TOPRIGHT %health

https://image.prntscr.com/image/ItM3...LatHqwR77Q.png

Code:
hooksecurefunc("CompactUnitFrame_UpdateName", function(frame)
local name = frame.name;
local playerName = GetUnitName(frame.unit, true);
if (playerName) then
name:SetScale(1.35,1.35);
name:ClearAllPoints();
name:SetPoint("CENTER");
--name:SetWidth(100);
--name:SetHeight(100);
end

end);
Last edited by Shozerty : 04-06-21 at 06:02 AM.
Report comment to moderator  
Reply With Quote
Unread 02-17-21, 05:10 AM  
Taudier
A Wyrmkin Dreamwalker
AddOn Author - Click to view AddOns

Forum posts: 53
File comments: 40
Uploads: 18
OK thanks, I finally reproduced the bug, it was because the nameplates are become forbidden in dungeon only.
Last edited by Taudier : 03-01-21 at 09:18 AM.
Report comment to moderator  
Reply With Quote
Unread 02-13-21, 09:16 AM  
sirpucna
An Aku'mai Servant

Forum posts: 32
File comments: 30
Uploads: 0
3 of the hooksecurefunc's taint, i.e:
Code:
hooksecurefunc("CompactUnitFrame_SetUpFrame", function(frame)
	frame:RegisterForClicks("AnyDown")
taints, fixed with:

Code:
hooksecurefunc("CompactUnitFrame_SetUpFrame", function(frame)
	 if ( frame:IsForbidden() ) then return end
Code:
local function toggle_name(frame)
	if ( frame:IsForbidden() ) then return end
Code:
local function toggle_role(frame)
	if ( frame:IsForbidden() ) then return end
Last edited by sirpucna : 02-14-21 at 07:29 PM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.