Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Advertisement

Returns a number representing the amount of copper rewarded by a particular quest in the quest log.

money = GetQuestLogRewardMoney([questID])

Arguments

QuestID
number?Optional. Could be nil. - Unique identifier for a quest.

Returns

rewardMoney
number?Optional. Could be nil. - The amount of copper this quest gives as a reward

Details

  • The questID argument is optional. When called without an questID, returns for the most recently viewed quest in the quest log window.
  • Returns 0 if the questID is not currently in the quest log.

External links

Advertisement