MrLeche Posted May 10, 2013 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 25 Reputation: 0 Joined: 05/05/13 Last Seen: October 13, 2017 Share 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 Link to comment Share on other sites More sharing options...
Jaburak Posted May 10, 2013 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 1125 Reputation: 236 Joined: 07/30/12 Last Seen: April 13 Share 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 Link to comment Share on other sites More sharing options...
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.