Custom wz errors

Results 1 to 7 of 7
  1. #1
    Member bucackao is offline
    MemberRank
    May 2014 Join Date
    60Posts

    Custom wz errors

    Exception in thread "main" java.lang.NumberFormatException: For input string: "1
    0003361 "
    at java.lang.NumberFormatException.forInputString(Unknown Source)
    at java.lang.Integer.parseInt(Unknown Source)
    at java.lang.Integer.parseInt(Unknown Source)
    at provider.MapleDataTool.getIntConvert(MapleDataTool.java:90)
    at server.CashItemFactory.initialize(CashItemFactory.java:58)
    at server.Start.run(Start.java:114)
    at server.Start.main(Start.java:148)
    Press any key to continue . . .

    Im getting this errors when i put a custom xml into my source, can someone tell me whats the problems please?


  2. #2
    Member divinesam is offline
    MemberRank
    May 2004 Join Date
    singaporeLocation
    97Posts

    Re: Custom wz errors

    Quite obviously the problem lies with WZ ID: 10003361

    I am not too sure what that ID belong to, maybe a map, maybe a monster, quite sure its not an item.

    Within your XML files, the ID 10003361 has got some errors in it.

  3. #3
    desk.getCoffee().drink(); AngelSpirit is offline
    MemberRank
    Jul 2010 Join Date
    CanadaLocation
    318Posts

    Re: Custom wz errors

    It's a Cash Shop package, I believe.

  4. #4
    Account Upgraded | Title Enabled! Halcyon is offline
    MemberRank
    Mar 2011 Join Date
    1,102Posts

    Re: Custom wz errors

    AngelSpirit is correct, it's CashPackage.img.xml in Etc.wz in the Server XMLs, look for the ID of 10003361 and make sure that the "/> is not shifted over to the left.

  5. #5
    Member bucackao is offline
    MemberRank
    May 2014 Join Date
    60Posts

    Re: Custom wz errors

    Quote Originally Posted by Lowsir View Post
    AngelSpirit is correct, it's CashPackage.img.xml in Etc.wz in the Server XMLs, look for the ID of 10003361 and make sure that the "/> is not shifted over to the left.
    it shifted to the right but still errors

  6. #6
    Omega sunnyboy is offline
    MemberRank
    Mar 2010 Join Date
    6,109Posts

    Re: Custom wz errors

    Quote Originally Posted by bucackao View Post
    it shifted to the right but still errors
    remove the space...

  7. #7
    Member bucackao is offline
    MemberRank
    May 2014 Join Date
    60Posts

    Re: Custom wz errors

    Quote Originally Posted by sunnyboy View Post
    remove the space...
    Code:
    Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 3 >= 3
            at java.util.Vector.elementAt(Unknown Source)
            at tools.CaltechEval.reduceTokens(CaltechEval.java:476)
            at tools.CaltechEval.eval(CaltechEval.java:325)
            at tools.CaltechEval.evaluate(CaltechEval.java:146)
            at server.MapleStatEffect.parseEval(MapleStatEffect.java:108)
            at server.MapleStatEffect.loadFromData(MapleStatEffect.java:125)
            at server.MapleStatEffect.loadSkillEffectFromData(MapleStatEffect.java:7
    4)
            at client.Skill.loadFromData(Skill.java:294)
            at client.SkillFactory.load(SkillFactory.java:49)
            at server.Start.run(Start.java:94)
            at server.Start.main(Start.java:148)
    Press any key to continue . . .
    thats the error im getting, not about the other one.



Advertisement