Features:
- Creates a global friends list, boot strapped by the current friends of each alt you log in as.
- Adds friends that are in the global friends list who are not friends of the currently logged on alt.
- Adding a new friend adds it to the global list which will transfer it to your other alts as you log them in.
- Removing a friend removes it from the global list and will remove it from your alts as you log them in.
- Tracks your alts and adds them to the global list of friends so that your alts show up as friends (for name completion at the mailbox). Can be turned off with '/fs alts off'.
- The global friends list is partitioned by server and faction (Horde or Alliance). PvE servers allow you to have alts in both factions, but they can't be friends.
- /friendshare reset - Resets the global friend list to the current alts friend list. Useful if the global list gets corrupt (never seen that happen).
- /fs import - imports the global friends list (again). Usefull if some global friends were not imported b/c you had too many friends already.
- Syncronizes your ignore lists across your alts as well. Players have to be online to be ignored so you may get 'player not found' messages at login when trying to syncronize ignores.
- /is import - imports the global ignore list (again). Useful if someone you have on your global ignore list logs in.
To get started just log in each of your alts. From that point on, all your alts will share a global friends list and a global ignore list.
This MOD should work fine reguardless of the WoW client language; however, it does have one or two messages that could be localized.
- 4 comments
- 4 comments
Facts
- Date created
- Jul 22, 2005
- Category
- Last update
- Apr 27, 2011
- Development stage
- Release
- Language
- enUS
- License
- All Rights Reserved
- Curse link
- Friend & Ignore Share
- Downloads
- 50,410
- Recent files
- Reply
- #4
akazik Feb 01, 2011 at 17:14 UTC - 0 likesa patch (for v1.5.0) to also share notes: http://paste.curseforge.com/3219/ (see tickets for an older patch)
[http://alex.kazik.de/]
- Reply
- #3
nomeone Apr 08, 2010 at 05:46 UTC - 0 likesThx man, I will test it! :P
- Reply
- #2
Niselma30 Apr 07, 2010 at 21:56 UTC - 0 likesI love this mod. I'm so happy you made it. Keep up the good work! *thumbs up* :D
- Reply
- #1
Vimrasha Jun 04, 2008 at 16:20 UTC - 0 likesIgnore Share spam
The problem is that you can only ignore someone who is currently logged in. This is a Blizzard limitation that I have no control over. You don't want to remove people form the global list just because they are not currently logged in.
I suppose the mod could look to see if the user is logged in before trying to ignore them to avoid the spam. Thats not a bad idea. I will look into it.
Edit: SendWho() appears to be the only way to see if someone is online, and that opens the Who dialog. I have never been very fond of the ignore sharing portion of this mod due to the requirement that players be logged in for you to add them to your ignore list. This requirement is imposed by the AddIgnore() command. I may just remove ignore sharing from this mod.