Can you use hamachi for v117.?
Can you use hamachi for v117.?
how can i fix the potential item bug i cant find it , i been looking for it and no luck
Hey how do I fix the server check error I looked through everything and nothing! I tried everything. I redid it like 5x still not seeing the problem.
Database name fight?
i got compiel eror pls help
HI..
I want Guide and Recommend in setup Game and Server and etc.
Please share Guide or Vedio.
Hello all,
I'm trying to stop bosses from auto spawning in their respective maps (and also multiple spawning of bosses). Currently I'm looking into maplemap.java and looking for the function that auto-spawns the bosses but to no avail. I've also checked the map.wz files which I've haven't found any clues yet. The bosses seem to re-spawn according to a timer?
Have I overlooked something or can anyone point me in the right direction?
(if it matters, i'm just developing this for having some private fun with my friends and not the public)
@fyndix
Delete in Wz_customlife MobsID in the table SQL
same---- same... same... i config 127.0.0.1 ... no have error.
Help please... :/
- - - Updated - - -
not start the game.
everything is configured correctly
worldGMSA, len.ini, ch.properties
with 127.0.0.1
which is the problem ... please help me.
![]()
Can I please get help!? Where do I change the rates of my server??? I can't find Server Properties or World Properties anywhere. Do I look in Navicat/MySQL or Netbeans or the folder I placed it in!?! PLEASE TELL ME
Yea umm.. im there and I found server constants but what do I change? Here's the code: /* This file is part of the OdinMS Maple Story Server
Copyright (C) 2008 ~ 2010 Patrick Huy <patrick.huy@frz.cc>
Matthias Butz <matze@odinms.de>
Jan Christian Meyer <vimes@odinms.de>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
as published by the Free Software Foundation. You may not use, modify
or distribute this program under any other version of the
GNU Affero General Public License.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package constants;
import java.util.Calendar;
public class ServerConstants {
public static boolean TESPIA = false; // Used for activating GMST, or KMST.
public static final String SQL_PORT = "3306",
SQL_DATABASE = "judoms",
SQL_USER = "root",
SQL_PASSWORD = "";
//public static int lightexp = WorldConstants.Servers.Scania.getExp();
//public static int darkexp = lightexp+10;
public static final byte Class_Bonus_EXP(final int job) {
switch (job) {
case 501:
case 530:
case 531:
case 532:
case 2300:
case 2310:
case 2311:
case 2312:
case 3100:
case 3110:
case 3111:
case 3112:
case 800:
case 900:
case 910:
return 0;
}
return 0;
}
public static boolean getEventTime() {
int time = Calendar.getInstance().get(Calendar.HOUR_OF_DAY);
switch (Calendar.DAY_OF_WEEK) {
case 1:
return time >= 1 && time <= 5;
case 2:
return time >= 4 && time <= 9;
case 3:
return time >= 7 && time <= 12;
case 4:
return time >= 10 && time <= 15;
case 5:
return time >= 13 && time <= 18;
case 6:
return time >= 16 && time <= 21;
}
return time >= 19 && time <= 24;
}
public static final short MAPLE_VERSION = (short) 117;
public static final String MAPLE_PATCH = "2";
public static final String SOURCE_REVISION = "0.0.1";
public static final boolean BLOCK_CS = false;
public static final boolean Old_Maps = false; // Example: It will use old maple event's henesys instead of current one
public static boolean Use_Localhost = false; // true = Packets are logged, false = Others can connect to server
public static enum PlayerGMRank {
NORMAL('@', 0),
DONATOR('#', 1),
INTERN('!', 2),
GM('!', 3),
SUPERGM('!', 4),
ADMIN('!', 5),
CONTROLLER('!', 6);
private char commandPrefix;
private int level;
PlayerGMRank(char ch, int level) {
commandPrefix = ch;
this.level = level;
}
public char getCommandPrefix() {
return commandPrefix;
}
public int getLevel() {
return level;
}
}
public static enum CommandType {
NORMAL(0),
TRADE(1);
private int level;
CommandType(int level) {
this.level = level;
}
public int getType() {
return level;
}
}
}
It's actually in WorldConstants.java. Look for :
Code:// EXAMPLE: // Format: WorldName(world id, exp rate, meso rate, drop rate, flag, show, available to enter) // GMS: Scania(0, 150, 150, 3, (byte) 0, true, true),
@Seikon Abado , you are most likely using the wrong client version (this happened to me).Try downloading a v117.2 one.