WoW LibQuestXP (Classic) addon Dragonflight/Wrath of the Lich King Classic 2024
logo
wow addon LibQuestXP (Classic)

LibQuestXP (Classic)

Game Version: 3.4.1
Total Downloads: 38,183
Updated: Jan 25, 2023
Created: Sep 2, 2019
download LibQuestXP (Classic)Download
download LibQuestXP (Classic) classic 1.14.3Download
for Classic WotLK
Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
v3.0.2-wotlk release 39.46 KB Jan 25, 2023 3.4.1 690 download LibQuestXP (Classic) v3.0.2-wotlk releaseDownload
v3.0.1-wotlk release 38.77 KB Sep 13, 2022 3.4.0 1,662 download LibQuestXP (Classic) v3.0.1-wotlk releaseDownload
1.0.9-classic release 22.50 KB Feb 14, 2022 1.14.1 509 download LibQuestXP (Classic) 1.0.9-classic releaseDownload
2.0.3-bc release 30.34 KB Nov 25, 2021 2.5.2 1,974 download LibQuestXP (Classic) 2.0.3-bc releaseDownload
1.0.8-classic release 22.49 KB Nov 25, 2021 1.14.1 379 download LibQuestXP (Classic) 1.0.8-classic releaseDownload
2.0.2-bc release 30.32 KB Jun 1, 2021 2.5.1 26,124 download LibQuestXP (Classic) 2.0.2-bc releaseDownload
v1.0.7-classic release 22.36 KB Oct 1, 2019 1.13.2 2,895 download LibQuestXP (Classic) v1.0.7-classic releaseDownload
v1.0.6-classic release 22.16 KB Sep 19, 2019 1.13.2 765 download LibQuestXP (Classic) v1.0.6-classic releaseDownload
v1.0.5-classic release 22.14 KB Sep 13, 2019 1.13.2 938 download LibQuestXP (Classic) v1.0.5-classic releaseDownload
v1.0.4-classic release 19.31 KB Sep 6, 2019 1.13.2 596 download LibQuestXP (Classic) v1.0.4-classic releaseDownload
v1.0.3-classic release 19.22 KB Sep 5, 2019 1.13.2 218 download LibQuestXP (Classic) v1.0.3-classic releaseDownload
v1.0.2-classic release 18.46 KB Sep 4, 2019 1.13.2 184 download LibQuestXP (Classic) v1.0.2-classic releaseDownload
v1.0.1-classic release 18.37 KB Sep 3, 2019 1.13.2 138 download LibQuestXP (Classic) v1.0.1-classic releaseDownload
1.0.8-classic-beta beta 22.48 KB Nov 17, 2021 1.14.1 153 download LibQuestXP (Classic) 1.0.8-classic-beta betaDownload
2.0.2-bc-beta beta 30.31 KB May 4, 2021 2.5.1 667 download LibQuestXP (Classic) 2.0.2-bc-beta betaDownload
2.0.0-bc-beta beta 30.20 KB Apr 30, 2021 2.5.1 290 download LibQuestXP (Classic) 2.0.0-bc-beta betaDownload

Description

Share this:

LibQuestXP (Classic)

LibQuestXP is a library for other addons to provide experience reward information about quests for addon developers.

In Classic WoW the GetQuestLogRewardXP lua function was removed, and there’s currently no other way to fetch XP reward information. This addon re-implements this function so Addons depending on GetQuestLogRewardXP can be ported to classic from retail.

Important: This is not a standalone addon! If you’re not a developer, this addon is probably no use to you.

Usage

LibQuestXP uses LibStub like many other libraries. If you want to embed it in your addon, please use LibQuestXP.xml, which should load all necessary files.

Utilizing GetQuestLogRewardXP

You can select a quest log index, then call GetQuestLogRewardXP without a parameter

SelectQuestLogEntry(questLogIndex);
GetQuestLogRewardXP()

or you can just call GetQuestLogRewardXP with a questID

GetQuestLogRewardXP(questID)

Comments

Add a comment