| Tested: | Hour of Twilight 4.3 |
| Updated: | 12-09-11 01:07 PM |
| Created: | unknown |
| Downloads: | 90,134 |
| Favorites: | 199 |
| MD5: |

File Name |
Version |
Size |
Author |
Date |
3.0.6 - beta 1 |
65kB |
Luke1410 |
12-01-11 02:52 AM |
|
3.0.5 |
65kB |
Luke1410 |
07-18-11 01:23 AM |
|
3.0.5 - beta 1 |
65kB |
Luke1410 |
07-04-11 02:50 PM |
|
3.0.4 |
65kB |
Luke1410 |
05-15-11 12:22 PM |
|
3.0.4 - beta 1 |
65kB |
Luke1410 |
05-01-11 04:44 AM |
|
3.0.3 |
65kB |
Luke1410 |
01-23-11 02:47 PM |
|
3.0.3 - beta 1 |
65kB |
Luke1410 |
12-28-10 08:12 PM |
|
3.0.2 |
65kB |
Luke1410 |
12-20-10 07:45 AM |
|
3.0.2 - beta 1 |
65kB |
Luke1410 |
11-28-10 09:30 AM |
|
3.0.1 |
65kB |
Luke1410 |
11-15-10 04:02 PM |
|
3.0.1 - beta 1 |
40kB |
Luke1410 |
10-27-10 11:26 AM |
|
3.0.0 - beta 1 |
40kB |
Luke1410 |
04-29-10 01:47 AM |
|
2.14.30300 |
37kB |
Luke1410 |
12-13-09 08:18 AM |
|
2.12.30300 |
37kB |
urnati |
12-12-09 06:58 AM |
|
2.11.30300 |
37kB |
urnati |
12-12-09 05:10 AM |
|
2.09.30200 |
36kB |
urnati |
08-04-09 07:14 PM |
|
2.08.30100 |
34kB |
urnati |
04-05-09 06:24 PM |
|
2.07.30000 |
34kB |
urnati |
02-28-09 02:01 AM |
|
2.06.30000 |
34kB |
urnati |
02-01-09 10:50 AM |
|
2.05.30000 |
34kB |
urnati |
02-01-09 08:11 AM |
![]() |
Comment Options |
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 1
Uploads: 0
|
I am just having issues with seeing who all is in my party. When I first got the titan panel someone else had set this up for me and I have since then had to switch computers. I am not sure how to show them anymore. Can please help me out.
|
|
|
|
|
||
|
Re: Re: Zip version?
|
||
|
|
|
|
||
|
Re: Zip version?
zip-archives will be added shortly to the official page at http://www.luke1410.de/typo3/index.php?id=titanquests For future versions, I'll provide the zip-archives on WoWinterface instead of the rar-ones here too. For the time being, you can download the zip-archives from http://wowui.incgamers.com/?p=mod&m=729 or http://wow.curse.com/downloads/wow-a...el-quests.aspx |
||
|
|
|
|
|
|
Zip version?
Any chance of seeing a zip version?
Thanks. -Z |
|
|
|
|
|
|
|
update released
The new beta release is just awaiting approval by the mods. You can already download it from http://www.luke1410.de/typo3/index.php?id=titanquests .
The version fixes the incompatibility with WoW 4.0 as well as a couple of further bugs. See the changelog for further information. |
|
|
|
|
|
|
|
A Fallenroot Satyr
Forum posts: 26
File comments: 15
Uploads: 0
|
I agree, can anyone fix this to work with 4.0 ?
|
|
|
|
|
|
|
Anyone giving this one a shot at an update? It's almost too good not to have in your Titan Panel
![]() |
|
|
|
|
|
|
|
Re: Quest selection
I strongly suspect it is the way Blizz forces the quest log to be parsed. Both addons are looking for quest data using the same Blizz routines so they are 'fighting' each other. I am not sure there is much to be done unless the addons were merged or Blizz changes its quest log structure.
urnati Technical stuff: Blizz keeps and updates the quests by position rather than name or some other key. And the structure reflects collapsed sections or not. This forces developers to expand the quest log structure before parsing using ExpandQuestHeader(0). If you happen to have the quest log open, it will expand. Then looping through the quest log one has to ignore headers (yes they are a position too). You can get a ton of info using GetQuestLogTitle(i) - where i is the position. But - and here is another kick - you have to set the 'selection' to a quest position in order to get detail info. Routines like GetNumQuestLeaderBoards() return the objective info (I do not know why the name is so descriptive of its function!). Or IsCurrentQuestFailed(). Note that there is no position passed in to either and there are many more. Again, if you had the quest log open you would see it suddenly change the quest log selection. I tried to minimize the parsing but it can not be eliminated. |
|
|
|
|
|
|
|
A Defias Bandit
Forum posts: 2
File comments: 43
Uploads: 0
|
Quest selection
Hi Urnati !
Im using Titan Quests, and lately Im having problems to share or abandon quests, because no matter wich quest is selected, those buttons try to share or abandon the last accepted quest. Lightheaded refuses to show info for the current quest too, allways the last quest. All this happened when updated other addon, QuestGuru, to the latest version, v1.2. I've disabled every addon but QuestGuru, Lightheaded and Titan Quests and the problem persists. If I disable QuestGuru, the other two addons works as intended. If I shut down Titan Quests, the other two addons works as intended too... So, seems there is a conflict with QuestGuru 1.2 and Titan Quests. I've already reported the problems in QuestGuru board, because dont know wich addon is causing the problem. Hope one of you can find a solution ![]() Thanks for your addon, and your time. |
|
|
|
|
|
|
Re: Quest description opens randomly
Dragoen -
Are you using the Blizzard quest log or a quest helper? Would you describe the window that pops up? Is it the Blizzard log or partial? Or the Titan or partial? I am not sure from your post. Feel free to send me a PM. There is some odd behavior when expanding / collapsing in the Blizzard quest log. The method to get the quest info is to actually expand / collapse the log list using code. This means the quest log and Titan Quests can 'fight' each other - whether both are open or not. I try to minimize the contention but can not eliminate it until Blizz changes the way the quest log must be parsed. |
|
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 1
File comments: 5
Uploads: 0
|
Quest description opens randomly
After 3.2 I started getting random quest descriptions popping up. It isn't the quest log, just a single pane with the quest description. It is happening at random times like after zoning in. I disabled Titan Quest and the problem went away. Hope that helps.
Dragoen |
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 10
Uploads: 0
|
errors
I sent an email to u with the screenshot i took of what comes up on swatter for the lua error. Is there a fix coming for this soon?
|
|
|
|
|
|
|
Re: How to enter interface?
Hi-
I was away for several weeks with limited access to a PC so I am just getting back to WoW. The steps to bring up Titan Quests are right click on an 'empty' part of the Titan bar. When the menu comes up, Look under the Plugins list. The quests addon should be in the "Interface" sub-menu. It will be labeled "Quests" with the version you are running. Please PM me with the errors and I will be happy to look into it. |
|
|
|
|
|
|
|
How to enter interface?
I hate asking stupid questions... I've installed Tital Quests but I don't quite see where it shows up. Its not on the Titan panel, though it shows as installed in my addons. Could someone kindly tell me were I can access Titan Quests?
Thanks so much! Nancy Well I never got an answer but its no matter. The addon was constantly giving me errors in the game so I deleted it.
__________________
~Magic happens to those who expect it.~
Last edited by nanrector : 05-28-09 at 09:49 AM.
|
|
|
|
![]() |