Cartographer_QuestInfo
Cartographer_QuestInfo is a quest library module for Cartographer.
Cartographer_QuestInfo has built-in database for quests, no need to record quest first, you get the info instantly.
- Provide info for nearly every quest. Quest info are data mined from wowhead/allakhazam/wowbox website, so it is almost complete and up-to-date.
- Provide quest start and end npc or item info, you get the name and location.
- Provide quest objective info, you get the mob level and location.
- Provide quest series info.
- Add quest level to quest log and NPC dialog.
- Works on enUS, frFR, deDE, esES, koKR, ruRU, zhCN, zhTW client.
how do you download mods?
[2008/12/06 17:38:40-426-x1]: Cartographer_QuestInfo\Map.lua:491: attempt to compare two nil values
CallbackHandler-1.0-3:144: in function <...Bar\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:144>
<string>:"safecall Dispatcher[8]":4: in function <[string "safecall Dispatcher[8]"]:4>
<in C code>: ?
<string>:"safecall Dispatcher[8]":13: in function `?'
CallbackHandler-1.0-3:91: in function `Fire'
LibQuixote-2.0-90073:360: in function `?'
Cartographer_QuestInfo\Core.lua:486: in function <Interface\AddOns\Cartographer_QuestInfo\Core.lua:484>
very good
The quests are:
[71] Hasty preparations
[71] Suppressing the elements
I believe both quests are from Winterhoof Village in Howling Fjord. The plotting on the map seems to work fine on other quests.
They will be shown on map once you pick the zone.
Thanks
Heya, was just wondering if this one works with Cartographer3 or not? Would be great to see the addons working on both versions on Cartographer. =)
About "show available quests", it is now show quest green range to player level plus 5 (ie. around player level). The reason is simple, it is for performance. Showing all quest is too slow for practical usage. Remember QuestInfo query server for title and objective name, it will take a long long time if it has to deal with all quests.
About the mapster, the reason we don't go for mapster is because it does not have "note" module. That means we have to either write our own or depends on yet another "note" addon (such as HandyNotes). I don't want to do either.
It is fine as it is now.