From fc3815713d1719495acbc870ae4cda487e7d05ef Mon Sep 17 00:00:00 2001 From: gumi Date: Tue, 3 Sep 2019 23:49:07 +0000 Subject: expand exp table to level 135 --- src/map/pc.cpp | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/map/pc.cpp b/src/map/pc.cpp index 7cfbff9..fdd1531 100644 --- a/src/map/pc.cpp +++ b/src/map/pc.cpp @@ -177,7 +177,19 @@ int exp_table_0[MAX_LEVEL] = 5767272, 6204000, 6655464, 7121664, 7602600, // 90 .. 99 9738720, 11649960, 13643520, 18339300, 23836800, - 35658000, 48687000, 58135000, 99999999, 0, + 35658000, 48687000, 58135000, 99999999, 103000000, + // 100 .. 109 + 107000000, 112000000, 116000000, 121000000, 125000000, + 130000000, 134000000, 139000000, 145000000, 152200000, + // 110 .. 119 + 160840000, 171200000, 191930000, 202290000, 214720000, + 229640000, 247550000, 283370000, 301280000, 322770000, + // 120 .. 129 + 348560000, 379500000, 417450000, 459195000, 505114500, + 555625950, 622301064, 696977191, 780614454, 880533104, + // 130 .. 135 + 993241342, 1120376234, 1263784392, 1425548794, 1608019039, + 2147483647, 0 }; // is this *actually* used anywhere? static const -- cgit v1.2.3-60-g2f50