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/
I tried collapsing zones, hiding quests. I either was not doing correctly or that does not work either. Short of abandoning the quests, I could not get them out of the tracker. Thanks, sorry to be a problem
I don't seem to be able to limit the size of the quest tracker frame (on screen tracker) or to be able to not show out-of -zone quests. I end up with the quests running nearly the full height of my window. Also, this puts my quest item boxes at or near the bottom, extending all the way to and under my blizzard system frame.
I formerly used Quiest Guru, where you were able to limit the number of lines in the on-screen quest tracker.I am probably just doing something wrong, but am having trouble fixing it.
Sadly the quest minion still doesn't have a max height setting :(
It is a feature I would like to add, however for now the best you can do is hide quests or collapse zones that your not currently interested in
Bug i'm seeing as i start Draenor questing; i'm not sure if i ever saw it in Pandaria, so...
On quests with multiple objectice entries, all entries become hidden after the first is completed, providing i'm using that opption.
Do you know which quests etc?
Quests.lua line: 1702
if (finished) then
to
if (finished == true) then
Is it possible to add additional sound files to the addon to go along with the included ones? if so, how would I go about this? Thanks!
Place the sounds into a folder in SQL
Like Interface/Addons/SorhaQuestLog/Sounds/mysound.wav
In Core.lua copy the LSM:Register("sound", "Peon Ready", [[Sound\Creature\Peon\PeonReady1.wav]]) line at 31.
Change it to
LSM:Register("sound", "My Sound Name", [[Interface\AddOns\SorhaQuestLog\Sounds\mysound.wav]])
The downside to this is you would have to redo it when SQL updates, see the post below for a more permanent option
You could also use something like this addon skeleton that I use myself to load in resources:
https://dl.dropboxusercontent.com/u/28878254/SorhaMods/MyMedia.zip
Just place the sound files into the sounds folder, and copy the demo sound line and alter it for your sound file
Yup will be spending the first week of the expansion just ironing out bugs/features ^_^
I would like to ask if this addon can move (or switch sides) for the reward pop-up to completed bonus objectives, which pops up on the left side of the log. I've gotten used to have my objective tracker on the left side of my screen, which would put the bonus reward thing outside of my screen. :(
Sadly not a clue yet, no beta access so have had no chance to test those :(
Hopefully you get a chance to look into it once Draenor is out? Only two days to go. :)
Hi
In the achievement tracker, is there a way to show ONLY what's missing ? (for example : just missing pets in zones).
i always have the full list for each achievement to make, even the steps i already made...
(i use it on french game).
thanks.
It should idealy only be displaying the uncompleted parts, if possilbe could you send me a screenshot of how the blizzard one looks when this ones not working right? :)
It seems those buttons serve mostly to select the current 'tracked' quest, which has effects on the highlight 'its in this area' zones etc.
You can hold ctrl and click a quest in SQL to replicate that functionality currently.
Though it would be nice to have the same numbers so you can link them up to the ones on the minimap, I can definitely look into adding that to the addon in some form, though might be a little as things are very busy right now :(
take your time! :)
You do a great job with this addon,
greets Mika
Hi
2 weeks i asked a question about quest numbers before the quests like the blizz tracker has and you did a nice job bij making that happen in the next version, one option i diddent really meant but very nice!
I like yo have the numbers before the quests 1 2 3 4 or ? like the show on the worldmap also, i hope i explaned this well enough that you van understand what i mean
greets Mika
So far, no more taint issues with the beta version that you posted. Keeping fingers crossed ;)