Info
This addon enables announcement of quest progress in the party chat.
This enables party members to easily track the progress of each others quests.
Slash Commands
Use /qc to toggle addon on/off
Use /qc <number> to change throttling
The on/off and throttling settings are all stored on a per character basis.
Throttling
If throttling is set to X, you will only send every X progress message.
You will always send the first and last message no matter what throttling is set to.
If throttle is set to 2 the quest "Bloodscalp Ears" would send the following.
- Bloodscalp Ear: 1/15
- Bloodscalp Ear: 2/15
- Bloodscalp Ear: 4/15
- Bloodscalp Ear: 6/15
- Bloodscalp Ear: 8/15
- Bloodscalp Ear: 10/15
- Bloodscalp Ear: 12/15
- Bloodscalp Ear: 14/15
- Bloodscalp Ear: 15/15
If throttle is set to 6 the quest "Bloodscalp Ears" would send the following.
- Bloodscalp Ear: 1/15
- Bloodscalp Ear: 6/15
- Bloodscalp Ear: 12/15
- Bloodscalp Ear: 15/15
If throttle is set to 100 the quest "Bloodscalp Ears" would send the following.
- Bloodscalp Ear: 1/15
- Bloodscalp Ear: 15/15
This has worked flawlessly for the most part.
I got 2 errors both related to quests which have no typical objectives.
For example exploration quests like: The Hidden Chamber
2x QuestCrier\main.lua:64: attempt to concatenate local 'current' (a nil value) QuestCrier\main.lua:64: in function 'handleQuestMessage' QuestCrier\main.lua:37: in function <QuestCrier\main.lua:22>
is the error messageIn reply to MrFIXlT:
Thanks for the info, I will take a look at that.
In reply to MrFIXlT:
It should hopefully be fixed now, even though I have not tested the specific case, but based on the error message I feel fairly certain the issue is fixed. Thanks again, I really appreciate the feedback.
Could you set a throttle to only announce after 2 or 5 objectives completed?
Thank you!
In reply to trickdaemon:
That should be possible. Thanks for the suggestion.
In reply to trickdaemon:
I have added a throttle setting which can be set through the slash command.
to only show every 2nd message
/qc 2
to only show every 5th message
/qc 5
EDIT:
mispelled "qc" as "gc". Fixed.
In reply to NiftyFace:
Perfect, thank you so much! Can't believe how fast that was lol.
Cheers!