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/
Seems it ate my first reply to you.
-Should now be possible to shift-click to track/untrack quests, unless you have chat open of course since it then links.
-Do the show/hide functions on the general options page not do well enough in this area?
-This is a little trickier, sounds similar to an issue I had with remote quests. Will look into it :)
That should allow you to hide older quests until your ready for them.
As to an option to merge the two minions together, I am working towards it but sadly it will take a while as I have very very little time :(
It may have been another addon sorry :)
It's been several months since I used this but I seem to recall it having auto accept and auto turn in of daily quests. I'm not finding these options no. Were they removed or am I mistaken?
Away 10 days so can't reply to things for a little.
Have fun guys ^_^
i have also posted this at the wowace forums so if you have already read this please ignore it. :-)
Your questlog was a very reliable companion during the last week. Great work!
However there is still one thing that i need very badly: anchoring options for the quest and achievement minions. I can't imagine that it is that terrible complicated for you to implement this but it will help all users that like to display the minions at the bottom and have them grow up.
Keep up the great work.
Been working on it, just raiding/RL using a lot of my time.
Still not sure if I should have the number of quests/show all quests button etc move up as the quest log grows or attached to the anchor at the bottom though >.<
Thank you for this great addon!
So either SQL has a more updated version which no longer supports your skins or something really really weird is happening.
I use bartender with Renaitre button facade textures no problem.
Apart from making sure the other addons are updated you could try this:
Inside Addons\SorhaQuestLog\SorhaQuestLog.toc there is a line saying
Libs\LibButtonFacade\LibButtonFacade.xml
Delete that entire line then go into Addons\SorhaQuestLog\libs\
and delete the LibButtonFacade folder.
See if that changes things, as that would stop SQL's version of the library being used :)
(You will have to restart wow after doing so btw)
Thank you very much for all the help!
-Ability to automatically hide completed/goto quests in the tracker
-Ability to only show quests in your current zone (automatically hiding headers for other zones instead of just minimizing them)
-Ability to sort quests by proximity to objectives
Thanks and keep up the good work!
Can look into that one
-Ability to only show quests in your current zone (automatically hiding headers for other zones instead of just minimizing them)
This would take a little more work but I can look into it
-Ability to sort quests by proximity to objectives
This one would require a lot of work to do as the way I get quest data by zone doesn't work with the way that's done :(
This will take a lot longer then I had hoped as I need to restructure lots of things.
Currently CAN make it auto hide them... but then it will refuse to ever let you unhide them :P
Thanks for the idea ^_^
I added it in with an option in the quest minion settings to either show the abandon quest dialog or instantly do it and display a message as you had.
Hopefully it will not explode, I should sleep more :P
Surprised you survived my messy coding :)
Here's a little thing I've just added to my copy of SorhaQuestLog to make it a bit easier to quickly abandon quests.
http:paste.wowace.com/3020/
going along with
in GetQuestMinionButton().
It's not redundant (error-wise, in case anything would go wrong, which hasn't happened for me yet), but I find it easier to mod-click the quest's title than to have to open the quest log first.
I just ran a few tests on 3 characters with it on/off(As well as having only it on or nothing on)
But I couldn't get an FPS drop like that :(
The only things that happen per-frame so to speak are checks on are:
-If its time to update the achievement minion and there is timed achievements (0.5 seconds)
-If its time to update the timed quests minion (0.5 seconds)
-Update item buttons range indication (This is less heavy then blizzards version)
-Update remote quests buttons if they are just appearing. (This IS blizzards version :P)
Most the rest of the code is executed based on events which only happen when something happens (You enter combat. Collapse a quest zone. Do a quest objective etc)
At best you could try disabling each minion to see if there's a spike on any one of them.
Other then that I have no idea sorry :(