Recent changes Random page

Gaming
 
StarCraft Wiki
Super Smash Wiki
Halopedia
Diablo Wiki
FFXIclopedia
Grand Theft Wiki
See more...

Formulas:Quest XP

From WoWWiki

Jump to: navigation, search

I pulled the formula for quest XP by studying the XP rewards provided for various quests and various levels on http://www.wowdbu.com.

Character_Level <= Quest_Level +  5 : Quest_XP = (100 %) or Full_Quest_XP
Character_Level  = Quest_Level +  6 : Quest_XP = ( 80 %) or ROUND(Full_Quest_XP * 0.8 / 5) * 5
Character_Level  = Quest_Level +  7 : Quest_XP = ( 60 %) or ROUND(Full_Quest_XP * 0.6 / 5) * 5
Character_Level  = Quest_Level +  8 : Quest_XP = ( 40 %) or ROUND(Full_Quest_XP * 0.4 / 5) * 5
Character_Level  = Quest_Level +  9 : Quest_XP = ( 20 %) or ROUND(Full_Quest_XP * 0.2 / 5) * 5
Character_Level >= Quest_Level + 10 : Quest_XP = ( 10 %) or ROUND(Full_Quest_XP * 0.1 / 5) * 5

Some lower level quests (Quest_Level < 10) seem to give full XP only for Character_Level <= Quest_Level + 4, differing by 1 level with the table above.

For the table look at the DifficultyColors Page.

There is also a theory that all quests give the same xp regardless of color until they turn "grey". This was the topic of an article on Wowinsider:

[1]

Rate this article:

Share this article:

.