Looks pretty decent, i think its a little bulky, but it is strait forward, in a way i would almost like to see a realid_fu, so it would be separate from the friends list. Overall great job.
how do i get rid of the column that shows "80 gnome warlock" etc.. I have class coloring for the names and the options in the right click menu don't seem to work for that column....using r105 :s
last night my friendsfu died.. i'm assuming it's because someone friend requested me (real ID) through starcraft II lol. gonna try the alpha on wowace..
I hate to beat a dead horse here, but Elkano, could you give us some sort of update of your future plans. I am using the modded version of this, and it works great, but at the same time, i would like to see the author do something with this addon.
yeah, still working on it... hit me right during exam time but I've got something half-functional already done. Will have to get support for bnet friends on the same server in before release though.
The RealID contacts stand so far our and take so much space. I liked the patch posted earlier where RealID character names are just listed among normal friends, just with a separate column with their real name. That one just doesn't work with SC2.
hmm yeah i agree with Dracula (lol)..I downloaded teh alpha on wowace and it looks more like it has a spacing problem. This is what mine looks like; pretend the boxes are actually names (real ID and in-game character):http://img80.imageshack.us/img80/2374/friendsfualpha.png I've circled these dashes that appear at the end of the real ID name.
Date: 2010-07-04 18:48:31 ID: 1 Error occured in: Global Count: 1 Message: ...FuBar_FriendsFu\libs\AceLocale-2.2\AceLocale-2.2.lua line 487: AceLocale(FuBar_FriendsFu): Translation "RealID" does not exist. Debug: ...FuBar_FriendsFu\libs\AceLocale-2.2\AceLocale-2.2.lua:488: ...FuBar_FriendsFu\libs\AceLocale-2.2\AceLocale-2.2.lua:485 ...FuBar_FriendsFu\libs\AceLocale-2.2\AceLocale-2.2.lua:46: ...FuBar_FriendsFu\libs\AceLocale-2.2\AceLocale-2.2.lua:44 ...ce\AddOns\FuBar_FriendsFu\FuBar_FriendsFuOptions.lua:156: in main chunk
I have a problem, i have both the ingamename and the realid on the friendslist (can't right click inv on the RealID), and i get this error (iam using gonchie version):
Message: ..\AddOns\FuBar_FriendsFu\FuBar_FriendsFu.lua line 109: attempt to compare number with string Debug: Ace2\AceEvent-2.0\AceEvent-2.0.lua:369: Ace2\AceEvent-2.0\AceEvent-2.0.lua:345
Your version of the FriendsFu addon has no localization for RealID, atleast for enUS, which generates a LUA error. Fortunately this is easily solved, for you and homeowners alike! ;)
This part is to the homeowners, since I trust Gonchie is quite capable of knowing what to do himself, and probably even does it better than me.
In the Interface -> AddOns -> FuBar_FriendsFu folder, open FriendsFuLocals.enUS.lua (or whichever is appropriate for your client language). Then add the following line (it should be obvious where it fits in):
["RealID"] = true,
And no more LUA error!
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Looks pretty decent, i think its a little bulky, but it is strait forward, in a way i would almost like to see a realid_fu, so it would be separate from the friends list. Overall great job.
http://img830.imageshack.us/img830/8049/wowscrnshot072810132608.jpg
Thank you for your time
Will have to get support for bnet friends on the same server in before release though.
Please test and give feedback.
I've circled these dashes that appear at the end of the real ID name.
and yeah, the spacing was a bug ^^
ID: 1
Error occured in: Global
Count: 1
Message: ...FuBar_FriendsFu\libs\AceLocale-2.2\AceLocale-2.2.lua line 487:
AceLocale(FuBar_FriendsFu): Translation "RealID" does not exist.
Debug:
...FuBar_FriendsFu\libs\AceLocale-2.2\AceLocale-2.2.lua:488:
...FuBar_FriendsFu\libs\AceLocale-2.2\AceLocale-2.2.lua:485
...FuBar_FriendsFu\libs\AceLocale-2.2\AceLocale-2.2.lua:46:
...FuBar_FriendsFu\libs\AceLocale-2.2\AceLocale-2.2.lua:44
...ce\AddOns\FuBar_FriendsFu\FuBar_FriendsFuOptions.lua:156: in main chunk
Message: ..\AddOns\FuBar_FriendsFu\FuBar_FriendsFu.lua line 109:
attempt to compare number with string
Debug:
Ace2\AceEvent-2.0\AceEvent-2.0.lua:369:
Ace2\AceEvent-2.0\AceEvent-2.0.lua:345
btw: invites are by alt-clicking a name ;)
removed the error-message-thingy
Your version of the FriendsFu addon has no localization for RealID, atleast for enUS, which generates a LUA error. Fortunately this is easily solved, for you and homeowners alike! ;)
This part is to the homeowners, since I trust Gonchie is quite capable of knowing what to do himself, and probably even does it better than me.
In the Interface -> AddOns -> FuBar_FriendsFu folder, open FriendsFuLocals.enUS.lua (or whichever is appropriate for your client language). Then add the following line (it should be obvious where it fits in):
["RealID"] = true,
And no more LUA error!