Talk:Level Costs: Revision history

Jump to navigation Jump to 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

18 July 2008

  • curprev 03:1103:11, 18 July 2008imported>Widgeon 806 bytes 0 The calculations were off by one level, I think this fixes them.
  • curprev 03:1103:11, 18 July 2008imported>Widgeon 806 bytes +143 The calculations were off by one level, I think this fixes them.

8 July 2008

  • curprev 03:3503:35, 8 July 2008imported>Widgeon 663 bytes 0 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...
  • curprev 03:3503:35, 8 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...