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/
-
View User Profile
-
Send Message
Posted Nov 20, 2014First, thanks a ton for this addon. The default quest tracker drives me bonkers. Just came back to the game and was pleased to find your mod.
Question, not sure if I am missing something in the settings, but is it possible to sort quests by proximity?
Thanks!
-
View User Profile
-
Send Message
Posted Nov 20, 2014Not just yet, though I am looking to add that soon when I also am making them orderable by POI number ^_^
-
View User Profile
-
Send Message
Posted Nov 20, 2014Great!
-
View User Profile
-
Send Message
Posted Nov 18, 2014Potentially :)
Will look into it probably this weekend ^_^
-
View User Profile
-
Send Message
Posted Nov 18, 2014Thanks for adding the numbered POI options to the addon. Is there any way to sort quests by the POI's numbers? so I can see it go from 1 to 10 top to bottom? Thanks
Cause right now it looks all random...
7,1,8,6,3,4,5,2 from top to bottom for me currently. Doesn't really have any sense or order to it.
-
View User Profile
-
Send Message
Posted Nov 17, 2014Is there a way to collapse and expand all achievements?
-
View User Profile
-
Send Message
Posted Nov 18, 2014Sadly 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 :(
-
View User Profile
-
Send Message
Posted Nov 19, 2014The 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
-
View User Profile
-
Send Message
Posted Nov 19, 2014Oh awesome! How do I keybind to hide achievements? Thanks so much for the reply and the awesome addon!
-
View User Profile
-
Send Message
Posted Nov 19, 2014No need to hurry, i just simply activate the blizz tracker for that quest. Take your time and enjoy the addon!!!
-
View User Profile
-
Send Message
Posted Nov 18, 2014Here 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 )
-
View User Profile
-
Send Message
Posted Nov 18, 2014Thanks :)
Sadly still 94, but working towards it, might just have to try blind code it >.<
-
View User Profile
-
Send Message
Posted Nov 16, 2014POssible 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.
-
View User Profile
-
Send Message
Posted Nov 16, 2014In theory it should be, I just have not got that far in the expansion yet >.<
When I run into one will work on it ^_^
-
View User Profile
-
Send Message
Posted Nov 17, 2014Yep, I agree with this. I can't get anything to show for the Assault on Skettis Apexxis Crystal daily quest in nagrand
-
View User Profile
-
Send Message
Posted Nov 15, 2014Hi 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?
-
View User Profile
-
Send Message
Posted Nov 15, 2014Hmm 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
-
View User Profile
-
Send Message
Posted Nov 13, 2014Anyone 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.
-
View User Profile
-
Send Message
Posted Nov 14, 2014Which version are you currently using?
Is this on all quests?
Are any errors generated?
^_^
-
View User Profile
-
Send Message
Posted Nov 14, 2014The 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.