|
|
|
@ -117,6 +117,11 @@ public class Experience {
@@ -117,6 +117,11 @@ public class Experience {
|
|
|
|
|
159932666, // Level 74
|
|
|
|
|
169707808, // Level 75
|
|
|
|
|
179921247, // Level 76
|
|
|
|
|
190548651, // Level 77
|
|
|
|
|
201590020, // Level 78
|
|
|
|
|
213045354, // Level 79
|
|
|
|
|
224914653, // Level 80
|
|
|
|
|
237197917 // Level 81
|
|
|
|
|
|
|
|
|
|
}; |
|
|
|
|
|
|
|
|
@ -214,9 +219,21 @@ public class Experience {
@@ -214,9 +219,21 @@ public class Experience {
|
|
|
|
|
235166.21f, // Level 72
|
|
|
|
|
246039.34f, // Level 73
|
|
|
|
|
257240.58f, // Level 74
|
|
|
|
|
1 // 268774.71 //Level 75
|
|
|
|
|
268765.03f, // Level 75
|
|
|
|
|
280612.69f, // Level 76
|
|
|
|
|
292783.56f, // Level 77
|
|
|
|
|
305277.64f, // Level 78
|
|
|
|
|
318094.93f, // Level 79
|
|
|
|
|
1, // Level 80
|
|
|
|
|
|
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}; |
|
|
|
|
// Used to calcuate the amount of experience a monster grants in the
|
|
|
|
|
// following formula
|
|
|
|
|
// expGranted = a(moblevel)^2 + b(moblevel) + c
|
|
|
|
|