EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > General Discussion > UI User Discussion

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 05-18-2010, 03:23 AM
Zeyr's Avatar
Zeyr Zeyr is offline
A Darkpaw Brute
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Nektulos
Posts: 42
Question Universal Friend's List?

I've been looking on here and the forums and I can't find anything on an Universal Friend's list. Is there a way to do it? Has it already been done? Proved impossible?

If it can be done I might start work on figuring out how.
Reply With Quote
  #2  
Old 05-18-2010, 09:41 AM
lordebon lordebon is offline
Fetish Core author
This person is a EQ2Map developer.
Featured
 
Join Date: Jun 2005
Server: Crushbone
Posts: 2,667
Default

Friends list is stored server-side unfortunately, so there's no easy way of making a "Universal" friends list.
__________________
Reply With Quote
  #3  
Old 05-18-2010, 11:38 AM
tknarr's Avatar
tknarr tknarr is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Jul 2006
Server: Unrest
Posts: 849
Default

Friends lists are stored server-side, so there's nothing a UI mod can do about it. All you can do is ask (via /feedback or the like) for ways to merge friends lists between characters.

One option is the new Station Launcher. It doesn't let you share friends lists between characters, but it does display all your friends for all characters at once. It'll let you sort things to show you characters on each friend, then you can add characters to friends that aren't on all of them. Time-consuming but doable.
Reply With Quote
  #4  
Old 05-18-2010, 12:31 PM
Drumstix42's Avatar
Drumstix42 Drumstix42 is offline
A Griffon
Featured
 
Join Date: Oct 2004
Server: Antonia Bayle
Posts: 3,287
Default

If you can get the text of the name from each row, then I would say a mod is definitely doable.

It would just be a lot of extra round'about coding.
__________________
"I'm afraid you're guilty of thought-crime. Don't bother getting the door, we'll let ourselves in..."
<Donate to DrumsUI> < [DrumsUI] Updater > < [DrumsUI] Full Interface> < Drumstix42 on Twitch.tv
>
Reply With Quote
  #5  
Old 05-19-2010, 09:02 AM
Zeyr's Avatar
Zeyr Zeyr is offline
A Darkpaw Brute
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Nektulos
Posts: 42
Default

I was afraid I would hear this. Thanks everyone for letting me know, it looks like too much work for me atm. I might try a few things to kill time but until I hit success, I'm not holding my breath.
Reply With Quote
  #6  
Old 05-19-2010, 09:28 AM
gm9 gm9 is offline
gm10-1
Premium Member
EQ2Interface Super Mod
Featured
 
Join Date: Feb 2006
Posts: 6,479
Default

Quote:
Originally Posted by Drumstix42 View Post
If you can get the text of the name from each row, then I would say a mod is definitely doable.

It would just be a lot of extra round'about coding.
No problem to get the text, friends list in ProfitUI has invite/tell buttons for example.
__________________
P R O F I T U I ∙ R E B O R N [Auto-Updater] | [Portal] | [F.A.Q.] | [Support Forums]
~ Retired ~
If it does not work, you likely installed it incorrectly. Always try a clean install before reporting bugs.
Reply With Quote
  #7  
Old 05-19-2010, 11:25 AM
lordebon lordebon is offline
Fetish Core author
This person is a EQ2Map developer.
Featured
 
Join Date: Jun 2005
Server: Crushbone
Posts: 2,667
Default

Quote:
Originally Posted by Drumstix42 View Post
If you can get the text of the name from each row, then I would say a mod is definitely doable.

It would just be a lot of extra round'about coding.
You can get the names, but what method would you use to save them from one character to another? I can see it as doable, but only through a roundabout way of saving data.

What we really need is a custom XML file (either for the install, account, or even per-character) that we could write to from within the game. That'd make so many things easier.
__________________
Reply With Quote
  #8  
Old 05-19-2010, 12:25 PM
gm9 gm9 is offline
gm10-1
Premium Member
EQ2Interface Super Mod
Featured
 
Join Date: Feb 2006
Posts: 6,479
Default

Quote:
Originally Posted by lordebon View Post
You can get the names, but what method would you use to save them from one character to another? I can see it as doable, but only through a roundabout way of saving data.
Save it to a POI file, load it on the other character and then you'll probably need to add "add friend" buttons next to each of them.

I didn't say it was a good idea, I just said the names could be grabbed. With the station launcher giving you a superior friends list I don't see why such a project would be undertaken via a UI mod anyway, just synchronize them in the station launcher...
__________________
P R O F I T U I ∙ R E B O R N [Auto-Updater] | [Portal] | [F.A.Q.] | [Support Forums]
~ Retired ~
If it does not work, you likely installed it incorrectly. Always try a clean install before reporting bugs.
Reply With Quote
  #9  
Old 05-19-2010, 01:13 PM
lordebon lordebon is offline
Fetish Core author
This person is a EQ2Map developer.
Featured
 
Join Date: Jun 2005
Server: Crushbone
Posts: 2,667
Default

Quote:
Originally Posted by gm9 View Post
Save it to a POI file, load it on the other character and then you'll probably need to add "add friend" buttons next to each of them.

I didn't say it was a good idea, I just said the names could be grabbed. With the station launcher giving you a superior friends list I don't see why such a project would be undertaken via a UI mod anyway, just synchronize them in the station launcher...
Yeah, that's the method I was thinking of, but it's still very kludgey. Thus my comment on how nice it would be if we could write to an XML file on our own terms, hehe.
__________________
Reply With Quote
  #10  
Old 05-19-2010, 01:24 PM
Drumstix42's Avatar
Drumstix42 Drumstix42 is offline
A Griffon
Featured
 
Join Date: Oct 2004
Server: Antonia Bayle
Posts: 3,287
Default

Aye. Writing it to the POI file would work great. The thing about writing "new" data is even though it's written to the file right away, it's not loaded into game memory right away.

So if you switch a toon before relogging it wouldn't be in the correct place in memory.

So you either fake it by assigning it to that "location" in the UI code, or you just load it into a place holder to read from. Like a page with 1-100 with names assigned to each. I dunno if the friend limit is 100 or not, but...
I know you can get the name from the Community window, as I saw how you did it originally gm9 I guess you could just go row by row, or make a fake "loop" in the code to catch them all.
But that tells me you'd get a lot of blank names... except it wouldn't be NULL it would just be a space or maybe just blank.

A script to add a lot of friends at once might get blocked too. You'd probably have to have a button to add each friend 1 by 1 from a list as to not spam the server with request.
I'd say it's 100% doable. But again, a lot of outta the way work.

Honestly I just keep notes for every single friend. The notes file gets saved to a txt document. The first word of each line is the friend name. Parse it out to like Excel or something and then add your friends to your alts
__________________
"I'm afraid you're guilty of thought-crime. Don't bother getting the door, we'll let ourselves in..."
<Donate to DrumsUI> < [DrumsUI] Updater > < [DrumsUI] Full Interface> < Drumstix42 on Twitch.tv
>
Reply With Quote
  #11  
Old 05-19-2010, 01:39 PM
lordebon lordebon is offline
Fetish Core author
This person is a EQ2Map developer.
Featured
 
Join Date: Jun 2005
Server: Crushbone
Posts: 2,667
Default

Yep. Heck, you could even keep them in a text file with the friend_add command and then just run that file by /do_file_commands. The nice thing about /friend_add as opposed to just /friend is that /friend toggles between them, while /friend_add will only ever "add" a friend (if it's already on the list, it just fails with an "Already in List" error).

Mmm, I actually like that idea so much I think I'm going to start keeping my own list in a .txt. I have a lot of alts, so that is a pretty easy way of keeping them all updated.
__________________
Reply With Quote
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 07:56 AM.


Our Network
EQInterface | EQ2Interface | WoWInterface | LoTROInterface | ESOUI | MMOUI