- Home
- Downloads
-
Addons & Mods
Featured
World of Warcraft
4,840 Addons
-
Popular Downloads
- Top World of Warcraft Addons
- Top Rift Addons
- Top Skyrim Mods
- Top Minecraft Server Mods
- Top Terraria Maps
- Top Starcraft II Maps
- Top Runes of Magic Addons
- Top Warhammer Online Addons
- Top Age of Conan Addons
-
- Curse Client
- Premium
- News
- Giveaways
- Forums
Titan Panel [Guild]
- 0 Likes
- World of Warcraft
- 431,518 Downloads
- Supports: 4.1
- 82 Average Daily Downloads
- Comments
- Created 4/5/2008 2:01:22 PM
- Updated 5/9/2011 12:23:53 PM
- 1,092 Favorites
- Project Site
- License: All Rights Reserved
- Release Type: Release
- Newest File: Version 3.6l
About Titan Panel [Guild]
THIS ADDON IS FROM chicogrande (jluzier@gmail.com)!
I have only done the changes to make it compatible with Patch 2.4
The outdated version can found here:
http://www.wowinterface.com/downloads/info4720-TitanPanelGuild.html
Titan Panel [Guild]: A simple guild list for the Titan Panel AddOn.
Requires: Titan Panel
Can be found at:
http://wow.curse.com/downloads/wow-addons/details/titan-panel.aspx
or:
http://code.google.com/p/titanpanel/
- Lists online guild members in a tooltip
- Menu shows names of online members, with click to /whisper functionality.
- Menu has options to /guild chat and /officer (/o) chat
- Menu has option to toggle Show offline members, which changes this setting in your Social frame, Guild tab
- Advanced menus to /w, /invite, /friend or /who guild members
- Shows default messages if the player is not a member of a guild
- Updates the guild listing every 5 minutes to accomodate the GuildRoster() delay and lag. The update only takes place if the player is 'idle' and not accessing conflicting UI frames or Titan elements
- Tooltip and right-click menu content is sortable using the Sort menu option, works like the guild frame
- Filters available for seeing only those guild members within your level range, your zone, or to look for members of a specific class
- Colors rank names (Advanced) or player names (Simple) based on rank index
- To save space, player can turn off menu options
Usage:
- In the right-click menu, click on a guild member name to send them a whisper
- Enable 'Show Advanced Menus' to create submenus for each online guild member based on rank
- Left-click on button to toggle the Friends Frame > Guild Tab
- When you have all settings configured to your liking, use 'Hide Options' to maximize your menu space.
TOC for 4.1
| File Name | Release Type | Game Version | Downloads | Date |
|---|---|---|---|---|
| Version 3.6l | Release | 4.1 | 78,133 | 5/9/2011 12:23:53 PM |
| Version 3.6k [RC2] | Release | 4.0.1 | 98,058 | 11/14/2010 7:29:07 AM |
| Version 3.6j [RC1] | Release | 4.0.1 | 35,895 | 10/24/2010 12:43:19 PM |
| Version 3.6i | Beta | 4.0.1 | 1,932 | 10/21/2010 10:31:09 AM |
| Version 3.6h | Beta | 4.0.1 | 1,374 | 10/19/2010 12:47:45 PM |
| Version 3.6g | Release | 3.3.5 | 128 | 7/2/2010 9:43:24 AM |
| Version 3.6f | Release | 3.3.0 | 36 | 12/8/2009 12:52:51 PM |
| Version 3.6e | Release | 3.2.0 | - | 8/4/2009 2:25:20 PM |
| Version 3.6d [QuickFix2] | Release | 3.1.0 | - | 4/17/2009 4:22:50 PM |
| Version 3.6d [QuickFix] | Release | 3.1.0 | - | 4/15/2009 4:36:58 PM |
| Version 3.6c | Release | 3.0.8 | - | 2/6/2009 4:03:55 AM |
| Version 3.6b | Release | 3.0.8 | 1 | 1/26/2009 3:53:13 AM |
| Version 3.6a | Release | 3.0.3 | - | 1/6/2009 10:57:05 AM |
| Version 3.6 | Release | 3.0.3 | - | 1/5/2009 1:03:14 PM |
| Version 3.6 RC 2 | Release | 3.0.2 | 31 | 10/16/2008 2:55:38 PM |
| Version 3.6 RC 1 | Release | 3.0.2 | - | 10/16/2008 12:17:07 PM |
| Titan Panel [Guild] Version 3.6 beta 2 | Beta | 3.0.2 | 10 | 9/29/2008 10:36:41 AM |
| Titan Panel [Guild] Version 3.6 beta 1 | Beta | 3.0.2 | - | 9/29/2008 10:15:56 AM |
| Version 3.54b | Release | 2.4.0 | 1 | 4/6/2008 10:12:31 AM |
| Version 3.54a | Release | 2.4.0 | - | 4/6/2008 5:52:28 AM |
| Version 3.54 | Release | 2.4.0 | 1 | 4/6/2008 4:35:23 AM |
Addon Packs Containing This...
-
Einah's pack of love.
-
Tenaka's Minimalist Pack
-
Standard Addon Pack - Bars - Proff's - Classes
-
Resto druid pack
-
Kromas's Addon Pack
-
Afevis's Epic Addon Pack
-
Raiding UI and Starter Pack!
-
The Hunter in a Raid Pack
-
JackDaniels1989's DK Raid UI
-
eaglechief01's Addon Pack
-
warlock raid addons
-
Aestetics of Hate - Guild - Addon Pack
-
Nukldragr's Neanderthal Pack
-
projecthawk's Addon Pack 1
-
Raiding Pack
-
Chains UI
-
frobeer's Addon Pack
-
Raven Corps Guild Addon Pack
-
Thundagar's Addon Pack
-
Gitchchopcuiie's (MS Ele/OS Resto) Addon Pack
-
Malent's Addon Pack
-
Friskyfelion's Addon Pack
-
maxi's Addon Pack
-
Mage Must-Have's!!
-
angelmalt's Addon Pack
Comments
Look for the line that reads
if (guild_status ~= " ") then
and add the following 4 lines before it:
if guild_status == 0 then guild_status = " "
elseif guild_status == 1 then guild_status = "<Away>"
elseif guild_status == 2 then guild_status = "<Busy>"
end
Change <Away> and <Busy> to <AFK> and <DND> if you prefer.
Thanks for sharing this fix alanm26
Number 1 is AFK Flag and 2 is DND Flag pls fix this :D
Any chance we could get an option added until 'tooltip' that would allow us to deselect player status?
I've got this strange number that started showing up between the character level and the character name. It's usually a number 0 but some have a number 1. I don't know what it means and there doesn't seem to be any way to get rid of it.
Hi there, great addon! Will there be an (toc) update soon?
Thanks in advance, V.
Date: 2011-05-11 10:16:02
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\TitanGuild\TitanGuild.lua line 207:
attempt to perform arithmetic on global 'guild_TimeCounter' (a nil value)
Debug:
[C]: ?
TitanGuild\TitanGuild.lua:207: TitanPanelGuildButton_OnUpdate()
[string "*:OnUpdate"]:1:
[string "*:OnUpdate"]:1
AddOns:
Swatter, v5.11.5146 (DangerousDingo)
WowheadLooter, v40017
NPCScan, v4.1.0.1
NPCScanOverlay, v4.1.0.2
Ace3, v
AckisRecipeList, v2.2.4
ACP, v3.3.14
AdiCCMonitor, v1.0.1
AdvancedTradeSkillWindow, v
Archy, v1.8
AreYouReady, v2.5
AspectWatch, v40000.1
Atlas, v1.19.1
AtlasBattlegrounds, v1.19.1
AtlasDungeonLocs, v1.19.1
AtlasOutdoorRaids, v1.19.1
AtlasTransportation, v1.19.1
AtlasLoot, vv6.03.02
AtlasLootLoader, vv6.03.02
AtlasQuest, v4.6.3a
AucAdvanced, v5.11.5146 (DangerousDingo)
AucFilterBasic, v5.11.5146 (DangerousDingo)
AucFilterOutlier, v5.11.5146.2531
AucMatchUndercut, v5.11.5146.2531
AucStatHistogram, v5.11.5146 (DangerousDingo)
AucStatiLevel, v5.11.5146 (DangerousDingo)
AucStatPurchased, v5.11.5146 (DangerousDingo)
AucStatSales, v5.11.5146.2842
AucStatSimple, v5.11.5146 (DangerousDingo)
AucStatStdDev, v5.11.5146 (DangerousDingo)
AucStatWOWEcon, v5.11.5146.2530
AucUtilAHWindowControl, v5.11.5146.3311
AucUtilAppraiser, v5.11.5146.2530
AucUtilAskPrice, v5.11.5146.3175
AucUtilAutoMagic, v5.11.5146.3142
AucUtilCompactUI, v5.11.5146.2530
AucUtilEasyBuyout, v5.11.5146.3583
AucUtilFixAH, v5.11.5146 (DangerousDingo)
AucUtilGlypher, v5.11.5146.5061
AucUtilGlypherPost, v5.11.5146.5069
AucUtilItemSuggest, v5.11.5146.3108
AucUtilPriceLevel, v5.11.5146.2545
AucUtilScanButton, v5.11.5146.2530
AucUtilScanFinish, v5.11.5146.2530
AucUtilScanProgress, v5.11.5146.2530
AucUtilScanStart, v5.11.5146.4784
AucUtilSearchUI, v5.11.5146.3655
AucUtilSimpleAuction, v5.11.5146.4546
AucUtilVendMarkup, v5.11.5146.2530
Babylonian, v5.1.DEV.130
BankItems, v40000
BeanCounter, v5.11.5146 (DangerousDingo)
BossTactics, v3.5
BrokerTolBarad, v1.6
Configator, v5.1.DEV.282
CookingHelper, v1.74
Critline, v4.1.0
CTBarMod, v4.0100
CTCore, v4.0100
CTExpenseHistory, v4.0100
CTMailMod, v4.0100
DBMCore, v
DBMSpellTimers, v
DebugLib, v5.1.DEV.275
Enchantrix, v5.11.5146 (DangerousDingo)
FaceShooter, v1.0.1a
FBMergeDatabase, v1.0.2
FBOutfitDisplayFrame, v0.9.9e5
FBTrackingFrame, v1.0.2
Fishbringer, vv3.1.1
FishingBuddy, v1.0.3a
ForteCasting, v
ForteCooldown, v
ForteCore, v1.974.8
ForteHunter, v
ForteTalent, v
ForteTimer, v
ForteVehicle, v
G15Buttons, v1.13 (4.1.0)
Gatherer, v3.2.3
GearScore, v4.6.00
GFWDisenchantPredictor, v4.1
GFWFactionFriend, v4.1.1
GTFO, v4.3.2
GupPet, v2.018
GupPetCollectMe, v2.01
HunterHelper, v1.96
HunterStableInfo, v4.3
Informant, v5.11.5146 (DangerousDingo)
JSHunterBar, v40100.2.2
LootFilter, v3.20
MapRuler, v
MobInfo2, v3.87
Omen, v3.1.2
Overachiever, v0.63
Pawn, v1.5.10
QDKP2Config, v2.7.2
QDKP2GUI, v2.7.5
QDKPV2, v2.7.5
Quartz, v3.0.6
QuartzProcs, v3.34
QuestGuru, v2.2.3.1
QuestGuruTracker, v1.5.6.1
RaidAchievement, v1.071
RaidAchievementAchieveReminder, v
RaidBuffStatus, vv4.18-beta
RaidChecklist, v4.1.1
RAQ, v4.1
RareSpawnOverlay, v4.2.40000
Recount, v
RepSessionTracker, v2.06
SlideBar, v5.11.5146 (DangerousDingo)
Stubby, v5.11.5146 (DangerousDingo)
SwindlerPreventer, v4.1
TabardAddict, v1.06
TargetForMe2, v4.0.1e
TargetHealthPercent, v4.0.1
TBAntiDaze, vr38-release
Titan, v5.0.5.40100 - Revision 519
TitanArchaeology, v1.0.1
TitanBag, v5.0.5.40100
TitanClock, v5.0.5.40100
TitanCurrency, v4.1.1
TitanGold, v5.0.5.40100
TitanGuild, v3.6l
TitanLocation, v5.0.5.40100
TitanLootType, v5.0.5.40100
TitanPerformance, v5.0.5.40100
TitanPetStatus, v4.0a
TitanPvP, v0.3.0.40000
TitanRepair, v5.0.5.40100
TitanSkills, v1.1
TitanVolume, v5.0.5.40100
TitanXP, v5.0.5.40100
URMapCoords, v4.1.1
BlizRuntimeLib_enUS v4.1.0.40100
(ck=e92)
ID: 3
Error occured in: Global
Count: 5
Message: ..\AddOns\Titan\TitanPanelTemplate.lua line 385:
Usage: GameTooltip:IsOwned(frame)
Debug:
[C]: ?
[C]: IsOwned()
Titan\TitanPanelTemplate.lua:385: TitanPanelButton_UpdateTooltip()
TitanGuild\TitanGuild.lua:429: TitanPanelGuildButton_SetSortByValue()
TitanGuild\TitanGuildMenu.lua:56: func()
..\FrameXML\UIDropDownMenu.lua:636: UIDropDownMenuButton_OnClick()
[string "*:OnClick"]:1:
[string "*:OnClick"]:1
-----------
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\TitanGuild\TitanGuild.lua line 207:
attempt to perform arithmetic on global 'guild_TimeCounter' (a nil value)
Debug:
(tail call): ?
[C]: ?
TitanGuild\TitanGuild.lua:207: TitanPanelGuildButton_OnUpdate()
[string "*:OnUpdate"]:1:
[string "*:OnUpdate"]:1
Titan, v5.0.1.40000 - Revision 485
TitanBag, v5.0.1.40000
TitanClock, v5.0.1.40000
TitanCurrency, v0.4
TitanGatherer, v4.0.0
TitanGold, v5.0.1.40000
TitanGuild, v3.6k
TitanLocation, v5.0.1.40000
TitanLootType, v5.0.1.40000
TitanPerformance, v5.0.1.40000
TitanPetStatus, v4.0a
TitanRepair, v5.0.1.40000
TitanVolume, v5.0.1.40000
TitanWG, v1.2.1.40000
TitanXP, v5.0.1.40000
BlizRuntimeLib_enUS v4.0.3.40000
(ck=cfc)
TITAN_GUILD_MENU_SHOWADVANCED_TEXT = "Показывать расширенное меню"; -- (line 420)
TITAN_GUILD_MENU_FILTER_TEXT = "Фильтр"; -- (line 427)
TITAN_GUILD_MENU_FILTER_MYZONE = "В пределах моей зоны"; -- (line 433)
TITAN_GUILD_MENU_FILTER_MYLEVEL = "В пределах моего уровня"; -- (line 434)
TITAN_GUILD_TOOLTIP_WARNING = "Невозможно отобразить всех членов гильдии. Воспользуйтесь Фильтрами!"; --(line 438)
TITAN_GUILD_MENU_DISABLE_MOUSEOVER_UPDATE = "Отключить обновление при наведении курсора"; --(line 441)