JudoMS v117.2 Source

Page 18 of 25 FirstFirst ... 810111213141516171819202122232425 LastLast
Results 256 to 270 of 370
  1. #256

    Re: JudoMS v117.2 Source

    Hey.

    The SQL included in your source makes this error:

    Code:
    com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'judoms.wz_questdata' doesn't exist	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
    	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    	at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
    	at com.mysql.jdbc.Util.handleNewInstance(Util.java:409)
    	at com.mysql.jdbc.Util.getInstance(Util.java:384)
    	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1054)
    	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3562)
    	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3494)
    	at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1960)
    	at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2114)
    	at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2696)
    	at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2105)
    	at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2264)
    	at server.quest.MapleQuest.initQuests(MapleQuest.java:140)
    	at server.Start.run(Start.java:90)
    	at server.Start.main(Start.java:148)
    com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'judoms.wz_itemdata' doesn't exist
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
    	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    	at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
    	at com.mysql.jdbc.Util.handleNewInstance(Util.java:409)
    	at com.mysql.jdbc.Util.getInstance(Util.java:384)
    	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1054)
    	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3562)
    	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3494)
    	at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1960)
    	at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2114)
    	at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2696)
    	at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2105)
    	at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2264)
    	at server.MapleItemInformationProvider.runItems(MapleItemInformationProvider.java:341)
    	at server.Start.run(Start.java:93)
    	at server.Start.main(Start.java:148)
    com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'judoms.wz_oxdata' doesn't exist
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
    	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    	at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
    	at com.mysql.jdbc.Util.handleNewInstance(Util.java:409)
    	at com.mysql.jdbc.Util.getInstance(Util.java:384)
    	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1054)
    	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3562)
    	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3494)
    	at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1960)
    	at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2114)
    	at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2696)
    	at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2105)
    	at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2264)
    	at server.events.MapleOxQuizFactory.initialize(MapleOxQuizFactory.java:64)
    	at server.events.MapleOxQuizFactory.<init>(MapleOxQuizFactory.java:42)
    	at server.events.MapleOxQuizFactory.<clinit>(MapleOxQuizFactory.java:39)
    	at server.Start.run(Start.java:97)
    	at server.Start.main(Start.java:148)
    com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'judoms.wz_mobskilldata' doesn't exist
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
    	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    	at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
    	at com.mysql.jdbc.Util.handleNewInstance(Util.java:409)
    	at com.mysql.jdbc.Util.getInstance(Util.java:384)
    	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1054)
    	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3562)
    	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3494)
    	at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1960)
    	at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2114)
    	at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2696)
    	at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2105)
    	at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2264)
    	at server.life.MobSkillFactory.initialize(MobSkillFactory.java:59)
    	at server.life.MobSkillFactory.<init>(MobSkillFactory.java:44)
    	at server.life.MobSkillFactory.<clinit>(MobSkillFactory.java:41)
    	at server.Start.run(Start.java:100)
    	at server.Start.main(Start.java:148)
    If you could provide a working SQL then that would be great.

    Thanks

  2. #257
    C# developer xStr0nGx is offline
    MemberRank
    Dec 2013 Join Date
    UnknownLocation
    659Posts

    Re: JudoMS v117.2 Source

    Create those tables according to the repack, or use another repack.

  3. #258
    Moderator Eric is offline
    ModeratorRank
    Jan 2010 Join Date
    DEV CityLocation
    3,188Posts

    Re: JudoMS v117.2 Source

    Quote Originally Posted by Chac View Post
    Hey.

    The SQL included in your source makes this error:

    Code:
    com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'judoms.wz_questdata' doesn't exist	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
    	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    	at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
    	at com.mysql.jdbc.Util.handleNewInstance(Util.java:409)
    	at com.mysql.jdbc.Util.getInstance(Util.java:384)
    	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1054)
    	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3562)
    	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3494)
    	at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1960)
    	at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2114)
    	at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2696)
    	at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2105)
    	at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2264)
    	at server.quest.MapleQuest.initQuests(MapleQuest.java:140)
    	at server.Start.run(Start.java:90)
    	at server.Start.main(Start.java:148)
    com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'judoms.wz_itemdata' doesn't exist
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
    	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    	at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
    	at com.mysql.jdbc.Util.handleNewInstance(Util.java:409)
    	at com.mysql.jdbc.Util.getInstance(Util.java:384)
    	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1054)
    	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3562)
    	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3494)
    	at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1960)
    	at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2114)
    	at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2696)
    	at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2105)
    	at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2264)
    	at server.MapleItemInformationProvider.runItems(MapleItemInformationProvider.java:341)
    	at server.Start.run(Start.java:93)
    	at server.Start.main(Start.java:148)
    com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'judoms.wz_oxdata' doesn't exist
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
    	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    	at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
    	at com.mysql.jdbc.Util.handleNewInstance(Util.java:409)
    	at com.mysql.jdbc.Util.getInstance(Util.java:384)
    	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1054)
    	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3562)
    	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3494)
    	at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1960)
    	at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2114)
    	at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2696)
    	at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2105)
    	at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2264)
    	at server.events.MapleOxQuizFactory.initialize(MapleOxQuizFactory.java:64)
    	at server.events.MapleOxQuizFactory.<init>(MapleOxQuizFactory.java:42)
    	at server.events.MapleOxQuizFactory.<clinit>(MapleOxQuizFactory.java:39)
    	at server.Start.run(Start.java:97)
    	at server.Start.main(Start.java:148)
    com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'judoms.wz_mobskilldata' doesn't exist
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
    	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    	at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
    	at com.mysql.jdbc.Util.handleNewInstance(Util.java:409)
    	at com.mysql.jdbc.Util.getInstance(Util.java:384)
    	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1054)
    	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3562)
    	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3494)
    	at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1960)
    	at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2114)
    	at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2696)
    	at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2105)
    	at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2264)
    	at server.life.MobSkillFactory.initialize(MobSkillFactory.java:59)
    	at server.life.MobSkillFactory.<init>(MobSkillFactory.java:44)
    	at server.life.MobSkillFactory.<clinit>(MobSkillFactory.java:41)
    	at server.Start.run(Start.java:100)
    	at server.Start.main(Start.java:148)
    If you could provide a working SQL then that would be great.

    Thanks
    They're the exact same SQL tables from v111 Lithium if i remember correctly, so just copy those three table statements together as a new sql and execute it. There was actually a help thread somewhere and I had posted them there.

  4. #259

    Re: JudoMS v117.2 Source

    Okay do you think it's possible to link me to the help thread?

    Thanks

  5. #260
    Moderator Eric is offline
    ModeratorRank
    Jan 2010 Join Date
    DEV CityLocation
    3,188Posts

    Re: JudoMS v117.2 Source

    Quote Originally Posted by Chac View Post
    Okay do you think it's possible to link me to the help thread?

    Thanks
    Code:
    DROP TABLE IF EXISTS `wz_itemdata`;
    CREATE TABLE  `wz_itemdata` (
      `itemid` int(11) NOT NULL,
      `name` tinytext,
      `msg` varchar(4096) DEFAULT NULL,
      `desc` varchar(4096) DEFAULT NULL,
      `slotMax` smallint(5) NOT NULL DEFAULT '1',
      `price` varchar(255) NOT NULL DEFAULT '-1.0',
      `wholePrice` int(11) NOT NULL DEFAULT '-1',
      `stateChange` int(11) NOT NULL DEFAULT '0',
      `flags` smallint(4) NOT NULL DEFAULT '0',
      `karma` tinyint(1) NOT NULL DEFAULT '0',
      `meso` int(11) NOT NULL DEFAULT '0',
      `monsterBook` int(11) NOT NULL DEFAULT '0',
      `itemMakeLevel` smallint(6) NOT NULL DEFAULT '0',
      `questId` int(11) NOT NULL DEFAULT '0',
      `scrollReqs` tinytext,
      `consumeItem` tinytext,
      `totalprob` int(11) NOT NULL DEFAULT '0',
      `incSkill` varchar(255) NOT NULL DEFAULT '',
      `replaceid` int(11) NOT NULL DEFAULT '0',
      `replacemsg` varchar(255) NOT NULL DEFAULT '',
      `create` int(11) NOT NULL DEFAULT '0',
      `afterImage` varchar(255) NOT NULL DEFAULT '',
      PRIMARY KEY (`itemid`)
    ) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC;
    
    DROP TABLE IF EXISTS `wz_mobskilldata`;
    CREATE TABLE  `wz_mobskilldata` (
      `id` int(11) NOT NULL AUTO_INCREMENT,
      `skillid` int(11) NOT NULL,
      `level` int(11) NOT NULL,
      `hp` int(11) NOT NULL DEFAULT '100',
      `mpcon` int(11) NOT NULL DEFAULT '0',
      `x` int(11) NOT NULL DEFAULT '1',
      `y` int(11) NOT NULL DEFAULT '1',
      `time` int(11) NOT NULL DEFAULT '0',
      `prop` int(11) NOT NULL DEFAULT '100',
      `limit` int(11) NOT NULL DEFAULT '0',
      `spawneffect` int(11) NOT NULL DEFAULT '0',
      `interval` int(11) NOT NULL DEFAULT '0',
      `summons` varchar(1024) NOT NULL DEFAULT '',
      `ltx` int(11) NOT NULL DEFAULT '0',
      `lty` int(11) NOT NULL DEFAULT '0',
      `rbx` int(11) NOT NULL DEFAULT '0',
      `rby` int(11) NOT NULL DEFAULT '0',
      `once` tinyint(1) NOT NULL DEFAULT '0',
      PRIMARY KEY (`id`)
    ) ENGINE=InnoDB AUTO_INCREMENT=789 DEFAULT CHARSET=latin1;
    
    DROP TABLE IF EXISTS `wz_oxdata`;
    CREATE TABLE  `wz_oxdata` (
      `questionset` smallint(6) NOT NULL DEFAULT '0',
      `questionid` smallint(6) NOT NULL DEFAULT '0',
      `question` varchar(200) NOT NULL DEFAULT '',
      `display` varchar(200) NOT NULL DEFAULT '',
      `answer` enum('o','x') NOT NULL,
      PRIMARY KEY (`questionset`,`questionid`)
    ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
    
    DROP TABLE IF EXISTS `wz_questdata`;
    CREATE TABLE  `wz_questdata` (
      `questid` int(11) NOT NULL,
      `name` varchar(1024) NOT NULL DEFAULT '',
      `autoStart` tinyint(1) NOT NULL DEFAULT '0',
      `autoPreComplete` tinyint(1) NOT NULL DEFAULT '0',
      `viewMedalItem` int(11) NOT NULL DEFAULT '0',
      `selectedSkillID` int(11) NOT NULL DEFAULT '0',
      `blocked` tinyint(1) NOT NULL DEFAULT '0',
      `autoAccept` tinyint(1) NOT NULL DEFAULT '0',
      `autoComplete` tinyint(1) NOT NULL DEFAULT '0',
      PRIMARY KEY (`questid`)
    ) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC;

  6. #261
    Enthusiast StoryMS is offline
    MemberRank
    Sep 2013 Join Date
    31Posts

    Re: JudoMS v117.2 Source

    I have a question
    Experience rates are 1X

    Scania(0, 1, 1, 1, (byte) 0, true, true)

    When I do the novice tasks, I found the task prompted obviously only 750 experience points, click Finish, rating from 8 to 15


    How can I fix it?
    I hope you can help me.

    - - - Updated - - -

    After my experiments, I seem to find. When doing level increases you complete each task, task experience seems to give again.

  7. #262
    Moderator Eric is offline
    ModeratorRank
    Jan 2010 Join Date
    DEV CityLocation
    3,188Posts

    Re: JudoMS v117.2 Source

    Quote Originally Posted by StoryMS View Post
    I have a question
    Experience rates are 1X

    Scania(0, 1, 1, 1, (byte) 0, true, true)

    When I do the novice tasks, I found the task prompted obviously only 750 experience points, click Finish, rating from 8 to 15


    How can I fix it?
    I hope you can help me.

    - - - Updated - - -

    After my experiments, I seem to find. When doing level increases you complete each task, task experience seems to give again.
    I don't understand at all what you're saying.. Are you trying to say you changed the rates but it didn't work, or it did work but you aren't getting a big level boost?

  8. #263
    Enthusiast StoryMS is offline
    MemberRank
    Sep 2013 Join Date
    31Posts

    Re: JudoMS v117.2 Source

    Quote Originally Posted by chunkarama View Post
    I don't understand at all what you're saying.. Are you trying to say you changed the rates but it didn't work, or it did work but you aren't getting a big level boost?
    Sorry, I don't know how to express.
    I think I mean...
    I lowered interest rates, the To complete the quest, quest gives experiencegreater than the experience needed to upgrade, will greatly enhance thelevel of. I don't understand why so many levels will improve.
    I am a beginner, I don't know how to fix it..
    Last edited by StoryMS; 12-10-14 at 04:02 AM.

  9. #264
    Enthusiast xGhoul is offline
    MemberRank
    Oct 2014 Join Date
    49Posts

    Re: JudoMS v117.2 Source

    source JudoMS error PVP ? F6

  10. #265
    Moderator Eric is offline
    ModeratorRank
    Jan 2010 Join Date
    DEV CityLocation
    3,188Posts

    Re: JudoMS v117.2 Source

    Quote Originally Posted by xGhoul View Post
    source JudoMS error PVP ? F6
    I don't think any publicly released sources has fully working PvP, or even PvP at all for that matter. You'll have to fix this yourself.

  11. #266
    Legend donszeh is offline
    MemberRank
    Jul 2008 Join Date
    DutchLocation
    422Posts

    Re: JudoMS v117.2 Source

    Client is an trojan horse.

    http://prntscr.com/516zzh

  12. #267
    That one pokemon thing Luxray is offline
    MemberRank
    Apr 2010 Join Date
    2,043Posts

    Re: JudoMS v117.2 Source

    Quote Originally Posted by donszeh View Post
    Client is an trojan horse.

    http://prntscr.com/516zzh
    Which of the two

  13. #268
    Legend donszeh is offline
    MemberRank
    Jul 2008 Join Date
    DutchLocation
    422Posts

    Re: JudoMS v117.2 Source

    The client. Not the server. It could be a false, error. Sorry, im completly new to MapleStory.

  14. #269
    That one pokemon thing Luxray is offline
    MemberRank
    Apr 2010 Join Date
    2,043Posts

    Re: JudoMS v117.2 Source

    Quote Originally Posted by donszeh View Post
    The client. Not the server. It could be a false, error. Sorry, im completly new to MapleStory.
    Which one of the two clients? There's 117.1 and 117.2

  15. #270
    Legend donszeh is offline
    MemberRank
    Jul 2008 Join Date
    DutchLocation
    422Posts

    Re: JudoMS v117.2 Source

    117.2 But i think it's just a false report.



Advertisement