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/
The keybind is for showing/hiding the entire addon, and is in the keybindings menu of WoW
However for just achievements its sadly not too easy, you need to as add:
self:MinionAnchorUpdate(true)
to Achievements.lua above line 625 (self:UpdateMinion());
Then call this in a macro
/script SorhaQuestLog:SetModuleEnabled("AchievementTracker", not SorhaQuestLog:GetModuleEnabled("AchievementTracker"));
Then you can place that macro on a bar you have bound to something
Sadly not really, one can hide the entire addon using either a macro, the keybind or the LDB widget, but other than that really only untracking the achivements.
It is possible strictly to make macros that would hide/show that minion or enable/disable the module, but it isn't something that I have added :(
Oh awesome! How do I keybind to hide achievements? Thanks so much for the reply and the awesome addon!
Is there a way to collapse and expand all achievements?
POssible to add a progress bar in the questtracker for some of the quests which actually show a progress bar in the default tracker, like that group daily quest in gorgrond.
In theory it should be, I just have not got that far in the expansion yet >.<
When I run into one will work on it ^_^
Yep, I agree with this. I can't get anything to show for the Assault on Skettis Apexxis Crystal daily quest in nagrand
No need to hurry, i just simply activate the blizz tracker for that quest. Take your time and enjoy the addon!!!
Here is an image of the L.100 Daily quest and the associated progress bar.
https://www.dropbox.com/s/kqi7rklb15ke4oq/WoWScrnShot_111814_160917.jpg?dl=0
The quest is called Assault on Skettis. The progress bar is the blue bar under Objectives ( not the alternate power bar at the bottom )
Thanks :)
Sadly still 94, but working towards it, might just have to try blind code it >.<
Hi Sorha,
do you know LibToast (http://www.wowace.com/addons/libtoast-1-0/pages/api-reference)?
Here is a config plugin showing the potential of this library: http://www.wowace.com/addons/toaster/
I think it would be a very nice addition to your great LibSink support. What do you think?
Hmm it looks interesting, how would you envision it being used.
I fear routing all messages through it could be spammy, but certain messages etc could be sent via it
Anyone one else not able to use the Quest Item button in the tracker, or might it just be me? I have the button enabled, but clicking on right-clicking does nothing. The button does highlight when moused over. It's been this way since 6.0.2.
Which version are you currently using?
Is this on all quests?
Are any errors generated?
^_^
The current version. All quests that has an item. And, not typically. I have had a Dominoes error twice when clicking the item in the tracker.
The only thing I can suggest trying is changing Quests.lua line:3188
if(value and not self:IsShown() and not HasExtraActionBar()) then
to
if(value and not self:IsShown()) then
If that fails it might be time for the ol disable addon test.
Disable half (but not this) test, if its still there disable half the other half etc until you find it ^_^
Thanks, I will give it a shot.
Not sure if you are able to do this right now or not, I did look and couldn't find an option. Is there anyway you can add the ability to show the number on the quest tracker that corrisponds to the numbers on the map?
Kinda in now in r133
If you want can you try r133 from the link below to test it, sadly exam today so can't spend too much more on it.
Will be wanting to in future allow them to be coloured differenty etc from quest level I guess.
And an option for having click events on the quests open it on the world map log
Collapsing zones should just make it down the to one line zone name.
Hidden quests should vanish as long as the box button up top is gray (unticked), if they are not then look into the allow hidden quests etc options in the Quest Tracker->Zones tab of the settings.
If nothing works could you send me a screenshot so I can get a better idea of what it is doing ^_^