Go to Page... |
Compatibility: | WOTLK Patch (3.4.1) Dragonflight patch (10.0.5) Dragonflight (10.0.2) Dragonflight Pre-patch (10.0.0) Classic (1.14.3) |
Updated: | 02-17-23 07:33 PM |
Created: | unknown |
Downloads: | 142,574 |
Favorites: | 962 |
MD5: | |
Categories: | Data Broker, Chat Mods, Group, Guild & Friends |
A Data Broker plugin that provides 2 blocks: one for guildmates & one for friends. These blocks show informative and interactive clickable tooltips. It's fast and lightweight.
Informations/screenshots are not up-to-date (and it's boring to do ).
It has the following functionalities on entries
- click guildmates or friends to whisp them.
- alt+click guildmates or friends to invite them.
- control+click friends to edit note.
- if you're an officier, you can control+click guildmates to edit their public note, and control+right click to edit officer's note.
- right click guildmates to sort the closest column.
- if you're an officer, you can click the MOTD to edit.
- middle click on friends to remove from friend list.
- control+mousewheel to resize tooltip.
And the following functionalities on blocks
- control+click to toggle hints so you don't have to remember all this crap.
- left click on guild block to toggle guild panel
- right click on guild block to toggle the guild notes column.
- shift+click on guild block to toggle guild name.
- left click on friend block to toggle friend panel.
- shift+right click on blocks to toggle total number of guildmates or friends.
- middle click on friend block to show the "add a friend" dialog box.
It shows
- check marks for grouped guildmates and friends.
- class icon (mainly to provide a column to sort) when not grouped.
- class colored names.
- level colored in grey, green, yellow, orange or red depending of your own level.
- zone colored in green, yellow or red depending of faction.
- public notes (and officer notes for guildmates if you have the rights).
- rank for guildmates.
If you have AddonLoader, the loading of this addon will be delayed.
If you have Skinner, this addon will be automatically skinned.
File Name |
Version |
Size |
Author |
Date |
r94f |
24kB |
Aranarth |
05-12-22 07:35 PM |
|
r94 |
24kB |
Aranarth |
05-12-22 07:31 PM |
|
r93 |
24kB |
Aranarth |
09-28-21 05:49 PM |
|
r91 |
23kB |
Aranarth |
03-31-21 09:09 PM |
|
r90 |
23kB |
Aranarth |
02-25-21 10:02 PM |
|
r89 |
23kB |
Aranarth |
01-19-21 03:36 PM |
|
r85 |
23kB |
Aranarth |
11-14-20 01:20 PM |
|
r84 |
23kB |
Aranarth |
10-15-20 05:08 PM |
|
r83 |
23kB |
Aranarth |
10-15-20 09:51 AM |
|
r82 |
23kB |
Aranarth |
10-13-20 06:16 PM |
|
r81 |
23kB |
Aranarth |
09-24-19 09:25 PM |
|
r80 |
22kB |
Aranarth |
07-06-19 07:41 PM |
![]() |
Comment Options |
MysticalOS |
View Public Profile |
Send a private message to MysticalOS |
Find More Posts by MysticalOS |
Add MysticalOS to Your Buddy List |
![]() |
|
|
Yesterdays update still has an error for Classic Era.
1x ...ra_Broker_Guild_Friends\Ara_Broker_Guild_Friends-r95.lua:1507: attempt to call method 'SetBackdrop' (a nil value) [string "@Interface\AddOns\Ara_Broker_Guild_Friends\Ara_Broker_Guild_Friends-r95.lua"]:1507: in function <...ra_Broker_Guild_Friends\Ara_Broker_Guild_Friends.lua:1486> [string "=(tail call)"]: ? |
![]() |
![]() |
Vranx |
View Public Profile |
Send a private message to Vranx |
Find More Posts by Vranx |
Add Vranx to Your Buddy List |
![]() |
|
|
Be aware that if you are downloading for Classic Era you need to select Other Files and download r93.
Last edited by Vranx : 02-05-23 at 08:15 PM.
|
![]() |
![]() |
Vranx |
View Public Profile |
Send a private message to Vranx |
Find More Posts by Vranx |
Add Vranx to Your Buddy List |
![]() |
|
A Deviate Faerie Dragon
Forum posts: 14
File comments: 34
Uploads: 0
|
New Updates Needed ??
I was wondering if there will be any new updates forthcoming..??
![]() |
![]() |
![]() |
Comicus |
View Public Profile |
Send a private message to Comicus |
Find More Posts by Comicus |
Add Comicus to Your Buddy List |
![]() |
||
A Kobold Labourer
Forum posts: 0
File comments: 1
Uploads: 0
|
Line 803: Code:
g:SetGradient("VERTICAL",CreateColor(0,0,0,0),CreateColor(unpack(cfg.gradientColor))); Code:
texOrder1:SetGradient("VERTICAL", CreateColor(r,g,b,a), CreateColor(r,g,b,a)) Code:
texOrder1:SetGradient("VERTICAL", CreateColor(r1,g1,b1,a1), CreateColor(r2,g2,b2,a2)) |
|
![]() |
![]() |
Anyuta1166 |
View Public Profile |
Send a private message to Anyuta1166 |
Find More Posts by Anyuta1166 |
Add Anyuta1166 to Your Buddy List |
![]() |
|
A Kobold Labourer
Forum posts: 0
File comments: 11
Uploads: 0
|
@WoWHipster, it works, thank you very much.
|
![]() |
![]() |
ornament |
View Public Profile |
Send a private message to ornament |
Find More Posts by ornament |
Add ornament to Your Buddy List |
![]() |
|
A Kobold Labourer
Forum posts: 0
File comments: 1
Uploads: 0
|
It looks like DragonFlight removed SetGradientAlpha. It's pretty easy to fix this, but you have to edit the LUA file manually. You just change every instance of SetGradientAlpha(...) to SetAlpha(0).
In your Interface\Addons\Ara_Broker_Guild_Friends folder, edit Ara_Broker_Guild_Friends.lua. SetGradientAlpha(...) appears 3 times. Find this line: Code:
g:SetGradientAlpha("VERTICAL",0,0,0,0,unpack(cfg.gradientColor)); Code:
g:SetAlpha(0); Code:
texOrder1:SetGradientAlpha("VERTICAL", r,g,b,a, r,g,b,a) Code:
texOrder1:SetAlpha(0) Code:
texOrder1:SetGradientAlpha("VERTICAL", r1,g1,b1,a1, r2,g2,b2,a2) Code:
texOrder1:SetAlpha(0) |
![]() |
![]() |
WoWHipster |
View Public Profile |
Send a private message to WoWHipster |
Find More Posts by WoWHipster |
Add WoWHipster to Your Buddy List |
![]() |
|
|
Addon looks to work for the most part, but when mousing over the plugin the following error occurs. Thanks.
Code:
19x ...ra_Broker_Guild_Friends/Ara_Broker_Guild_Friends.lua:1065: attempt to call method 'SetGradientAlpha' (a nil value) [string "@Interface/AddOns/Ara_Broker_Guild_Friends/Ara_Broker_Guild_Friends.lua"]:1065: in function <...ra_Broker_Guild_Friends/Ara_Broker_Guild_Friends.lua:873> [string "@Interface/AddOns/Ara_Broker_Guild_Friends/Ara_Broker_Guild_Friends.lua"]:839: in function <...ra_Broker_Guild_Friends/Ara_Broker_Guild_Friends.lua:810> [string "@Interface/AddOns/Ara_Broker_Guild_Friends/Ara_Broker_Guild_Friends.lua"]:1385: in function `OnEnter' [string "@Interface/AddOns/Bazooka/Bazooka.lua"]:1582: in function `showTip' [string "@Interface/AddOns/Bazooka/Bazooka.lua"]:1387: in function <Interface/AddOns/Bazooka/Bazooka.lua:1378> Locals: totalRF = 0 onlineRF = 0 entries = <table> { 1 = <table> { } 2 = <table> { } 3 = <table> { } 4 = <table> { } 5 = <table> { } 6 = <table> { } 7 = <table> { } 8 = <table> { } } nbTotalEntries = 8 HackedEntries = 8 rid_width = 0 button = Button { 0 = <userdata> note = FontString { } index = 8 zone = FontString { } class = Texture { } unit = "Tandereese" name = FontString { } status = Texture { } level = FontString { } realIndex = 414 rank = FontString { } } nameC = 122.500000 levelC = 16.666668 zoneC = 83.333344 notesC = 107.499992 rankC = 88.333344 nameW = 68.333336 levelW = 16.666668 zoneW = 40.000004 notesW = 6.666667 rankW = 38.333336 hideNotes = false inGroup = false tnC = 0 lC = -10 zC = -10 nC = 0 spanZoneC = 0 maxWidth = 494.333347 canEditMOTD = false guildMOTD = "Welcome everybody!! Thanks for being apart of Forged Destiny!!! Glad your here" col = "name" obj = FontString { 0 = <userdata> } asc = true a1 = 0 r1 = 0.100000 g1 = 0.100000 b1 = 0.100000 a2 = 0.050000 r2 = 1 g2 = 1 b2 = 1 (*temporary) = nil (*temporary) = Texture { 0 = <userdata> } (*temporary) = "VERTICAL" (*temporary) = 0.100000 (*temporary) = 0.100000 (*temporary) = 0.100000 (*temporary) = 0 (*temporary) = 1 (*temporary) = 1 (*temporary) = 1 (*temporary) = 0.050000 (*temporary) = "attempt to call method 'SetGradientAlpha' (a nil value)" f = AraBrokerGuildFriends { 0 = <userdata> OnBackdropLoaded = <function> defined @Interface/SharedXML/Backdrop.lua:152 GetBackdropColor = <function> defined @Interface/SharedXML/Backdrop.lua:390 BN_CUSTOM_MESSAGE_CHANGED = <function> defined @Interface/AddOns/Ara_Broker_Guild_Friends/Ara_Broker_Guild_Friends.lua:1454 RightEdge = Texture { } CHAT_MSG_SYSTEM = <function> defined @Interface/AddOns/Ara_Broker_Guild_Friends/Ara_Broker_Guild_Friends.lua:210 BN_FRIEND_ACCOUNT_ONLINE = <function> defined @Interface/AddOns/Ara_Broker_Guild_Friends/Ara_Broker_Guild_Friends.lua:202 FriendsBlock = <table> { } ApplyBackdrop = <function> defined @Interface/SharedXML/Backdrop.lua:294 SetBackdrop = <function> defined @Interface/SharedXML/Backdrop.lua:329 ClearBackdrop = <function> defined @Interface/SharedXML/Backdrop.lua:282 GetBackdropBorderColor = <function> defined @Interface/SharedXML/Backdrop.lua:409 GetBackdrop = <function> defined @Interface/SharedXML/Backdrop.lua:347 BN_FRIEND_ACCOUNT_OFFLINE = <function> defined @Interface/AddOns/Ara_Broker_Guild_Friends/Ara_Broker_Guild_Friends.lua:202 GUILD_ROSTER_UPDATE = <function> defined @Interface/AddOns/Ara_Broker_Guild_Friends/Ara_Broker_Guild_Friends.lua:236 SetBorderBlendMode = <function> defined @Interface/SharedXML/Backdrop.lua:266 onBlock = true BN_DISCONNECTED = <function> defined @Interface/AddOns/Ara_Broker_Guild_Friends/Ara_Broker_Guild_Friends.lua:202 GuildBlock = <table> { } SetupTextureCoordinates = <function> defined @Interface/SharedXML/Backdrop.lua:214 OnBackdropSizeChanged = <function> defined @Interface/SharedXML/Backdrop.lua:182 HasBackdropInfo = <function> defined @Interface/SharedXML/Backdrop.lua:278 BottomEdge = Texture { } Center = Texture { } LeftEdge = Texture { } SetupConfigMenu = <function> defined @Interface/AddOns/Ara_Broker_Guild_Friends/Ara_Broker_Guild_Friends.lua:1112 GetEdgeSize = <function> defined @Interface/SharedXML/Backdrop.lua:188 isTop = true BottomRightCorner = Texture { } TopEdge = Texture { } BN_CONNECTED = <function> defined @Interface/AddOns/Ara_Broker_Guild_Friends/Ara_Broker_Guild_Friends.lua:202 BottomLeftCorner = Texture { } PLAYER_GUILD_UPDATE = <function> defined @Interface/AddOns/Ara_Broker_Guild_Friends/Ara_Broker_Guild_Friends.lua:260 TopRightCorner = Texture { } TopLeftCorner = Texture { } backdropInfo = <table> { } FRIENDLIST_UPDATE = <function> defined @Interface/AddOns/Ara_Broker_Guild_Friends/Ara_Broker_Guild_Friends.lua:214 SetupPieceVisuals = <function> defined @Interface/SharedXML/Backdrop.lua:246 SetBackdropColor = <function> defined @Interface/SharedXML/Backdrop.lua:399 BN_FRIEND_INFO_CHANGED = <function> defined @Interface/AddOns/A |
![]() |
![]() |
Ookami.kun |
View Public Profile |
Send a private message to Ookami.kun |
Find More Posts by Ookami.kun |
Add Ookami.kun to Your Buddy List |
![]() |
|
|
Will this getting an update for the dragonflight pre-patch?
|
![]() |
![]() |
Zasz |
View Public Profile |
Send a private message to Zasz |
Find More Posts by Zasz |
Add Zasz to Your Buddy List |
![]() |
|
A Kobold Labourer
Forum posts: 0
File comments: 30
Uploads: 0
|
Doesn't work in Burning Crusade Classic
Doesn't work in BCC
Code:
Message: ...ra_Broker_Guild_Friends\Ara_Broker_Guild_Friends-r91.lua:818: bad argument #1 to 'unpack' (table expected, got nil) Time: Wed May 19 18:09:24 2021 Count: 1 Stack: ...ra_Broker_Guild_Friends\Ara_Broker_Guild_Friends-r91.lua:818: bad argument #1 to 'unpack' (table expected, got nil) Locals:
Last edited by Daeveren : 05-19-21 at 09:23 AM.
|
![]() |
![]() |
Daeveren |
View Public Profile |
Send a private message to Daeveren |
Find More Posts by Daeveren |
Add Daeveren to Your Buddy List |
![]() |
|
A Kobold Labourer
Forum posts: 0
File comments: 4
Uploads: 0
|
Version mismatch
The version on this site is listed as r85, but when actually downloaded is r88. This is causing a version mismatch that seems to result in addon managers always thinking there is a new file. A quick TOC bump to fix this would be appreciated by me and presumably by wowinterface as well (as it's their bandwidth).
|
![]() |
![]() |
salusHyjal |
View Public Profile |
Send a private message to salusHyjal |
Find More Posts by salusHyjal |
Add salusHyjal to Your Buddy List |
![]() |
||
|
Re: Error with no other addons
|
|
![]() |
![]() |
MysticalOS |
View Public Profile |
Send a private message to MysticalOS |
Find More Posts by MysticalOS |
Add MysticalOS to Your Buddy List |
![]() |
|
A Defias Bandit
Forum posts: 2
File comments: 34
Uploads: 0
|
Error with no other addons
Hi as the title says, this is an error i get with no other addons.
By the Way - i cant find this where Twitch can find to auto update. ...ra_Broker_Guild_Friends\Ara_Broker_Guild_Friends.lua:1478: attempt to call method 'SetBackdrop' (a nil value) Time: Fri Oct 16 23:44:46 2020 Count: 1 Stack: ...ra_Broker_Guild_Friends\Ara_Broker_Guild_Friends.lua:1478: attempt to call method 'SetBackdrop' (a nil value) [string "@Interface\AddOns\Ara_Broker_Guild_Friends\Ara_Broker_Guild_Friends.lua"]:1478: in function <...ra_Broker_Guild_Friends\Ara_Broker_Guild_Friends.lua:1457> [string "=(tail call)"]: ? Locals: self = AraBrokerGuildFriends { SetupConfigMenu = <function> defined @Interface\AddOns\Ara_Broker_Guild_Friends\Ara_Broker_Guild_Friends.lua:1088 CHAT_MSG_SYSTEM = <function> defined @Interface\AddOns\Ara_Broker_Guild_Friends\Ara_Broker_Guild_Friends.lua:174 BN_FRIEND_ACCOUNT_ONLINE = <function> defined @Interface\AddOns\Ara_Broker_Guild_Friends\Ara_Broker_Guild_Friends.lua:166 FriendsBlock = <table> { } BN_CONNECTED = <function> defined @Interface\AddOns\Ara_Broker_Guild_Friends\Ara_Broker_Guild_Friends.lua:166 ADDON_LOADED = <function> defined @Interface\AddOns\Ara_Broker_Guild_Friends\Ara_Broker_Guild_Friends.lua:1457 PLAYER_GUILD_UPDATE = <function> defined @Interface\AddOns\Ara_Broker_Guild_Friends\Ara_Broker_Guild_Friends.lua:224 GuildBlock = <table> { } BN_DISCONNECTED = <function> defined @Interface\AddOns\Ara_Broker_Guild_Friends\Ara_Broker_Guild_Friends.lua:166 BN_FRIEND_ACCOUNT_OFFLINE = <function> defined @Interface\AddOns\Ara_Broker_Guild_Friends\Ara_Broker_Guild_Friends.lua:166 FRIENDLIST_UPDATE = <function> defined @Interface\AddOns\Ara_Broker_Guild_Friends\Ara_Broker_Guild_Friends.lua:178 BN_CUSTOM_MESSAGE_CHANGED = <function> defined @Interface\AddOns\Ara_Broker_Guild_Friends\Ara_Broker_Guild_Friends.lua:1430 GUILD_ROSTER_UPDATE = <function> defined @Interface\AddOns\Ara_Broker_Guild_Friends\Ara_Broker_Guild_Friends.lua:200 BN_FRIEND_INFO_CHANGED = <function> defined @Interface\AddOns\Ara_Broker_Guild_Friends\Ara_Broker_Guild_Friends.lua:1430 0 = <userdata> } addon = "Ara_Broker_Guild_Friends" (*temporary) = nil (*temporary) = AraBrokerGuildFriends { SetupConfigMenu = <function> defined @Interface\AddOns\Ara_Broker_Guild_Friends\Ara_Broker_Guild_Friends.lua:1088 CHAT_MSG_SYSTEM = <function> defined @Interface\AddOns\Ara_Broker_Guild_Friends\Ara_Broker_Guild_Friends.lua:174 BN_FRIEND_ACCOUNT_ONLINE = <function> defined @Interface\AddOns\Ara_Broker_Guild_Friends\Ara_Broker_Guild_Friends.lua:166 FriendsBlock = <table> { } BN_CONNECTED = <function> defined @Interface\AddOns\Ara_Broker_Guild_Friends\Ara_Broker_Guild_Friends.lua:166 ADDON_LOADED = <function> defined @Interface\AddOns\Ara_Broker_Guild_Friends\Ara_Broker_Guild_Friends.lua:1457 PLAYER_GUILD_UPDATE = <function> defined @Interface\AddOns\Ara_Broker_Guild_Friends\Ara_Broker_Guild_Friends.lua:224 GuildBlock = <table> { } BN_DISCONNECTED = <function> defined @Interface\AddOns\Ara_Broker_Guild_Friends\Ara_Broker_Guild_Friends.lua:166 BN_FRIEND_ACCOUNT_OFFLINE = <function> defined @Interface\AddOns\Ara_Broker_Guild_Friends\Ara_Broker_Guild_Friends.lua:166 FRIENDLIST_UPDATE = <function> defined @Interface\AddOns\Ara_Broker_Guild_Friends\Ara_Broker_Guild_Friends.lua:178 BN_CUSTOM_MESSAGE_CHANGED = <function> defined @Interface\AddOns\Ara_Broker_Guild_Friends\Ara_Broker_Guild_Friends.lua:1430 GUILD_ROSTER_UPDATE = <function> defined @Interface\AddOns\Ara_Broker_Guild_Friends\Ara_Broker_Guild_Friends.lua:200 BN_FRIEND_INFO_CHANGED = <function> defined @Interface\AddOns\Ara_Broker_Guild_Friends\Ara_Broker_Guild_Friends.lua:1430 0 = <userdata> } (*temporary) = <table> { bgFile = "Interface\Buttons\WHITE8X8" tileSize = 0 edgeFile = "Interface\Tooltips\UI-Tooltip-Border" edgeSize = 16 tile = false insets = <table> { } } (*temporary) = "attempt to call method 'SetBackdrop' (a nil value)" addonName = "Ara_Broker_Guild_Friends" defaultConfig = <table> { showGuildXPTooltip = false showGuildTotal = true hbConfig = true showUngroupedClassIcon = true showGu
Last edited by WoWEyE : 10-18-20 at 11:59 AM.
|
![]() |
![]() |
WoWEyE |
View Public Profile |
Send a private message to WoWEyE |
Find More Posts by WoWEyE |
Add WoWEyE to Your Buddy List |
![]() |
|
A Kobold Labourer
Forum posts: 0
File comments: 5
Uploads: 0
|
Looks like the background colors are not working, its just transparent on my side. Changing the colors does not work.
|
![]() |
![]() |
Maxtastic |
View Public Profile |
Send a private message to Maxtastic |
Find More Posts by Maxtastic |
Add Maxtastic to Your Buddy List |
![]() |
||
A Defias Bandit
Forum posts: 3
File comments: 50
Uploads: 0
|
|
|
![]() |
![]() |
Dohram |
View Public Profile |
Send a private message to Dohram |
Find More Posts by Dohram |
Add Dohram to Your Buddy List |
![]() |