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!

[Source] [v116] SourceDev | Rev1 | w/ WZ XML Files | w/ LEN Files

Newbie Spellweaver
Joined
Aug 7, 2012
Messages
5
Reaction score
4
i changed the Gateway_IP to 127.0.0.1 but when i launch maple it starts the patcher to update the game
although when i run another source the game starts normally
does any one know why?? :?:
 
Joined
Aug 8, 2007
Messages
471
Reaction score
82
i changed the Gateway_IP to 127.0.0.1 but when i launch maple it starts the patcher to update the game
although when i run another source the game starts normally
does any one know why?? :?:

Because in ServerConstants.java the version is set to 117 and it must manually be changed to 116.
 
Newbie Spellweaver
Joined
Dec 7, 2010
Messages
26
Reaction score
0
I'm still getting this. Tried fixing it in Start.Java no luck.
SilentThief - [Source] [v116] SourceDev | Rev1 | w/ WZ XML Files | w/ LEN Files - RaGEZONE Forums


EDIT:Fixed in databaseconnection.java
 
Last edited:
Newbie Spellweaver
Joined
Apr 12, 2005
Messages
47
Reaction score
0
Because in ServerConstants.java the version is set to 117 and it must manually be changed to 116.
----------------
i changed ServerConstants.java
public static final short MAPLE_VERSION = (short) 116;
public static final String MAPLE_PATCH = "1";
but it starts the patcher to update the game too then i use client v117 it starts normally
 
Newbie Spellweaver
Joined
Aug 7, 2012
Messages
5
Reaction score
4
Because in ServerConstants.java the version is set to 117 and it must manually be changed to 116.
----------------
i changed ServerConstants.java
public static final short MAPLE_VERSION = (short) 116;
public static final String MAPLE_PATCH = "1";
but it starts the patcher to update the game too then i use client v117 it starts normally

recompile after change
 
Initiate Mage
Joined
Jun 5, 2012
Messages
2
Reaction score
0
Hello when I try to open the server maplestory v 116 I get this

 
Legendary Battlemage
Joined
Mar 30, 2009
Messages
672
Reaction score
676
Hello when I try to open the server maplestory v 116 I get this


You don't have your jar file in the dist folder, or you don't have it named correctly.
 
Newbie Spellweaver
Joined
Apr 16, 2012
Messages
94
Reaction score
0
Dev-Host - v116.zip - The Ultimate Free File Hosting / File Sharing Service (This Link Not Working Please Fix Thanks)
 
Newbie Spellweaver
Joined
Apr 12, 2005
Messages
47
Reaction score
0
i tested this server. mod have not move around it same lagging server how to fix that?
 
Newbie Spellweaver
Joined
Apr 12, 2005
Messages
47
Reaction score
0
it mean : monster in map A move normal but when me change other map in some minutes and return map A monter not moving it same lag server. and Phantom job kill moster not drop items or messo
 
Newbie Spellweaver
Joined
Jun 20, 2009
Messages
35
Reaction score
2
it mean : monster in map A move normal but when me change other map in some minutes and return map A monter not moving it same lag server. and Phantom job kill moster not drop items or messo
For the monster not moving issue probably your opcodes.
 
Back
Top