Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

how to add max ups in source code

Newbie Spellweaver
Joined
May 11, 2013
Messages
56
Reaction score
2
Can some one guild me all client here max ups is 15 i want my client to max up to 25 i do the guild of newbie coder but nothing happend i think my problem ia in the default.charset i dont know how the code workon that plz help
 
Upvote 0
Junior Spellweaver
Joined
Nov 18, 2017
Messages
125
Reaction score
64
On source code,
find GlogicData.h

enum GLCONST
{
GRADE_LIMIT_MAX = 15, // <----- change to 25 or as you want
}
 
Upvote 0
Back
Top