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!

[Release] MuServer MuEmu 1.05d Downgraded season 2 with cashshop

Newbie Spellweaver
Joined
May 29, 2015
Messages
17
Reaction score
0
PersonalCodeCheck = 1 not work (in any MU EMU versions)
 
Newbie Spellweaver
Joined
Jan 8, 2009
Messages
25
Reaction score
1
thank you pinkof for great release, can you add function to register from game ?
 
Newbie Spellweaver
Joined
Nov 25, 2013
Messages
19
Reaction score
6
working on the interface season 4 to leave 100% similar and functional for season 2
Pinkof - [Release] MuServer MuEmu 1.05d Downgraded season 2 with cashshop - RaGEZONE Forums

Pinkof - [Release] MuServer MuEmu 1.05d Downgraded season 2 with cashshop - RaGEZONE Forums
 
Last edited:
Newbie Spellweaver
Joined
Nov 25, 2013
Messages
19
Reaction score
6
ConnectServer:
Code:
[COLOR=#666666]
#ifndef CONNECTSERVER_UPDATE
#define CONNECTSERVER_UPDATE 402 <--- change 402 to 202
#endif

[/COLOR]
Dataserver:
Code:
[COLOR=#666666]
#ifndef DATASERVER_UPDATE
#define DATASERVER_UPDATE 402 <- change 402 to 202
#endif

[/COLOR]
JoinServer:
Code:
[COLOR=#666666]
#ifndef JOINSERVER_UPDATE
#define JOINSERVER_UPDATE 402 <--- change 402 to 202
#endif

[/COLOR]
GameServer:
Code:
[COLOR=#666666]
#ifndef GAMESERVER_UPDATE
#define GAMESERVER_UPDATE 402 <-- Change to 402 to 202
#endif

[/COLOR]
and compile the ConnectServer, Dataserver, Joinserver, Gameserver

and finish problem in interface client
 
Last edited by a moderator:
Newbie Spellweaver
Joined
Feb 9, 2012
Messages
12
Reaction score
0
Because they use more files season 4 than the 6?
 
Newbie Spellweaver
Joined
Feb 7, 2013
Messages
25
Reaction score
0


Version is incorret

is correct?
 
Back
Top