Talk:Level Costs: Revision history

Jump to: navigation, search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

12 February 2013

23 February 2009

17 July 2008

  • curprev 21:1121:11, 17 July 2008imported>Widgeon 806 bytes +143 The calculations were off by one level, I think this fixes them.

7 July 2008

  • curprev 21:3521:35, 7 July 2008imported>Widgeon 663 bytes +663 New page: For what it's worth, here's the python script I used to generate the table: <pre> <nowiki> #!/usr/bin/python import math import locale def total_level_xp(level): return int(math.cei...