I'm brand spanking new to Herc and coding in a gaming space, and thanks to many guides have been getting my feet wet and have a functioning offline private server. However, I've been having problems locating the script needed to edit maximum levels. I've managed to locate what I believe is trunk/src/common/mmo.h, but mine is a .hpp file rather than a .h file, and said .hpp file is missing the #define MAX_LEVEL line of code to manipulate. Two connected questions I have here:
1) is the mmo.hpp file the same mmo.h file that all the guides are telling me about?
2) if yes, since I do not have the #define MAX_LEVEL code currently extant, is it safe for me to add that line in manually?
thanks muchly
1) is the mmo.hpp file the same mmo.h file that all the guides are telling me about?
2) if yes, since I do not have the #define MAX_LEVEL code currently extant, is it safe for me to add that line in manually?
thanks muchly