Unofficial World of Warcraft Forums  
Please respect other members. Please do not post links or information about hacking/warez/cheats.
Read the rules of these forums as we rarely warn before banning. Lost or need RSS check the forum map.

Quick Site Nav
Navigation
Worldofwar.Net
WoW Forums
WoWDigger WoW Database
Articles
Community Blogs
WoW Info
Wrath of the Lich King Info
Primary Professions
Secondary Professions
Maps
Classes
PvP
A-Z Index
Guides
Submit Guides
List Guides
UI/Mods
Latest Mods
Submit Mod
List Macros
Submit Macro
Media Gallery
Gallery Home
Upload Pics
Community WoW Shots
Community BC Shots
Player Pics
Official WoW Shots
Official BC Shots


Donate and get extra forum perks
Support WoW:IncGamers

Go Back   Unofficial World of Warcraft Forums > WoW Community Forums > UI Customisation > UI/Mod Developer Forum

Reply
 
Thread Tools Display Modes
Old 04-06-2006, 02:31 PM   #1
satanwantsme
WorldofWar.Net Member
 
Join Date: Feb 2006
Posts: 1
Is there a forumula for caluculating when a quest turns grey

Is there a forumula for caluculating when a quest turns grey?

I assume it can be calculated using the players current level and the quest level, if anyone can share the forumla it would be much appreciated.
satanwantsme is offline   Reply With Quote
Old 04-06-2006, 03:10 PM   #2
BamED
WoW: IncGamers Member
 
Join Date: Oct 2005
Location: Denmark
Posts: 79
Character_Level <= Quest_Level + 5 : Quest_XP = Full_Quest_XP
Character_Level = Quest_Level + 6 : Quest_XP = ROUND(Full_Quest_XP * 0.8 / 5) * 5
Character_Level = Quest_Level + 7 : Quest_XP = ROUND(Full_Quest_XP * 0.6 / 5) * 5
Character_Level = Quest_Level + 8 : Quest_XP = ROUND(Full_Quest_XP * 0.4 / 5) * 5
Character_Level = Quest_Level + 9 : Quest_XP = ROUND(Full_Quest_XP * 0.2 / 5) * 5
Character_Level >= Quest_Level + 10 : Quest_XP = 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, therefor decalating with 1 level the table above.
BamED is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 10:44 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Advertisement System V2.5 By   Branden