SorhaQuestLog
SorhaQuestLog is a basic Quest/Achievement addon similar to MonkeyQuest and nQuestLog.
It allows the display of quests and achievements on the screen in an configurable way.
Options panel is accessible using /sql or /sorhaquestlog
Quest Controls
Hidden Quests
- Click the square at the top of the tracker to show/hide hidden quests
- Right-click a quest to show or hide it.
Zones
- Left-click a zone to collapse/expand it
- Right-click a zone to open a menu to show/hide quests
- Alt + right-click a zone to open a menu to show/hide zones
Quests
- Left-click a quest to open quest text pane. (Alt-Left if you enable full log option)
- Alt + Left-click a quest to open quest in world map log (Left if you enable full log option)
- Control left-click a quest to set it as the active quest tracking
- Alt + Ctrl left-click a quest to abandon it. (Can disable confirm dialog in options)
Features
Core Features:
- Individual Minions for Quests, Achievements and Scenarios
- Auto Show/Hide options when entering instances, arenas, combat, pet battles, the outside world etc.
- Can hide the default blizzard quest frame
- Handles blizzards remote quests
- Borders and background for minions
- LDB Module
Quest Log Minion Features:
- Expandable/collapsible zone headers
- Auto collapsing/expanding zone headers as you change zones
- Hide Zone headers when all their quests are hidden
- Expand collapse menu available using alt-right-click on a zone
- Hide quests by right-clicking the quest or by selecting it from its zone headers right-click menu
- Hide completed objectives
- Can completely hide quest tracker when tracking no quests
- Hide or re-size item buttons
- Colour objective texts and statuses by completeness(gradual) , state(done/undone) or choose a custom colour
- Colour quest titles and level texts by level, completeness(gradual) , state(done/undone) or choose a custom colour
- Changeable fonts, font shadowing and font sizes for Zones, Quests and Objectives
- Adjustable indentation for quests and objectives
- Option to display only the quest details pane of the quest log when left-clicking a quest. (Alt left click to get the full quest log panel)
- Ctrl left-click a quest to set it as the active quest for blizzards minimap tracker, (Dugi arrow support)
- Alt + Ctrl left-click a quest to abandon it. (Can disable confirm dialog in options)
Achievement Minion Features:
- Customizable text by choosing fonts, sizes, shadowing and colours.
- Customizable textures for progress bars
- Optional progress status bars for the achievements that can have them
- Option to limit the number of tasks displayed per achievement
Notification Features:
- Customizable sounds for quest/objective complete and quest starting item picked up notifications.
- Choose custom sounds for quest completions and objective completions
- Re-direct the objective completion messages elsewhere with LibSink
Recent Changes
New since v1.4.8
- Track world quests
- Link Scenario and achievement minions to quest minion
Other Stuff >.>
Bug reporting and Suggestions
You can report bugs or suggestions using wowaces ticket system at:
http://www.wowace.com/addons/sorhaquestlog/tickets/
Localization
If you want to help localize SorhaQuestLog you can do so using the wowace localization section at:
http://www.wowace.com/addons/sorhaquestlog/localization/
Did you by chance enable/disable any other addons?
The sounds lists are created based on what all addons register, and sadly I think those sounds are not registered by default
This comment here is for a lightweight addon I use to register sounds, the comment should guide you to setting up the readycheck option at least.
http://www.curse.com/addons/wow/sorhaquestlog?page=2#c293
Thank you so much !!
Idrael
First I want to say thank you for your job, but ^^
I have some problems with Notifications of Quest Tracker.
When I was on the first Step of Draenor, I was able to choose sounds like Auction house or Ready Check, but, now I'm in an other area et sounds disepears, I can't see them in the list.
Can you fix it, I really appreciate those sound for notification quest ^^
sorry for my bad english :)
Idrael
The background colour issue will be because there is no default border/background textures selected in the core options, my bad >.<
The old ones which were locked in where the Blizzard Tooltip options
New version hopefully fixes quest item issue ^_^
After last update, my background color is no longer working. Also having issues with Quest items on tracker not going away when hiding a quest. Or sometimes the item will stick around after the quest is turned in or all the objectives are completed. If I do a forced /reload it will go away.
I also just found out that a quest item will also duplicate itself... like I have 4 elixir of shadows right now from top to bottom.
http://tinypic.com/r/2z3ryxe/8
On further inspection, it appears to be removing completed items for SOME acheivements, but not for others. The pet collecting achievements (Kalimdor Safari, Outlands Safari, etc) aren't removing collected pets from the achievement tracker list.
This is the best quest tracker replacement I've found since the old one I used stopped being updated! The only thing missing for me is an option for the achievement tracker to remove completed items from the tracker list as I finish them, just like the quest tracker can. Any chance of getting that option added?
Is it doing that on the newest alpha r144? http://www.wowace.com/addons/sorhaquestlog/files/
If so could you send me screenshots or just copy the text output by
/script print (GetAchievementCriteriaInfo(6587, 1));
The first number (6587) is the achievement ID (Outland Safari in this case) and the second (1) is the index of the criteria, 1=Adder, 2=Ash Viper etc
I upgraded to the latest build on WoWAce, and it looks like the problem is fixed in that build. Thank you!
Glad SQL is being updated regularly, great job!
Sadly, since the latest update the scenario tracker looks weird and stretches over half of the screen because the spacing between the objective lines is way too big and there's no option to reduce it.
Thats very odd :(
Could you possibly send me a couple sceenshots of it in action, the Scenario Tracker main options tab, and font one.
Alt. just list font types/sizes and minion width etc ^_^
Scale 1.0, Width 220, first three font options Morpheus, size 10/9/12 and fourth is Arial Narrow size 10.
Maybe I'll try posting some Screenshots later. Thank you!
Update: After resizing the tracker the bug was gone. Turned it back to scale 1.0 and it still works as intended. Weird. :)
Hey, love the addon!
One problem though, achievements like Terrific Technology (http://www.wowhead.com/achievement=9527/terrific-technology) does track correctly. It just shows like this: http://i.imgur.com/ce8vpBZ.jpg without displaying the text, only the numbers. This also happens with other achievements with similar objectives, like The Stable Master and Advanced Husbandry. Basically, any achievement with multiple objectives with a number next to each.
Ah thats no fun :(
Will work on getting that fixed this weekend ^_^
Thank you! Also less important question, any way to skin the addon besides changing colors? Like, I want to make the minions have sharp corners instead of rounded, etc. Is this possible? If not, no big deal.
Tis sadly not an inbuilt option, however if you can add the following lines to Quests.lua at line:4277 (Just under the 'else')
local edge = LSM:Fetch("border", "Raven DoubleGray");
fraMinionAnchor.BorderFrame:SetBackdrop({bgFile = "Interface\\Tooltips\\UI-Tooltip-Background", tile = true, tileSize = 16, edgeFile = edge, edgeSize = 16, insets = {left = 5, right = 3, top = 3, bottom = 5}})
Where "Raven DoubleGray" is the name of the border texture you want, generally easy to find by checking the border dropdown etc on something like omens options ^_^
After the most recent update, it looks like the quests arent updating in the questracker. Also there isnt a bar for the daily objective for apexis crystals.
Does the "Interface/SorhaQuestLog/libs/LibToast-1.0" folder exist?
And/or is there any LUA errors generated?
Bar should have been displaying :(
Yeah, it exists here:
..\World of Warcraft\Interface\addons\SorhaQuestLog\libs\LibToast-1.0