SourceDev, mobs freezes, can't loot errors!

Newbie Spellweaver
Joined
Feb 14, 2011
Messages
58
Reaction score
2
in ServerConstants.java make sure its version is 116 and patch is 1
Code:
public static final short MAPLE_VERSION = (short) 116;
    public static final String MAPLE_PATCH = "1";
 
Upvote 0
Custom Title Activated
Loyal Member
Joined
Nov 14, 2008
Messages
1,016
Reaction score
628
in ServerConstants.java make sure its version is 116 and patch is 1
Code:
public static final short MAPLE_VERSION = (short) 116;
    public static final String MAPLE_PATCH = "1";

Thanks, that has fixed it for me.
 
Upvote 0
Joined
Jan 11, 2013
Messages
589
Reaction score
82
I made the version 116 and the patch 1, however i still get the same problem. Funny becuz i'm using SourceDev v116 but it says v117.1 on top on my login screen. I tried putting it as "117 and 1" but i still get the same problem. Any Ideas?
 
Upvote 0
Newbie Spellweaver
Joined
Feb 14, 2011
Messages
58
Reaction score
2
I made the version 116 and the patch 1, however i still get the same problem. Funny becuz i'm using SourceDev v116 but it says v117.1 on top on my login screen. I tried putting it as "117 and 1" but i still get the same problem. Any Ideas?
Recompile with netbeans
 
Upvote 0
Back
Top