Advertisement

Titan Panel [Quests]

  Download the Curse Client

Last Update: Jan. 13, 2007 (1 year ago)
Category: Action Bars
Tags: bars
Project Manager: Corgi
Current Version: Titan Panel [Quests] v0.21
(for World of Warcraft 2.0.3)
Downloads Today: 47
Downloads Total: 126,512
Favorites: 1,127
Comments: 71
  • About Titan Panel [Quests]
  •  

Displays number of quests in Titan Panel. When hovered over it displays the following info:
- total number of quests
- number of Elite quests
- number of Dungeon quests
- number of Raid quests
- number of PvP quests
- number of regular quests (non elite/dungeon/raid/pvp)
- number of quests in log currently completed

Right-click to see a color coded list of current quests. When hovered over a dropdown menu will appear with a list of quest objectives, add to Blizzard's Quest Tracker, share quest, abandon quest, open quest details and link quest to chat. Clicking on the quest will open a window with full quest details.

The Options menu allows you to sort and group the quests by level, zone, or by title. You can also apply a filter to view only dungeon, elite, complete, incomplete, or regular quests.

Can toggle MonkeyQuest, QuestHistory, PartyQuests, QuestIon and QuestBank if these AddOns are installed.

NOTE: Requires Titan Panel version 1.22+

TODO: Minor French and German translations. Complete Korean translations.

  • Downloads (1)
  •  
Advertisement
  • Screenshots (4)
  •  

You need to login or register to post comments.

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.
 
  • April 22, 2008, 06:18AM (2 months, 1 week ago)

    Paste on localization.lua (at the end for latinamerica translation)
    Pegar en localization.lua (al final para traduccion de latin america)

    -- Español LA
    if ( GetLocale() == "esMX" ) then
    TITAN_QUESTS_MENU_TEXT = "Quests";
    TITAN_QUESTS_BUTTON_LABEL = "Quests: ";
    TITAN_QUESTS_TOOLTIP = "Quest Info:";

    TITAN_QUESTS_OPTIONS_TEXT = "Opciones";

    TITAN_QUESTS_LEVEL_TEXT = "Nivel ";

    TITAN_QUESTS_ABOUT_VERSION_TEXT = "Version";
    TITAN_QUESTS_ABOUT_AUTHOR_TEXT = "Autor";

    TITAN_QUESTS_SORT_TEXT = "Sort";
    TITAN_QUESTS_SORT_LOCATION_TEXT = "por Sitio (Defecto)";
    TITAN_QUESTS_SORT_LEVEL_TEXT = "por Nivel";
    TITAN_QUESTS_SORT_TITLE_TEXT = "por Titulo";

    TITAN_QUESTS_SHOW_TEXT = "Mostrar";
    TITAN_QUESTS_SHOW_ELITE_TEXT = "solo Elite";
    TITAN_QUESTS_SHOW_DUNGEON_TEXT = "solo Dungeon";
    TITAN_QUESTS_SHOW_RAID_TEXT = "solo Raid";
    TITAN_QUESTS_SHOW_PVP_TEXT = "solo PvP";
    TITAN_QUESTS_SHOW_REGULAR_TEXT = "solo Regular";
    TITAN_QUESTS_SHOW_COMPLETED_TEXT = "solo Completadas";
    TITAN_QUESTS_SHOW_COMPLETED_TEXT = "solo Incompletas";
    TITAN_QUESTS_SHOW_ALL_TEXT = "Toadas (Defecto)";

    TITAN_QUESTS_TOGGLE_TEXT = "Cambiar";

    TITAN_QUESTS_CLICK_BEHAVIOR_TEXT = "Click-Izq para ver los Quest";
    TITAN_QUESTS_GROUP_BEHAVIOR_TEXT = "Quests Ordenada por Grupo";

    TITAN_QUESTS_QUESTLOG_TRUNCATED_TEXT = "Lista de Quest truncada...";
    TITAN_QUESTS_OPEN_QUESTLOG_TEXT = "Abrir QuestLog";
    TITAN_QUESTS_CLOSE_QUESTLOG_TEXT = "Cerrar QuestLog";

    TITAN_QUESTS_OPEN_MONKEYQUEST_TEXT = "Abrir MonkeyQuest";
    TITAN_QUESTS_CLOSE_MONKEYQUEST_TEXT = "Cerrar MonkeyQuest";

    TITAN_QUESTS_OPEN_QUESTION_TEXT = "Abrir Pregunta";
    TITAN_QUESTS_CLOSE_QUESTION_TEXT = "Cerrar Pregunta";

    TITAN_QUESTS_OPEN_PARTYQUESTS_TEXT = "Abrir Quest en Grupo";
    TITAN_QUESTS_CLOSE_PARTYQUESTS_TEXT = "Cerrar Quest en Grupo";

    TITAN_QUESTS_OPEN_QUESTHISTORY_TEXT = "Abrir Historial de Quest";
    TITAN_QUESTS_CLOSE_QUESTHISTORY_TEXT = "Cerrar Historial de Quest";

    TITAN_QUESTS_OPEN_QUESTBANK_TEXT = "Abrir Banco de Quest";
    TITAN_QUESTS_CLOSE_QUESTBANK_TEXT = "Cerrar Banco de Quest";

    TITAN_QUESTS_ABOUT_TEXT = "Sobre";

    TITAN_QUESTS_OBJECTIVESTXT_LONG_TEXT = TitanUtils_GetRedText("El texto de los objetivos es muy largo,\nClick quest para detalles.");

    TITAN_QUESTS_REMOVE_FROM_WATCHER_TEXT = "Quitar del visor";
    TITAN_QUESTS_ADD_TO_WATCHER_TEXT = "Añadir al visor";

    TITAN_QUESTS_QUEST_DETAILS_TEXT = "Detalles de Quest";
    TITAN_QUESTS_QUEST_DETAILS_OPTIONS_TEXT = "Opciones de Quest";

    TITAN_QUESTS_LINK_QUEST_TEXT = "Linkea el Quest";

    TITAN_QUESTS_DETAILS_SHARE_BUTTON_TEXT = "Compartir";
    TITAN_QUESTS_DETAILS_WATCH_BUTTON_TEXT = "Visualizar";

    TITAN_QUESTS_NEWBIE_TOOLTIP_WATCHQUEST = "Añadir/Quitar quest del Visualizador.";

    TITAN_QUESTS_TOOLTIP_QUESTS_TEXT = "# de quests: ";
    TITAN_QUESTS_TOOLTIP_ELITE_TEXT = "# de quest Elite: ";
    TITAN_QUESTS_TOOLTIP_DUNGEON_TEXT = "# de quests de Dungeon: ";
    TITAN_QUESTS_TOOLTIP_RAID_TEXT = "# de quests de Raid: ";
    TITAN_QUESTS_TOOLTIP_PVP_TEXT = "# de quests de PvP: ";
    TITAN_QUESTS_TOOLTIP_REGULAR_TEXT = "# de quests Regulares: ";
    TITAN_QUESTS_TOOLTIP_COMPLETED_TEXT = "# de quests completados: ";
    TITAN_QUESTS_TOOLTIP_COMPLETED_TEXT = "# de quests incompletos: ";
    TITAN_QUESTS_TOOLTIP_HINT_TEXT = "Sugerencia: click-derecho para ver la lista de quest.";

    -- quest labels
    TITAN_QUESTS_DUNGEON = "Dungeon";
    TITAN_QUESTS_RAID = "Raid";
    TITAN_QUESTS_PVP = "PvP";
    end

  • July 1, 2007, 09:35PM (1 year ago)

    This addon would be awesome to get rolling again! Any possibility of seeing it updated?

    I'm not pleased with the progress of MonkeyQuest and this would be an awesome replacement!

  • Feb. 17, 2007, 01:33PM (1 year, 4 months ago)

    hey the watcher because im using bartender 3 is atop the watcher so i dont see the highlighted quest is there a way to move the watcher area?

  • Jan. 19, 2007, 01:49AM (1 year, 5 months ago)

    Would there be a possible way to close the Quest Details window when you hit Esc key? would be very nice if this could be added. and as someone said earlier maybe add in Party quest logging so we can easily see what quest the others in our parties have.

  • Dec. 28, 2006, 01:57AM (1 year, 6 months ago)

    Great add-on, but I keep getting C-stack overflow error messages =( plus it only shows about 19 or 20 quests the others I have to use the normal quest screen. Is there anyway to fix this? =(

  • Feb. 17, 2006, 03:16PM (2 years, 4 months ago)

    Would it be possible to show other party members who have the same quests, as at the moment i still have to check my normal quest log to see which quests my group has in common with me, thanks in advance.

  • Feb. 22, 2006, 11:48AM (2 years, 4 months ago)

    Massive error messages pop up for Sea (yes, I'm using Cosmos), QuestMonkey (2.2) & a few other things when mousing over this (version 0.17) in Titan 1.25. Most of them are "C stack overflows". The cumulative error messages produce so much spam that it makes this mod unusable for me.

    This mod need the new Titan 2.14.x to work properly instead of 1.25 (unlike every other Titan mod I've ever used)? Or is it just filled with incompatibilities?

  • March 28, 2006, 02:19AM (2 years, 3 months ago)

    For all of you who experience freezing when mousing over TitanQuest, this is due to those error messages Elcromo said. If you have ImprovedErrorFrame up and running, you will see that. Apparently TitanQuest triggers infinite loops in itself along with Sea, and 5-6 other addons, whic causes the stack overflow and the freezin of the game for a moment. Curiously enough, after the overflow occours, the game unfreezes and TitanQuests actually starts working, showing the list of quests and all its features seem operational. But the moment you mouse out of it and back over, the same thing happens again. I have latest Titan Panel version (2.14.2 FIXED). Will you eventually fix this problem? Your mod is extremely cool. If only it worked...

  • March 28, 2006, 02:24AM (2 years, 3 months ago)

    For all of you who experience freezing when mousing over TitanQuest, this is due to those error messages Elcromo said. If you have ImprovedErrorFrame up and running, you will see that. Apparently TitanQuest triggers infinite loops in itself along with Sea, and 5-6 other addons, whic causes the stack overflow and the freezin of the game for a moment. Curiously enough, after the overflow occours, the game unfreezes and TitanQuests actually starts working, showing the list of quests and all its features seem operational. But the moment you mouse out of it and back over, the same thing happens again. I have latest Titan Panel version (2.14.2 FIXED). Will you eventually fix this problem? Your mod is extremely cool. If only it worked...

  • April 3, 2006, 01:56AM (2 years, 3 months ago)

    I did a little bit more research and actually I found something interesting. The freezing isn't due to infinite loops: it's the pluging refreshing the quest list. It seems Titan Quest doesn't use any sort of cache and anytime you hover the mouse over it, it refreshes the quests in your list. So if you have 2 active quests, the freezing is too short to be noticed; but if you have 15 quests in your list, it takes 5-6 second to refresh, during which your interface is stuck. The second thing I found is that the infinite loops actually disappear if you open the quest list a couple of times in a row (right-clicking on the quests info). I'll explain thoroughly. I start WoW, the interface is loaded. I mouse over Titan Quests info, Improved Error Frame kicks in and tells me there are 5 errors (5 infinite loops in different addons). I DO NOT click on improved error frame icon to show the errors, Instead, I mouse out of titan quests and then back over it. The error count stays at 5, then quests info pops up.Then I right click on the plugin to show the quest list. It shows up with no flaws. Then I can dismiss the error frame and the infinite loops never show up again. It's just that any time you pass your mouse over Titan quests, the game freezes as I said before. But no more infinite loops. At least, that's what's happening to me.

  • April 3, 2006, 02:17AM (2 years, 3 months ago)

    I did a little bit more research and actually I found something interesting. The freezing isn't due to infinite loops: it's the pluging refreshing the quest list. It seems Titan Quest doesn't use any sort of cache and anytime you hover the mouse over it, it refreshes the quests in your list. So if you have 2 active quests, the freezing is too short to be noticed; but if you have 15 quests in your list, it takes 5-6 second to refresh, during which your interface is stuck. The second thing I found is that the infinite loops actually disappear if you open the quest list a couple of times in a row (right-clicking on the quests info). I'll explain thoroughly. I start WoW, the interface is loaded. I mouse over Titan Quests info, Improved Error Frame kicks in and tells me there are 5 errors (5 infinite loops in different addons). I DO NOT click on improved error frame icon to show the errors, Instead, I mouse out of titan quests and then back over it. The error count stays at 5, then quests info pops up.Then I right click on the plugin to show the quest list. It shows up with no flaws. Then I can dismiss the error frame and the infinite loops never show up again. It's just that any time you pass your mouse over Titan quests, the game freezes as I said before. But no more infinite loops. At least, that's what's happening to me.

  • April 9, 2006, 05:26PM (2 years, 2 months ago)

    Did some testing for the cause of the C stack overflow. Doesn't look like Sea is causing the C stack overflow. Looks like Libram is causing it. Libram is an addon in Cosmos which allows you to register to specific events which affect the quest log. Libram is used by Cosmos' PartyQuests. So quick fix is to disable Libram and PartyQuests.

  • April 12, 2006, 10:41PM (2 years, 2 months ago)

    I have to say, out of all the quest mods out there...this is the BEST one for me!!! I have tried others..Monkey Quest ( Too hard to figure out)...teh one that adds an extra box to teh quest box( Too Simple)...this one....just right!!!! Thanks for an excellant mod!!

  • Aug. 17, 2006, 03:55AM (1 year, 10 months ago)

    Great work on this addon! Can you please implement a Quest level Show/Hide Option on Quest Log cause I have to use 3rd party addon to do so and I get 2 time the level before the quest descriptor.

  • Jan. 22, 2006, 11:57AM (2 years, 5 months ago)

    There's one thing i hate: Whenever i get a new quest and access the panel in that second my game freezes completely. that sucks alot, since any settings i did before won't get saved. I even need to kill wow with windows' taskmanager. any way to fix that?

  • Jan. 8, 2006, 05:40AM (2 years, 5 months ago)

    This is very nice so far, superior to MonkeyQuest and companions, due to it's minimal-screen-usage.

    One complaint though: Don't make your own quest-detail-frame, pop up the default questlog with that quest selected. The minimal loss in screenspace is well worth the resources saved ;)

  • Jan. 7, 2006, 04:38PM (2 years, 5 months ago)

    quest detail frame should be fixed in v0.17

  • Jan. 7, 2006, 12:07PM (2 years, 5 months ago)

    the game freezes for 2 sec if you access the dropdown. And in the questtestwindow is no scrollbar and the background in wrong

  • Jan. 7, 2006, 01:01AM (2 years, 6 months ago)

    please can you add this nice mod to: http://modwatcher.com/

    so everyone can update it easily, no more need to check all websites for update on patchday :)

    greetz

    Thrangar

  • Nov. 18, 2005, 05:50PM (2 years, 7 months ago)

    I love this, but really want the ability to watch more than 5 quests at a time.

 
  • Similar Addons
  •  
  1. 2,760 Titan Panel Action Bars
  2. 2,032 HealBot Continued Buffs & Debuffs, Action Bars, ...
  3. 1,229 Bongos3 Action Bars
  4. 1,197 ItemRack Action Bars
  5. 1,066 Bartender3 Action Bars
Advertisement