Preset Tooltip :
There is 8 new preset tooltips to chose from in the Setting Dialog. They will change the way the tooltip looks.
Please Note :
- ~ (TILDA)
- devides the tooltips Right Side from the Left Side, without it everything would be placed on the Right side of the tooltip.
- <AFK>
- in this example is a place holder, under regular game play this would be a space to indent the line from the title
| Name | Format | Result Right | Result Left |
|---|---|---|---|
| Style #1 | !s (!l !c) !p ~ !n !z | <AFK> (80 Warrior) Nagdand | Author Dalaran |
| Style #2 | !s (!l) !uc ~ !n !z | <AFK> (80) Nagdand | Author Dalaran |
| Style #3 | !s (!l) !p - !c !z ~ !n | <AFK> (80) Nagdand - Warrior Dalaran | Author |
| Style #4 | !s (!l) !c - !p !z ~ !n | <AFK> (80) Warrior - Nagdand Dalaran | Author |
| Style #5 | !s (!l) !uc !z ~ !n | <AFK> (80) Nagdand Dalaran | Author |
| Style #6 | !s !p (!l) - !c !n ~ !z | <AFK> Nagdand (80) - Warrior Author | Dalaran |
| Style #7 | !s !z (!l) - !c !n ~ !p | <AFK> Dalaran (80) - Warrior Author | Nagdand |
| Style #8 | !s !c (!l) !z !n ~ !p | <AFK> Warrior (80) Dalaran Author | Nagdand |
Custom Tooltip :
These can be used on the Right side or Left side of the tooltip but you must tell the addon Right or Left by using ~.
- Anything on the right side of then ~ would be placed on the right side of the tooltip.
- Anything on the left side of the ~ would be placed on the left side of the tooltip.
| Type | Format | Result |
|---|---|---|
| Status | !s | <AFK> <DND> <ALT> or a space |
| Level | !l | 80 |
| Class | !c | Warrior |
| Zone | !z | Dalaran or <Offline> if player is offline |
| Player | !p | Nagdand |
| Note | !n | Author |
| Colored Player | !uc | Nagdand |
TitanPanelPals_AltsSync :
This function is to sync your alts to your friends list. This is being done so that when you visit a mailbox you only need to type a few letters of your alts name to have it show up in the dropdown list. As the current Blizzard function will only add name to the list from the guild list and the friends list.
TitanPanePals_SyncAltsFriends :
This function is for adding friends that you play with on other characters to the current character.
Auto Syncing :
Syncing of the alts and friends list are fired from 2 timers after the UI has fully loaded. There is 2 different function as both are stored in the same array but in diffrent places.
- Timer 1 is fired 20 seconds after the UI is loaded if AutoSyncAlts is enabled
- Timer 2 is fired 30 seconds after the UI is loaded if AutoSyncAltsFriends is enabled.
This may be changed at a later date.
Removing Friends :
Removing a friends from the friends list will leave the friends info in the data array. As of right now I do not know of a way to get the name of the friend removed. This is hard to deal with as when you log an alt, if the friend you removed from Toon A is on Toon B friends list, That friends will be readded to the data array.
Removing Alts :
Deleteing an alt works in somewhat the same way as removing a friend. since the Toon A is deleted when the addon is not loaded there is no way for me to know that Toon A no longer exists.
Database Utilitys :
This has been added so that you can clean the data array when friends or alts have been removed or deleted.
Facts
- Date created
- 12 Sep 2009
- Last updated
- 25 Jan 2010