Download
(110Kb)
Download
Updated: 09-01-12 09:28 AM
Pictures
File Info
Updated:09-01-12 09:28 AM
Created:10-28-08 07:13 AM
Downloads:16,775
Favorites:190
MD5:

SocialState  Popular! (More than 5000 hits)

Version: 5.0-Release3
by: CodeRedLin [More]

A LibDataBroker RealID / Friend / Guild list in one.

Features:
- Easy Player / Officer note editing.
- Quickly invite to raid / group.
- Fast whispering.
- Other fast words.
- Can sort Level, Toon Name, and Guild Rank.
- Can see broadcasts with just one click.

RealID can not be sorted other than Blizzards default.

You must have a LibDataBroker display to use this such as:
* FuBar + Broker2FuBar
* Titan Panel
* Fortress
* ButtonBin
* ChocolateBar
* Bazooka
* DockingStation

5.0-Release3:
- Fill names won't be whispered anymore (inside joke?). TY Greymalkin.
5.0-Release2:
- BNet Invites and Whisper fixes thanks to ahua!
5.0-Release1:
- Update for MoP
Optional Files (0)


Post A Reply Comment Options
Unread 06-24-10, 04:12 AM  
CodeRedLin
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 69
Uploads: 5
Originally posted by WereBear
Strange that you had to revert the kernel, have to check that out on my linux box.
Tell me about it. Kernel 2.6.32 = OK. 2.6.33 and above don't work.

I'm about to upload a new version of SocialState that includes a large number of changes. I've implemented RealID including note changing. I've also cleaned up the list a little. If nobody is on under RealID, Friends, or you aren't in a guild it will not show that section of the list.

I'm going to take a guess that people with Parental Controls that block RealID will have problems with this version (1.2.0). Either way I'd like to here if it works or doesn't.
Report comment to moderator  
Reply With Quote
Unread 06-24-10, 12:44 AM  
WereBear
A Kobold Labourer

Forum posts: 0
File comments: 23
Uploads: 0
Strange that you had to revert the kernel, have to check that out on my linux box. Yeah amount of space can always be a problem .
Yeah was looking over some of the api for bnet functions like this one BNGetFriendInfo(friendIndex) - returns presenceID, givenName, surname, toonName, toonID, client, isOnline was thinking client might be how they tell if people are in wow, sc2, diablo 3.
Since you can still put notes to friends, really wished they allowed the wow user to control the name that people see. Even if then the friend could change it to something they feel is fitting. Guess we will see what changes they decide to do in the future
Report comment to moderator  
Reply With Quote
Unread 06-23-10, 09:00 PM  
CodeRedLin
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 69
Uploads: 5
Originally posted by WereBear
Maybe instead of showing server shows they are in SC2. just some thoughts and let you know what is going on if you still cant get on. thx again and gl
I'm back online. Turns out downgrading the kernel fixes it. So weird.

I was messing with the new API tonight to see what is possible. My major problem is going to be how to organize it.

I'm thinking of introducing yet another section to go along with Friends and Guild: RealID.

RealID:
Real Name, Toon Name (class colored), Level, Zone Name, AFK-DND Status, Realm, Message / Note
Report comment to moderator  
Reply With Quote
Unread 06-23-10, 04:48 PM  
WereBear
A Kobold Labourer

Forum posts: 0
File comments: 23
Uploads: 0
Works Great for everything but the realid/battlnet stuff. Realid will not show up because of how ever they call for the real name/char name that that person is on. Know a couple other mods for chatting/wisp handling are have some issues with this still. =\ Also not sure if in any of the calls can you pull the server info to add that to socialstate. Since it shows zone and what server realid friends are on. Or for what game since ATM it just shows a WOW Icon but betting it will change to SC2/Diablo 3. Maybe instead of showing server shows they are in SC2. just some thoughts and let you know what is going on if you still cant get on. thx again and gl
Last edited by WereBear : 06-23-10 at 05:03 PM.
Report comment to moderator  
Reply With Quote
Unread 06-23-10, 09:04 AM  
CodeRedLin
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 69
Uploads: 5
Re: 3.3.5 RealID Friends

Originally posted by WereBear
Hope this gets updated for the new cross realm/game Friends/Realid. love this addon
I'm one of those Linux users that can't login right now. What is happening with RealID? Does it break? Does it work for non-RealID?
Last edited by CodeRedLin : 06-23-10 at 09:05 AM.
Report comment to moderator  
Reply With Quote
Unread 06-22-10, 11:41 PM  
WereBear
A Kobold Labourer

Forum posts: 0
File comments: 23
Uploads: 0
3.3.5 RealID Friends

Hope this gets updated for the new cross realm/game Friends/Realid. love this addon
Report comment to moderator  
Reply With Quote
Unread 04-11-10, 07:31 AM  
ckaotik
A Fallenroot Satyr
 
ckaotik's Avatar
AddOn Author - Click to view AddOns

Forum posts: 29
File comments: 168
Uploads: 5
Re: Re: Localization = Magic + X

Originally posted by CodeRedLin
Thank you for your work on this.
You're welcome And really, it wasn't that much. I just like having both guild and friends in the same tooltip and there aren't that many substitutes that do this ^^
__________________
It all starts to make a creepy kind of sense. Avatar
Report comment to moderator  
Reply With Quote
Unread 04-11-10, 07:03 AM  
CodeRedLin
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 69
Uploads: 5
Re: Localization = Magic + X

Only > 20 days later I included this.

Thank you for your work on this.
Report comment to moderator  
Reply With Quote
Unread 03-20-10, 04:24 PM  
ckaotik
A Fallenroot Satyr
 
ckaotik's Avatar
AddOn Author - Click to view AddOns

Forum posts: 29
File comments: 168
Uploads: 5
Localization = Magic + X

Originally posted by CodeRedLin
Which is why non-enUS locales still don't have friends list class color
This can easily be made to work You just need two simple changes:

First, generate the localized class names ... both male and female. Change this:
Code:
local colors = {}
for class,color in pairs(RAID_CLASS_COLORS) do
	colors[class] = string.format("%02x%02x%02x", color.r*255, color.g*255, color.b*255)
end
to that:
Code:
local colors, color = {}
local classes_female, classes_male = {}, {}
FillLocalizedClassList(classes_female, true)
FillLocalizedClassList(classes_male, false)

for token, localizedName in pairs(classes_female) do
	color = RAID_CLASS_COLORS[token]
	colors[localizedName] = string.format("%02x%02x%02x", color.r*255, color.g*255, color.b*255) 
end
for token, localizedName in pairs(classes_male) do
	color = RAID_CLASS_COLORS[token]
	colors[localizedName] = string.format("%02x%02x%02x", color.r*255, color.g*255, color.b*255) 
end
Second, remove the usage of upper() within the string.format (found below the "Begin friends list" comment)
Code:
if connected then
	online = true
	local note = note and "|cffff8800{"..note.."}" or ""
	cat:AddLine(
		'func', click,
		'arg1', name,
		'hasCheck',
		true,
		'checked',
		inGroup(name),
		'checkIcon',"Interface\Buttons\UI-CheckBox-Check",
		'text', string.format("|cff%s%s",colors[class] or "ffffff", name),
		'text2', "|cff"..levelcolor(level)..level.."|r",
		'text3', area,
		'text4', status,
		'text5', note
	)
end
This will enable coloring for the friends list. Now, we need to 'fix' the guild list:
Code:
local name, rank, rankIndex, level, _, area, note, onote, connected, status, class = GetGuildRosterInfo(i)
needs to be changed to
Code:
local name, rank, rankIndex, level, class, area, note, onote, connected, status, _ = GetGuildRosterInfo(i)
Voilį, that's it. You're done!
__________________
It all starts to make a creepy kind of sense. Avatar
Report comment to moderator  
Reply With Quote
Unread 02-16-10, 09:18 PM  
CodeRedLin
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 69
Uploads: 5
Originally posted by Iowaėryn
I must say I love this plugin to a libdatabroker addon. However, for some reason I've now started to have errors when I log in (requesting xxxx amounts of memory, it could not be read), first on only one character, then on all just a day or two after. I've found out that it stops when I turn off this plugin, and I use this together with Titanpanel. I don't get why, as I've not seen anyone else report this, but it would be interesting to know what's causing it (if it's the plugin itself, or if it's the cooperation with titanpanel... Or anything else). Just thought I'd report this.

I'll be happy to turn on the plugin again if you want a fresh error report, although it's no .lua errors. I hope this can be fixed in the future, because this is simply one of the best plugins I've had!

/Iowa
It doesn't store any information. So I'm not sure why it would only do it on one toon and then all later on. At a loss.

The main problem is (with everything) I don't have much free time to fix errors I don't see. Which is why non-enUS locales still don't have friends list class color. I'm also not that good with Lua.
Report comment to moderator  
Reply With Quote
Unread 02-14-10, 10:45 AM  
Iowaėryn
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
I must say I love this plugin to a libdatabroker addon. However, for some reason I've now started to have errors when I log in (requesting xxxx amounts of memory, it could not be read), first on only one character, then on all just a day or two after. I've found out that it stops when I turn off this plugin, and I use this together with Titanpanel. I don't get why, as I've not seen anyone else report this, but it would be interesting to know what's causing it (if it's the plugin itself, or if it's the cooperation with titanpanel... Or anything else). Just thought I'd report this.

I'll be happy to turn on the plugin again if you want a fresh error report, although it's no .lua errors. I hope this can be fixed in the future, because this is simply one of the best plugins I've had!

/Iowa
Report comment to moderator  
Reply With Quote
Unread 01-05-10, 03:24 PM  
ichik
A Murloc Raider
 
ichik's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 263
Uploads: 5
Switched to http://www.wowinterface.com/download...o.php?id=11205 so far. It does proper coloring.
Report comment to moderator  
Reply With Quote
Unread 12-31-09, 02:41 AM  
Mars85
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 15
File comments: 65
Uploads: 1
I would second the request by Sinjyn. Option to hide guild name would be nice.
Report comment to moderator  
Reply With Quote
Unread 12-26-09, 07:41 PM  
Sinjyn
A Defias Bandit

Forum posts: 2
File comments: 6
Uploads: 0
Great work on this addon so far. Would it be possible to add some options as to what can be displayed for text on the LDB instead of the guild name? I would like to have it shortened down to just the number of people online like the way the old Fubar Guild and Friends did it. Thanks!
Report comment to moderator  
Reply With Quote
Unread 12-24-09, 02:43 PM  
ichik
A Murloc Raider
 
ichik's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 263
Uploads: 5
Feature request: add ability for clicking titles (NAME, ZONE, RANK etc.) for sorting.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: