• World of Warcraft Addons
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

Broker_SocialState

 

Project Updated:
Files Updated: Tue, Nov 17 2009
Supports Game Version: 3.2.0
Category: Chat & Communication
Tags:

[Edit Tags]

Project Manager: CodeRedLin
Additional Authors: No additional authors
Current Version: 1.0.11
License: GNU General Public License version 2 (GPLv2)
Development Site: CurseForge.com
Avg Daily DL (last 30 days): 14
Downloads Total: 2,780
Favorites: 33
Comments: 12
  • Curse Giveaways
  • Alganon

    Alganon

    Alganon Open Beta Key Giveaway Alganon is an upcoming fantasy-based MMORPG that allows thousands of people to play together in a virtual world that features a rich history dominated by commanding deities...

    Get Key

  • Contests
  • About Broker_SocialState
  •  

A LibDataBroker friend / guild list in one.

If you want to keep contacts in sync across toons:
Tekkub's 'Friends With Benefits' will do this, no config, just install and go.
http://www.wowinterface.com/downloads/fileinfo.php?id=6931

Thanks CrookfingerJake :-)

You must have a LibDataBroker display to use this such as:


  • FuBar + Broker2FuBar
  • Titan Panel
  • Fortress
  • ButtonBin

  • Downloads (5)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  Broker_SocialState 1.0.11 Release 3.2.0 298 11/17/2009
  Broker_SocialState 1.0.9-Release Release 3.2.0 1,064 8/5/2009
  Broker_SocialState 1.0.8-Release Release 3.1.0 872 4/15/2009
  Broker_SocialState 1.0.7-Release Release 3.0.9 66 3/20/2009
  Broker_SocialState 1.0.6-Release Release 3.0.3 4 11/6/2008
  • 1 page(s)
  • Comments

Add Comment  

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • CodeRedLin said

    For those with disembed problems can you see if 1.0.10 fixes anything?

    Reply Report Permalink
  • Speeddymon said

    ant1pathy, and anyone else getting the tablet error -- until this is fixed, change the following lines in Broker_SocialState.toc:

    ## X-Curse-Repository-ID: wow/broker_socialstate/mainline

    lib\AceLibrary\AceLibrary.lua



    to

    ## X-Curse-Repository-ID: wow/broker_socialstate/mainline
    ## OptionalDeps: Ace2, TabletLib

    lib\AceLibrary\AceLibrary.lua

    Reply Report Permalink
  • ant1pathy said

    Getting this error.

    [2009/08/06 20:08:54-72-x1]: Broker_SocialState-1.0.9-Release\Broker_SocialState.lua:1: Cannot find a library instance of Tablet-2.0.
    Ace2-r1094\AceLibrary\AceLibrary.lua:490: in function `AceLibrary'
    Broker_SocialState-1.0.9-Release\Broker_SocialState.lua:1: in main chunk

    ---

    Reply Report Permalink
  • shdwphnx said

    For those wanting to hide the guild name, edit Broker_SocialState.lua and replace...
    guildies="|cff00ff00 "..(GetGuildInfo("player") or "").." "..string.format("%d/%d", online, GetNumGuildMembers(true))

    with...
    guildies="|cff00ff00 "..("").." "..string.format("%d/%d", online, GetNumGuildMembers(true))

    Reply Report Permalink
  • Friikki said

    a few feature requests : )

    1) option to hide the guild number, I only care about the numbers online
    2) I have no friends, the addon keeps mocking me about it : (
    3) when grouped, list of raid/group members and their location + groupleader/assistant/masterloot status

    Reply Report Permalink
  • Friikki said

    1) to hide the guild name I mean

    Reply Report Permalink
  • BWMerlin said

    Could the option to sync you contacts across all your toons please be added.

    Reply Report Permalink
  • CodeRedLin said

    That goes above and beyond what this mod is suppose to do. It is just a display of the list. Although if anyone knows of mods that do this I'll be happy to add those in the description to point others to them.

    Reply Report Permalink
  • Tekkub's 'Friends With Benefits' will do this, no config, just install and go.

    http://www.wowinterface.com/downloads/fileinfo.php?id=6931

    Reply Report Permalink
  • BWMerlin said

    Using FWB and it works great except that player notes aren't sync'd

    Reply Report Permalink
  • And said

    Hiya,
    it would be possible to hide the guild name? I'm in dire need of space for my UI :) It that's already possible I apologize, I look for that option but I didn't find it. Thanks!

    And :)

    Reply Report Permalink
  • CodeRedLin said

    On the todo list. Next release.

    Reply Report Permalink
  • ant1pathy said

    Any update on this? Once this goes hot this addon is perfect for me.

    Reply Report Permalink
  • CodeRedLin said

    Looking for confirmation that 1.0.3 fixed the non-enUS problem of tooltip not working.

    Reply Report Permalink
  • CodeRedLin said

    "Not in guild" spam and "Offline members" showing up is fixed in 1.0.2. Enjoy.

    Reply Report Permalink
  • theondry said

    Also, if I am not in a guild, I get spam indicating such.

    Reply Report Permalink
  • theondry said

    Is it (would it be) possible to configure what information is displayed, either from editing the LUA or slash commands?

    I like Auldlangsyne for the configurability and friends list maintainence, but have gotten some error messages from it (and want to migrate away from FuBar).

    Reply Report Permalink
  • CodeRedLin said

    Editing the LUA should be easy enough. Things are commented pretty well. And yeah some bugs exist. Like having "show offline guild members" will make the list show everyone that isn't online. I'll check into your bug as well. Will have a fix up later tonight.

    Reply Report Permalink
  • HunterZ said

    Would like to see a visual indication of who in the guild (and possibly friends list) is in the current party/raid.

    Reply Report Permalink
  • CodeRedLin said

    I checked the WoW API last night on WoWWiki. I know how to do it and plan to implement it in the next update. I would have included it in this version but I was busy trying to let Fortress disable the tooltip. Turned out to be 2 simple lines. unhook the OnEnter from Tablet:Register and have a tablet:Open() in OnEnter. Oh the fun of working hours on simple things. <<<< Nub :)

    Reply Report Permalink
  • 1 page(s)
  • Similar Addons
  •  

Average downloads per day

  1. 6,781 Prat 3.0 Chat & Communication
  2. 3,568 WIM (WoW Instant Messenger) v3 Chat & Communication
  3. 1,515 BadBoy: Anti Spam Automatic Reporter Chat & Communication
  4. 1,340 EPGPLootmaster Chat & Communication, Bags...
  5. 558 ChatMOD Chat & Communication