1. Friend List Problem

    I have this problem for like 4-5 days. When I log in my friend list looks empty: http://imgur.com/a/k8HdV
    I press on "Who" or any other tab then i return to "Friends" and the friend list appears, but... every name is kinda messed up. Usually, the online friends are in the top of the list. I see my friends everywhere but 100% not in the top, as you can see: http://imgur.com/a/2WEcz

    Also, there are those 2 friends which are unknown. I tried to remove all my friends but there are always these 2 "unknown" which always remain in the list.

    If someone encountered this, please send me a pm

    :) Thanks in advance!

  2. the reason is because some players you had on "Frind list" did not merged up their character ( they are the "unkonwn" ones) and as you said you can not delete them from the list.
    I do not know if GMs have a command to clear a player friend list, that would the only way to solve this issue

  3. The thing is... when the new core was released I had to add all my friends again. And I had no problem with the friends list. This thing happened like last week, so it can't be because of the merge. Is it possible to happen if they went to the other faction?

  4. Is it possible to happen if they went to the other faction?
    No, it is not that. Maybe those characters have been sold, I do not know but this does not change what I have said before: the only way to solve it is by clearing the friend list and you can not do it

  5. I see... it might be possible. I suppose only a GM can fix this or a developer. Anyway I'm not the only one having this issue

  6. I had this issue for about a month, assumed it was related to a character trade, it is the most irritating bug I've dealt with in a while. I didn't do anything to fix it though, it just finally cleared up one day.

  7. You can try this: (not fully tested since I changed it to be more automated since last time I used it)
    Code:
    /script for i=GetNumFriends(),1,-1 do name, level, class, area, connected, status, note = GetFriendInfo(i); if not name then RemoveFriend(i) end end
    Use it after you change tabs to be able to see friends list and relog after using it.

  8. You can try this: (not fully tested since I changed it to be more automated since last time I used it)
    Code:
    /script for i=GetNumFriends(),1,-1 do name, level, class, area, connected, status, note = GetFriendInfo(i); if not name then RemoveFriend(i) end end
    Use it after you change tabs to be able to see friends list and relog after using it.
    Dude, this actually worked like a charm :) Thank you so much <3

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •