MrLeche Posted May 10, 2013 Posted May 10, 2013 hi guys here's what I opened from my mmo.h: //Should hold the max of GLOBAL/ACCOUNT/ACCOUNT2 (needed for some arrays that hold all three) #define MAX_REG_NUM 256 #define DEFAULT_WALK_SPEED 150 #define MIN_WALK_SPEED 0 #define MAX_WALK_SPEED 1000 #define MAX_STORAGE 600 #define MAX_GUILD_STORAGE 600 #define MAX_PARTY 12 I'm currently testing a GM account. the @speed function is 0-1000, zero being the fastest 1000 being the slowest.... bakit parang hindi tugma sa Min and max sa mmo.h? Salamat. Quote
Jaburak Posted May 10, 2013 Posted May 10, 2013 hi guys here's what I opened from my mmo.h: //Should hold the max of GLOBAL/ACCOUNT/ACCOUNT2 (needed for some arrays that hold all three) #define MAX_REG_NUM 256 #define DEFAULT_WALK_SPEED 150 #define MIN_WALK_SPEED 0 #define MAX_WALK_SPEED 1000 #define MAX_STORAGE 600 #define MAX_GUILD_STORAGE 600 #define MAX_PARTY 12 I'm currently testing a GM account. the @speed function is 0-1000, zero being the fastest 1000 being the slowest.... bakit parang hindi tugma sa Min and max sa mmo.h? Salamat. Well, it's normal since before. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.