summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
authorMichieru <Michieru@users.noreply.github.com>2014-04-19 11:57:58 +0200
committerMichieru <Michieru@users.noreply.github.com>2014-04-19 11:57:58 +0200
commit5a5a32793bbfa5d1aeb76a0232ad4312f690b2c3 (patch)
tree6ed45daf9eff8732e505eeb4de63cc0b528a7bb0 /src/map/map.h
parent446ce4a3179163fbdef68b39c69db3943222698c (diff)
downloadhercules-5a5a32793bbfa5d1aeb76a0232ad4312f690b2c3.tar.gz
hercules-5a5a32793bbfa5d1aeb76a0232ad4312f690b2c3.tar.bz2
hercules-5a5a32793bbfa5d1aeb76a0232ad4312f690b2c3.tar.xz
hercules-5a5a32793bbfa5d1aeb76a0232ad4312f690b2c3.zip
Add official support for lvl 175
- Add official Job stats bonus and fix old class (pre-re and re got same stats bonus) - Add official stats points for lvl 150 to 175 - Add new max_parameter for Extend Classes max stats 125 - Change max stats points for the 3rd classes to 130 - Add official Experience table for all classes Add Star Gladiator official renewal exp table Special thanks to Yommy and Muad_Dib for official info
Diffstat (limited to 'src/map/map.h')
-rw-r--r--src/map/map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.h b/src/map/map.h
index c1eaeb40d..7373b516d 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -36,7 +36,7 @@ enum E_MAPSERVER_ST {
#define NATURAL_HEAL_INTERVAL 500
#define MIN_FLOORITEM 2
#define MAX_FLOORITEM START_ACCOUNT_NUM
-#define MAX_LEVEL 150
+#define MAX_LEVEL 175
#define MAX_IGNORE_LIST 20 // official is 14
#define MAX_VENDING 12
#define MAX_MAP_SIZE (512*512) // Wasn't there something like this already? Can't find it.. [Shinryo]