2009-08-06, 12:34 PM
Here's the formula I'm using in my sig generator. It appears to be accurate.
level >= 30: oldExp * 0.8
level >= 10 and level < 30: oldExp * 0.6667 (it is NOT exactly 2/3!)
level < 10: oldExp
level >= 30: oldExp * 0.8
level >= 10 and level < 30: oldExp * 0.6667 (it is NOT exactly 2/3!)
level < 10: oldExp

