ElvUI_QuestCount #TLV

ElvUI data text: Count of standard quests in your log

File Details

ElvUI_QuestCount #TLV v1.4.2.1

  • R
  • Dec 21, 2022
  • 5.40 KB
  • 74
  • 10.0.2
  • Retail

File Name

TLV_ElvUI_QuestCount.v1.4.2.1.zip

Supported Versions

  • 10.0.2
## ElvUI_QuestCount #TLV changelog

Full changelog: https://github.com/last-voice/ElvUI_QuestCount/blob/main/CHANGELOG.md

v1.4.2.1
- stupid me :-/

v1.4.2
- Changed the too generic name of saved variable.

v1.4.1
- TLVlib in separate repo

v1.4
- I was all wrong, next try
- Blizzard increased to 35 max, but API C QuestLog.GetMaxNumQuestsCanAccept still returns 25, so I use a constant 35 yet
- Also new calcualtion: All quests but neither hidden nor account quests seem to count against the 35
- Hopefully that'll be true ^^