r64 is online it add the following:
update questsInformations module:
Add button to close frame, to share quest and to abandon quest
enhance the option panel to dynamically change the font options in the questlog and lightheaded frame
Add autotrack of daily quest option
Shift click the quest ldb module will show / hide the quest tracker when the module is active
update localization and credits in the toc file
Getting 14-15 errors on login with revisions later than r62beta.
[2009/03/16 13:47:46-1891-x1]: tomQuest2-67\core.lua:7: Cannot find a library instance of "LibTourist-3.0".
ButtonFacade-3.0.225\Libs\LibStub\Libstub.lua:23: in function `LibStub'
tomQuest2-67\core.lua:7: in main chunk
---
[2009/03/16 13:47:46-1891-x1]: tomQuest2-67\questsTracker.lua:5: Cannot find a library instance of "LibQTip-1.0".
ButtonFacade-3.0.225\Libs\LibStub\Libstub.lua:23: in function `LibStub'
tomQuest2-67\questsTracker.lua:5: in main chunk
---
[2009/03/16 13:47:46-1891-x1]: tomQuest2-67\questsTooltip.lua:5: Cannot find a library instance of "LibQTip-1.0".
ButtonFacade-3.0.225\Libs\LibStub\Libstub.lua:23: in function `LibStub'
tomQuest2-67\questsTooltip.lua:5: in main chunk
---
[2009/03/16 13:47:46-1891-x1]: tomQuest2-67\questsInformations.lua:48: attempt to index field 'db' (a nil value)
(tail call): ?:
<in C code>: ?
<string>:"safecall Dispatcher[1]":9: in function <[string "safecall Dispatcher[1]"]:5>
(tail call): ?:
AceAddon-3.0-5 (ButtonFacade):469: in function `InitializeAddon'
AceAddon-3.0-5 (ButtonFacade):582: in function <...dOns\ButtonFacade\Libs\AceAddon-3.0\AceAddon-3.0.lua:575>
---
[2009/03/16 13:47:46-1891-x1]: tomQuest2-67\tooltips.lua:13: attempt to index field 'db' (a nil value)
(tail call): ?:
<in C code>: ?
<string>:"safecall Dispatcher[1]":9: in function <[string "safecall Dispatcher[1]"]:5>
(tail call): ?:
AceAddon-3.0-5 (ButtonFacade):469: in function `InitializeAddon'
AceAddon-3.0-5 (ButtonFacade):582: in function <...dOns\ButtonFacade\Libs\AceAddon-3.0\AceAddon-3.0.lua:575>
---
[2009/03/16 13:47:46-1891-x1]: tomQuest2-67\notifications.lua:30: attempt to index field 'db' (a nil value)
(tail call): ?:
<in C code>: ?
<string>:"safecall Dispatcher[1]":9: in function <[string "safecall Dispatcher[1]"]:5>
(tail call): ?:
AceAddon-3.0-5 (ButtonFacade):469: in function `InitializeAddon'
AceAddon-3.0-5 (ButtonFacade):582: in function <...dOns\ButtonFacade\Libs\AceAddon-3.0\AceAddon-3.0.lua:575>
---
I'm not going to post all, new errors are popping up every few seconds. This is when using r67.
There's one thing I really like about nQuestLog, and that's its interaction with MobMap. So when eg. I click on a quest objective in nQL's tracker, MobMap automatically reacts on that and shows me what and where to do in order to complete the quest.
Do you think it would be possible to add this to your addon as well?
Latest alpha include support for MobMap as well as Cartographer Quest Info.
for mobmap you just need to middle click on a quest objective in quest Tooltip or quest Tracker.
for cartographer quest info you have three posibilities:
1) crtl + middle click for npc start position in cartographer
2) shift + middle click for npc end position in cartographer
3) middle click for objective position in cartographer
I would give this addon a try as a replacement for QuestGuru, but I'm afraid that it might not be able to both report quest status updates to MSBT *and* to party chat at the same time.
Also, why does every quest addon only sync party quest status with other people that use the same quest addon? Someone needs to resurrect the Quixote library so that everyone can sync with everyone else :p
I would give this addon a try as a replacement for QuestGuru, but I'm afraid that it might not be able to both report quest status updates to MSBT *and* to party chat at the same time.
Also, why does every quest addon only sync party quest status with other people that use the same quest addon? Someone needs to resurrect the Quixote library so that everyone can sync with everyone else :p
It was not possible to send progress to both party chat and msbt, but I just added in r72 a new announce module to report progress to party in case you are in a party :) you can enable / disable this module as well as all type of announcement.
I tested LibQuixote-2.0 before in internal test version prior to the release on WowAce, but I opted to my own internal function and sync protocol because it was buggy at that time especially syncing and was not maintained anymore.
And it was doing a few things I did not like:
niling, recreating completely all the tables each time the quest log was updated (I used timestamp to purge old data)
doing a SelectQuestLogEntry for each quest at each quest log update, which is not needed (I only do it for the first time I discover a quest to retrieve additional data)
I used my own syncing protocol because I wished to sync:
quest description and objective as well as reward to be able to show quest log for all quest of all players even if you do not have this quest in your questlog
for objective progress I prefer to only show the new values instead of the complete objective data...
In fact, I was imagining something like Detached module from QuestsFu, where you could set a lot of features of the windows (some things your addon do too), have a collapse button and, the most interesting thing imo, it shows every quest in the questlog, and not only the ones you're tracking (this latter method I think is quite boring).
It was not possible to send progress to both party chat and msbt, but I just added in r72 a new announce module to report progress to party in case you are in a party :) you can enable / disable this module as well as all type of announcement.
Ooh, thanks I'll check it out.
I tested LibQuixote-2.0 before in internal test version prior to the release on WowAce, but I opted to my own internal function and sync protocol because it was buggy at that time especially syncing and was not maintained anymore.
I was afraid that maybe things were going in that direction. I hope that maybe some authors can come up with a new compromise to share data, even if it's at a reduced level of information across two different addons compared to what you would get from two people using the same quest addon. Thanks for engaging in discussion in my other thread on that :)
I was afraid that maybe things were going in that direction. I hope that maybe some authors can come up with a new compromise to share data, even if it's at a reduced level of information across two different addons compared to what you would get from two people using the same quest addon. Thanks for engaging in discussion in my other thread on that :)
i hope we can settle on something that can be used for interoperability of questing addons
i've just commited r78 alpha it has an early support for mobmap item droprate integration in the mob tooltip. I've tested it very fast, so please tell me any bug you encounter. and if it's working correctly. (I had to install the european language pack to play in enGB in order to use MobMap as it's not working on the french client)
Hiya again!
Regarding the Dailies auto-tracking feature, I think it could be nice to extend it a bit and add an option, if possibile, to auto-add a quest to the tracker as soon as I get it. Not that important when you are 80, but while leveling it would be great. If that option is already in, I apologize but I couldn't find it.
Thanks!
Hiya again!
Regarding the Dailies auto-tracking feature, I think it could be nice to extend it a bit and add an option, if possibile, to auto-add a quest to the tracker as soon as I get it. Not that important when you are 80, but while leveling it would be great. If that option is already in, I apologize but I couldn't find it.
Thanks!
And :)
I'll add that, with an option to disable at max level
In fact, I was imagining something like Detached module from QuestsFu, where you could set a lot of features of the windows (some things your addon do too), have a collapse button and, the most interesting thing imo, it shows every quest in the questlog, and not only the ones you're tracking (this latter method I think is quite boring).
Will see what I can do to improve this :)
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
try r64 it's in :)
update questsInformations module:
Shift click the quest ldb module will show / hide the quest tracker when the module is active
update localization and credits in the toc file
[2009/03/16 13:47:46-1891-x1]: tomQuest2-67\core.lua:7: Cannot find a library instance of "LibTourist-3.0".
ButtonFacade-3.0.225\Libs\LibStub\Libstub.lua:23: in function `LibStub'
tomQuest2-67\core.lua:7: in main chunk
---
[2009/03/16 13:47:46-1891-x1]: tomQuest2-67\questsTracker.lua:5: Cannot find a library instance of "LibQTip-1.0".
ButtonFacade-3.0.225\Libs\LibStub\Libstub.lua:23: in function `LibStub'
tomQuest2-67\questsTracker.lua:5: in main chunk
---
[2009/03/16 13:47:46-1891-x1]: tomQuest2-67\questsTooltip.lua:5: Cannot find a library instance of "LibQTip-1.0".
ButtonFacade-3.0.225\Libs\LibStub\Libstub.lua:23: in function `LibStub'
tomQuest2-67\questsTooltip.lua:5: in main chunk
---
[2009/03/16 13:47:46-1891-x1]: tomQuest2-67\questsInformations.lua:48: attempt to index field 'db' (a nil value)
(tail call): ?:
<in C code>: ?
<string>:"safecall Dispatcher[1]":9: in function <[string "safecall Dispatcher[1]"]:5>
(tail call): ?:
AceAddon-3.0-5 (ButtonFacade):469: in function `InitializeAddon'
AceAddon-3.0-5 (ButtonFacade):582: in function <...dOns\ButtonFacade\Libs\AceAddon-3.0\AceAddon-3.0.lua:575>
---
[2009/03/16 13:47:46-1891-x1]: tomQuest2-67\tooltips.lua:13: attempt to index field 'db' (a nil value)
(tail call): ?:
<in C code>: ?
<string>:"safecall Dispatcher[1]":9: in function <[string "safecall Dispatcher[1]"]:5>
(tail call): ?:
AceAddon-3.0-5 (ButtonFacade):469: in function `InitializeAddon'
AceAddon-3.0-5 (ButtonFacade):582: in function <...dOns\ButtonFacade\Libs\AceAddon-3.0\AceAddon-3.0.lua:575>
---
[2009/03/16 13:47:46-1891-x1]: tomQuest2-67\notifications.lua:30: attempt to index field 'db' (a nil value)
(tail call): ?:
<in C code>: ?
<string>:"safecall Dispatcher[1]":9: in function <[string "safecall Dispatcher[1]"]:5>
(tail call): ?:
AceAddon-3.0-5 (ButtonFacade):469: in function `InitializeAddon'
AceAddon-3.0-5 (ButtonFacade):582: in function <...dOns\ButtonFacade\Libs\AceAddon-3.0\AceAddon-3.0.lua:575>
---
I'm not going to post all, new errors are popping up every few seconds. This is when using r67.
Latest alpha include support for MobMap as well as Cartographer Quest Info.
for mobmap you just need to middle click on a quest objective in quest Tooltip or quest Tracker.
for cartographer quest info you have three posibilities:
1) crtl + middle click for npc start position in cartographer
2) shift + middle click for npc end position in cartographer
3) middle click for objective position in cartographer
I'll add that
It works like a charm, thanks alot!
And :)
Also, why does every quest addon only sync party quest status with other people that use the same quest addon? Someone needs to resurrect the Quixote library so that everyone can sync with everyone else :p
It was not possible to send progress to both party chat and msbt, but I just added in r72 a new announce module to report progress to party in case you are in a party :) you can enable / disable this module as well as all type of announcement.
I tested LibQuixote-2.0 before in internal test version prior to the release on WowAce, but I opted to my own internal function and sync protocol because it was buggy at that time especially syncing and was not maintained anymore.
And it was doing a few things I did not like:
currently you can shift click on the ldb quest tooltip to hide the quest tracker, if you need something else please tell me
Ooh, thanks I'll check it out.
I was afraid that maybe things were going in that direction. I hope that maybe some authors can come up with a new compromise to share data, even if it's at a reduced level of information across two different addons compared to what you would get from two people using the same quest addon. Thanks for engaging in discussion in my other thread on that :)
i hope we can settle on something that can be used for interoperability of questing addons
Regarding the Dailies auto-tracking feature, I think it could be nice to extend it a bit and add an option, if possibile, to auto-add a quest to the tracker as soon as I get it. Not that important when you are 80, but while leveling it would be great. If that option is already in, I apologize but I couldn't find it.
Thanks!
And :)
I'll add that, with an option to disable at max level
Will see what I can do to improve this :)