• World of Warcraft Addons
Advertisement
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

Titan Panel [Friends X]

  Download the Curse Client

Project Updated:
Files Updated: Sat, Jan 20 2007
Category: Action Bars
Tags:

, , and [Edit Tags]

Project Manager: desmoloch
Current Version: 0.31 (2.X) (fixed dir)
Downloads Today: 14
Downloads Total: 54,143
Favorites: 366
Comments: 111
  • About Titan Panel [Friends X]
  •  

Please download the newest Beta instead the newest release version!

This is an Addon for Titan Panel!
http://www.curse-gaming.com/mod.php?addid=860
You need at least Titan Panel 1.21.1300! Please Update if you have an older one!

It´s a modified Version of Kragus´ Friends (http://www.curse-gaming.com/mod.php?addid=1060)

So what it does? It displays your total Friend/Guild Members and how many are online -> 1/17
It also displays how many friends/Guild Members are currently online in your Area! -> 5/17 (3)
Why? Better find friends/guild ppl to quest with :))
Know Issue:
It will not update the Area of you Friends/Guild when they entering a new Area. You have to open (o) your friendlist. Thats not really a bug, its a "blizzard feature"!


Whats coming next?
* Options menu for settings (color etc)
* Right click menu -> Whisper, Party etc
* Bugfixes ;)
Menu like:
-Friend Options
-- Count friends (On/Off)
-- Show online friends in tooltip (On/Off)
-- Mark friends in same area (On/Off)
-Guild Options
-- Count guild members (On/Off)
-- Show online guild members in tooltip (On/Off)
-- Mark guild members in same area (On/Off)

Bugs:
ähm no animals were harmed during development!
BUT:
It will not update the Area of you Friends/Guild when they entering a new Area. You have to open (o) your friendlist. Thats not really a bug, its a "blizzard feature"!

Tell me what do you want next :)

  • Downloads (13)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  Titan Panel [Friends X] 0.33 ACE (Untested!;spam fix!) Beta 2.0.0 72 2/9/2007
  Titan Panel [Friends X] 0.32 ACE Beta 2.0.0 7 1/21/2007
  Titan Panel [Friends X] 0.31 ACE (fixed dir) Beta 2.0.0 0 1/20/2007
  Titan Panel [Friends X] 0.31 (2.X) (fixed dir) Release 2.0.0 639 1/20/2007
  Titan Panel [Friends X] 0.31 ACE Beta 2.0.3 0 1/13/2007
Advertisement
  • Screenshots (2)
  •  
  • Comments

Add Comment  

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • Work around for Titan Panel v4.

    You'll need to edit the TitanFriendsX.xml.

    Find:
    TitanPanelFriendsXButton_OnClick(arg1);
    TitanPanelButton_OnClick(arg1,1);

    Replace With:
    TitanPanelFriendsXButton_OnClick(self,arg1);
    TitanPanelButton_OnClick(self,arg1,1);

    Find:
    TitanPanelFriendsXButton_OnLoad(); TitanPanelButton_OnLoad();

    Replace with:
    TitanPanelFriendsXButton_OnLoad(self); TitanPanelButton_OnLoad(self);

    Find:
    TitanPanelFriendsXButton_OnEvent(event);

    Replace with:
    TitanPanelFriendsXButton_OnEvent(self,event);

    Find:
    TitanPanelFriendsXButton_OnEnter();
    TitanPanelButton_OnEnter();

    Replace with:
    TitanPanelFriendsXButton_OnEnter(self); TitanPanelButton_OnEnter(self);

    With the changes, TitanFriendsX works for me with the newest patch.

  • Malfeus said 

    Would it be possible to get it to work with Fubar as well? I like the idea of having friends and guilds under one area, instead of being splite apart like FriendsFu and GuildsFu does.


    Thanks Malfeus

  • Soshort said 

    "Would it be possible to get it to work with Fubar as well? I like the idea of having friends and guilds under one area, instead of being splite apart like FriendsFu and GuildsFu does.


    Thanks Malfeus "

    I believe what you are looking for in done already by a mod called AuldLangSyne, but I am not sure it is updated fully yet.

  • ...TitanFriendsX/libs/AceConsole/AceConsole-2.0.lua:19: AceConsole-2.0 requires AceLibrary.

    That's what I get when I load WoW now. Is it incompatible with the new patch?