JudoMS v117.2 Source

Page 14 of 25 FirstFirst ... 467891011121314151617181920212224 ... LastLast
Results 196 to 210 of 370
  1. #196
    Apprentice Reikan is offline
    MemberRank
    Feb 2014 Join Date
    9Posts

    Re: JudoMS v117.2 Source

    Can you use hamachi for v117.?

  2. #197
    [VIP] Bellocan is offline
    [VIP] MemberRank
    Aug 2007 Join Date
    739Posts
    Yes, just make the ip in worldgms.properties and channel.properties to what your Hamachi IP is. Also change your LEN.ini ip.
    Quote Originally Posted by Reikan View Post
    Can you use hamachi for v117.?

  3. #198
    Novice Alenoxz is offline
    MemberRank
    May 2014 Join Date
    1Posts

    Re: JudoMS v117.2 Source

    how can i fix the potential item bug i cant find it , i been looking for it and no luck

  4. #199
    Novice gilchun1 is offline
    MemberRank
    Sep 2013 Join Date
    2Posts

    Re: JudoMS v117.2 Source

    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.

  5. #200
    Novice 3140220413 is offline
    MemberRank
    Jul 2014 Join Date
    Taipei, Taiwan,Location
    1Posts

    Re: JudoMS v117.2 Source

    Database name fight?

  6. #201
    Infraction Banned rice is offline
    MemberRank
    Nov 2009 Join Date
    2,905Posts

    Re: JudoMS v117.2 Source

    i got compiel eror pls help

  7. #202
    Proficient Member windocter is offline
    MemberRank
    Sep 2006 Join Date
    192Posts

    Re: JudoMS v117.2 Source

    HI..
    I want Guide and Recommend in setup Game and Server and etc.
    Please share Guide or Vedio.

  8. #203
    Novice fyndix is offline
    MemberRank
    Jul 2014 Join Date
    2Posts

    Re: JudoMS v117.2 Source

    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)

  9. #204
    Account Upgraded | Title Enabled! mixtamal6 is offline
    MemberRank
    Mar 2013 Join Date
    686Posts

    Re: JudoMS v117.2 Source

    @fyndix

    Delete in Wz_customlife MobsID in the table SQL

  10. #205
    Enthusiast Seikon Abado is offline
    MemberRank
    Apr 2014 Join Date
    ...Location
    28Posts

    Re: JudoMS v117.2 Source

    Quote Originally Posted by liquidplacidity View Post
    Same. I can't get mine working either ._.

    Server is 100% up and running tho
    Quote Originally Posted by phrak86 View Post
    im having issues with trying to get my clients to connect on the server...i changed the IP address in the files, but the client willnot redirect. Is anyone else having this issue, or does anyone know how to resolve this? please let me know...i have the website and everything ready to go, i just cant connect...nto even from localhost


    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.


  11. #206
    Novice Andrew Yu is offline
    MemberRank
    Jul 2014 Join Date
    3Posts

    Re: JudoMS v117.2 Source

    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

  12. #207
    Account Upgraded | Title Enabled! ooSnowCapxx is offline
    MemberRank
    Jul 2011 Join Date
    250Posts

    Re: JudoMS v117.2 Source

    Quote Originally Posted by Andrew Yu View Post
    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
    Go on netbeans and look for Server Constants

  13. #208
    Novice Andrew Yu is offline
    MemberRank
    Jul 2014 Join Date
    3Posts

    Re: JudoMS v117.2 Source

    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;
    }

    }
    }

  14. #209
    Novice fyndix is offline
    MemberRank
    Jul 2014 Join Date
    2Posts

    Re: JudoMS v117.2 Source

    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.

  15. #210
    Enthusiast New Psk is offline
    MemberRank
    Aug 2014 Join Date
    30Posts

    Re: JudoMS v117.2 Source

    Quote Originally Posted by Seikon Abado View Post
    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.

    same problem here :(
    Everything works fine, but can't connect client to the server.

    - - - Updated - - -

    Quote Originally Posted by fyndix View Post
    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.
    I downloaded the 117.2 one from the first page, still can't get it connected :(



Advertisement