[Source] [v83] MoopleDEV | Multi Worlds | Rev 120 | Rev121 Snapshot

  1. #4246
    Account Upgraded | Title Enabled! F4keName is offline
    MemberRank
    Mar 2010 Join Date
    In Heaven BitchLocation
    271Posts

    Re: [Source] [v83] MoopleDEV | Multi Worlds | Rev 116

    Quote Originally Posted by SuperLol View Post
    Object obj = null;
    if (obj.toString().equals("bob")) {
    // can't reach here
    } else {
    // can't reach here either
    }

    this will give a nullpointer

    Yea i figured it out after i got the same error...
    i just wrapped the whole thing inside if(client != null)

  2. #4247
    while(true) spam(); kevintjuh93 is offline
    ModeratorRank
    Jun 2008 Join Date
    The NetherlandsLocation
    4,119Posts

    Re: [Source] [v83] MoopleDEV | Multi Worlds | Rev 116

    The validate thing won't give a npe. And it's better to make the check inside that and do return false if client is null.

  3. #4248
    Apprentice Qub1 is offline
    MemberRank
    Jul 2008 Join Date
    21Posts

    Re: [Source] [v83] MoopleDEV | Multi Worlds | Rev 116


  4. #4249
    Account Upgraded | Title Enabled! Cheezpuff is offline
    MemberRank
    Jul 2011 Join Date
    Former programmLocation
    238Posts

    Re: [Source] [v83] MoopleDEV | Multi Worlds | Rev 116

    Kevintjhu93 i have problem with repack

    it's working good , but after 2-3 Hours The server Stuck and make a Rollback -.-
    Someone Can Help ?

    ---------- Post added at 02:38 AM ---------- Previous post was at 02:33 AM ----------

    Kevintjhu93 i have problem with repack

    it's working good , but after 2-3 Hours The server Stuck and make a Rollback -.-
    Someone Can Help ?

  5. #4250
    Apprentice Qub1 is offline
    MemberRank
    Jul 2008 Join Date
    21Posts

    Re: [Source] [v83] MoopleDEV | Multi Worlds | Rev 116

    Great source! But can anyone help me with this:

    Monsters aren't moving. I can kill them and pick up their droppings, and they are not invisible, but they just don't move.

  6. #4251
    while(true) spam(); kevintjuh93 is offline
    ModeratorRank
    Jun 2008 Join Date
    The NetherlandsLocation
    4,119Posts

    Re: [Source] [v83] MoopleDEV | Multi Worlds | Rev 116

    Quote Originally Posted by Qub1 View Post
    Great source! But can anyone help me with this:

    Monsters aren't moving. I can kill them and pick up their droppings, and they are not invisible, but they just don't move.
    What about, using the hide skill to unhide yourself?

  7. #4252
    Apprentice MrGlobal is offline
    MemberRank
    Aug 2011 Join Date
    11Posts

    Re: [Source] [v83] MoopleDEV | Multi Worlds | Rev 116

    I really like this source And I appreciate your work, he has a lot of potential!
    But he has one problem with the stuck char and rollback
    My question is what causes the stuck?
    the quests?
    I did everything according to this guide http://forum.ragezone.com/f427/fix-g...pledev-770698/) that will help me?
    Or do I need to do more things to fix it?
    Pleas if someone know how to fix it sent back a message!
    And thanks again kevin

  8. #4253
    Apprentice Qub1 is offline
    MemberRank
    Jul 2008 Join Date
    21Posts

    Re: [Source] [v83] MoopleDEV | Multi Worlds | Rev 116

    Quote Originally Posted by kevintjuh93 View Post
    What about, using the hide skill to unhide yourself?
    Thanks =D

  9. #4254
    Account Upgraded | Title Enabled! Cheezpuff is offline
    MemberRank
    Jul 2011 Join Date
    Former programmLocation
    238Posts

    Re: [Source] [v83] MoopleDEV | Multi Worlds | Rev 116

    Hey all , No one here answers and help. I ask please
    MoopleDev Rev116
    ~~~~~~~
    This file is within REPACK showed me who got stuck trying to resolve Claim I somehow have to FIX it DC and ROLLBACK


    ****** n failed to login.
    Player in the World Server? = True
    Player in the Channel Server = ****** n

    ---------------------------------
    java.lang.NullPointerException
    at client.MapleClient.announce (MapleClient.java: 944)
    at server.maps.MapleMap.broadcastMessage (MapleMap.java: 1447)
    at server.maps.MapleMap.broadcastMessage (MapleMap.java: 1386)
    at server.maps.MapleMap.removePlayer (MapleMap.java: 1363)
    at client.MapleClient.removePlayer (MapleClient.java: 580)
    at client.MapleClient.disconnect (MapleClient.java: 601)
    at net.MapleServerHandler.sessionClosed (MapleServerHandler.java: 109)

    And there are many stranded and more of the problem
    Last edited by Cheezpuff; 15-08-11 at 11:57 PM. Reason: a

  10. #4255
    Enthusiast iPhoneSwag is offline
    MemberRank
    Aug 2011 Join Date
    27Posts

    Re: [Source] [v83] MoopleDEV | Multi Worlds | Rev 116

    Quote Originally Posted by Cheezpuff View Post
    Hey all , No one here answers and help. I ask please
    MoopleDev Rev116
    ~~~~~~~
    This file is within REPACK showed me who got stuck trying to resolve Claim I somehow have to FIX it DC and ROLLBACK


    ****** n failed to login.
    Player in the World Server? = True
    Player in the Channel Server = ****** n

    ---------------------------------
    java.lang.NullPointerException
    at client.MapleClient.announce (MapleClient.java: 944)
    at server.maps.MapleMap.broadcastMessage (MapleMap.java: 1447)
    at server.maps.MapleMap.broadcastMessage (MapleMap.java: 1386)
    at server.maps.MapleMap.removePlayer (MapleMap.java: 1363)
    at client.MapleClient.removePlayer (MapleClient.java: 580)
    at client.MapleClient.disconnect (MapleClient.java: 601)
    at net.MapleServerHandler.sessionClosed (MapleServerHandler.java: 109)

    And there are many stranded and more of the problem
    show us those fucking lines that the error is pointing to...

  11. #4256
    Account Upgraded | Title Enabled! Cheezpuff is offline
    MemberRank
    Jul 2011 Join Date
    Former programmLocation
    238Posts

    Re: [Source] [v83] MoopleDEV | Multi Worlds | Rev 116

    Quote Originally Posted by iPhoneSwag View Post
    show us those fucking lines that the error is pointing to...
    This problem I do not know how to fix that people will not get a few hours
    DC
    Then ROLLBACK
    Every time a server gets stuck

  12. #4257
    while(true) spam(); kevintjuh93 is offline
    ModeratorRank
    Jun 2008 Join Date
    The NetherlandsLocation
    4,119Posts

    Re: [Source] [v83] MoopleDEV | Multi Worlds | Rev 116

    Quote Originally Posted by Cheezpuff View Post
    This problem I do not know how to fix that people will not get a few hours
    DC
    Then ROLLBACK
    Every time a server gets stuck
    If I am not mistaken, the client = null.

  13. #4258
    Account Upgraded | Title Enabled! Cheezpuff is offline
    MemberRank
    Jul 2011 Join Date
    Former programmLocation
    238Posts

    Re: [Source] [v83] MoopleDEV | Multi Worlds | Rev 116

    Quote Originally Posted by kevintjuh93 View Post
    If I am not mistaken, the client = null.
    A client of my server?
    Client of REPACK
    mapleclient?

  14. #4259
    while(true) spam(); kevintjuh93 is offline
    ModeratorRank
    Jun 2008 Join Date
    The NetherlandsLocation
    4,119Posts

    Re: [Source] [v83] MoopleDEV | Multi Worlds | Rev 116

    Quote Originally Posted by Cheezpuff View Post
    A client of my server?
    Client of REPACK
    mapleclient?
    Search for client = null and then add // before it.

  15. #4260
    Account Upgraded | Title Enabled! TamirIsHere is offline
    MemberRank
    Feb 2010 Join Date
    223Posts

    Re: [Source] [v83] MoopleDEV | Multi Worlds | Rev 116

    I don't see the point of addnig the GMServer...
    It's just make a problems with starting a server via VPS.



Advertisement