JudoMS v117.2 Source

Page 12 of 25 FirstFirst ... 2456789101112131415161718192022 ... LastLast
Results 166 to 180 of 370
  1. #166
    Account Upgraded | Title Enabled! Halcyon is offline
    MemberRank
    Mar 2011 Join Date
    1,102Posts

    Re: JudoMS v117.2 Source

    Quote Originally Posted by MrEpicDeath View Post
    Thanks soo much =P

    - - - Updated - - -

    where do i find that code? =o
    Where the command is handled, Playercommands.java.

  2. #167
    Apprentice rsor is offline
    MemberRank
    Mar 2008 Join Date
    6Posts

    Re: JudoMS v117.2 Source

    can someone help me please ? how can i update my dojo training points ? Is there in the SQL or a command ?

  3. #168
    Apprentice vlad1902 is offline
    MemberRank
    Jul 2011 Join Date
    16Posts

    Re: JudoMS v117.2 Source

    Hey everyone, I'm having some issues with the "!pnpc" command, I use it to permanently put an NPC but the NPC disappears right after I restart the server, any ideas ? Thanks for the help :D

  4. #169
    [VIP] Bellocan is offline
    [VIP] MemberRank
    Aug 2007 Join Date
    739Posts

    Re: JudoMS v117.2 Source

    Quote Originally Posted by vlad1902 View Post
    Hey everyone, I'm having some issues with the "!pnpc" command, I use it to permanently put an NPC but the NPC disappears right after I restart the server, any ideas ? Thanks for the help :D
    Shutdown your server successfully with !shutdowntime 1. That's my guess.

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

    Re: JudoMS v117.2 Source

    Quote Originally Posted by vlad1902 View Post
    Hey everyone, I'm having some issues with the "!pnpc" command, I use it to permanently put an NPC but the NPC disappears right after I restart the server, any ideas ? Thanks for the help :D
    This will occur if you put the pnpc into a map that had no npcs in it to begin with, what you must do is put a NPC inside of the XML, and trick the server into thinking that a NPC already exists in it. So, go to look for a value called LIFE in the map XML and put this:

    Code:
    <imgdir name="life">
        <imgdir name="0">
          <string name="type" value="n" />
          <string name="id" value="999999999"/>
          <int name="x" value="617" />
          <int name="y" value="246" />
          <int name="mobTime" value="0" />
          <int name="f" value="0" />
          <int name="hide" value="0" />
          <int name="fh" value="11" />
          <int name="cy" value="250" />
          <int name="rx0" value="567" />
          <int name="rx1" value="667" />
        </imgdir>
      </imgdir>
    I think you could also code something into thinking there is ghost npcs in every map or something, but if you want to do it for a single map, just use that method.

    The XML part may have any ID and any values you want, just make sure you put a NPC that does not exist into the thing, and make sure you don't put it in the incorrect way, you will be unable to go into the map due to a XML error!

  6. #171
    Apprentice vlad1902 is offline
    MemberRank
    Jul 2011 Join Date
    16Posts

    Re: JudoMS v117.2 Source

    Quote Originally Posted by Lowsir View Post
    This will occur if you put the pnpc into a map that had no npcs in it to begin with, what you must do is put a NPC inside of the XML, and trick the server into thinking that a NPC already exists in it. So, go to look for a value called LIFE in the map XML and put this:

    Code:
    <imgdir name="life">
        <imgdir name="0">
          <string name="type" value="n" />
          <string name="id" value="999999999"/>
          <int name="x" value="617" />
          <int name="y" value="246" />
          <int name="mobTime" value="0" />
          <int name="f" value="0" />
          <int name="hide" value="0" />
          <int name="fh" value="11" />
          <int name="cy" value="250" />
          <int name="rx0" value="567" />
          <int name="rx1" value="667" />
        </imgdir>
      </imgdir>
    I think you could also code something into thinking there is ghost npcs in every map or something, but if you want to do it for a single map, just use that method.

    The XML part may have any ID and any values you want, just make sure you put a NPC that does not exist into the thing, and make sure you don't put it in the incorrect way, you will be unable to go into the map due to a XML error!
    It worked, thanks a lot!

  7. #172
    Apprentice lramos15 is offline
    MemberRank
    Apr 2011 Join Date
    16Posts

    Re: JudoMS v117.2 Source

    Can someone please help me with my login bug. I set up the server correctly like all the guides tell me to yet it does not work.

  8. #173
    [VIP] Bellocan is offline
    [VIP] MemberRank
    Aug 2007 Join Date
    739Posts

    Re: JudoMS v117.2 Source

    Can you post a screen shot or log of the error? Right click in console and click select all then pressing enter will copy it.

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

    Re: JudoMS v117.2 Source

    Quote Originally Posted by rsor View Post
    can someone help me please ? how can i update my dojo training points ? Is there in the SQL or a command ?
    To update Dojo Points,

    It is located in the SQL under: queststatus
    You have to look for the right quest ID and character ID.

    I believe this is enough hint for you to work out the rest.

  10. #175
    Apprentice interbot is offline
    MemberRank
    Mar 2012 Join Date
    6Posts

    cool Re: JudoMS v117.2 Source





    help me plz

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

    Re: JudoMS v117.2 Source

    intebot, can't see your picture.

  12. #177
    [VIP] Bellocan is offline
    [VIP] MemberRank
    Aug 2007 Join Date
    739Posts

    Re: JudoMS v117.2 Source

    Quote Originally Posted by lramos15 View Post
    Can someone please help me with my login bug. I set up the server correctly like all the guides tell me to yet it does not work.
    If you are unable to login after creating a character successfully, you need the JCE Unlimited Strength files(1.7) inside your JDK and JRE folders respectively. Inside their security folders, the files will be replaced with new files from the strength zip archive. If this is not the fix then please post the error you are receiving via my above mentioned method.

  13. #178
    Apprentice interbot is offline
    MemberRank
    Mar 2012 Join Date
    6Posts

    Re: JudoMS v117.2 Source

    JudoMS is Active.
    Maple Version: 117.2
    Server Rates: 512/1/1
    System has successfully found the packet encryption.
    Loading Instances...
    Finished Loading Instances
    Loading JudoMS Login Server...
    Login Server is listening on port 8484.
    JudoMS Login Server is Online!
    Loading JudoMS Channel Server...
    Error executing script. Path: scripts/event/PVP.js
    Exception javax.script.ScriptException: ReferenceError: "importPackage" is not d
    efined in <eval> at line number 1
    Error executing script. Path: scripts/event/GuildQuest.js
    Exception javax.script.ScriptException: ReferenceError: "importPackage" is not d
    efined in <eval> at line number 5
    Error executing script. Path: scripts/event/AswanOffSeason.js
    Exception javax.script.ScriptException: ReferenceError: "importPackage" is not d
    efined in <eval>
    Channel 1 is listening on port 7575.
    JudoMS Channel Server is Online!
    Loading JudoMS Cash Shop Server...
    Cash Shop Server is listening on port 8600.
    JudoMS Cash Shop Server is Online!
    Channel Respawn Worker has been registered.
    Loading Rankings::
    Done loading Rankings in 0 seconds :::
    JudoMS Server has launched successfully in 27 Seconds.
    Error initalizing the encryption cipher. Make sure you're using the Unlimited S
    trength cryptography jar files.
    Error initalizing the encryption cipher. Make sure you're using the Unlimited S
    trength cryptography jar files.


    Help me plz
    run on java 8 64bit

  14. #179
    Member JudoMS is offline
    MemberRank
    Feb 2014 Join Date
    255.255.255.255Location
    97Posts

    Re: JudoMS v117.2 Source

    Quote Originally Posted by interbot View Post
    JudoMS is Active.
    Maple Version: 117.2
    Server Rates: 512/1/1
    System has successfully found the packet encryption.
    Loading Instances...
    Finished Loading Instances
    Loading JudoMS Login Server...
    Login Server is listening on port 8484.
    JudoMS Login Server is Online!
    Loading JudoMS Channel Server...
    Error executing script. Path: scripts/event/PVP.js
    Exception javax.script.ScriptException: ReferenceError: "importPackage" is not d
    efined in <eval> at line number 1
    Error executing script. Path: scripts/event/GuildQuest.js
    Exception javax.script.ScriptException: ReferenceError: "importPackage" is not d
    efined in <eval> at line number 5
    Error executing script. Path: scripts/event/AswanOffSeason.js
    Exception javax.script.ScriptException: ReferenceError: "importPackage" is not d
    efined in <eval>
    Channel 1 is listening on port 7575.
    JudoMS Channel Server is Online!
    Loading JudoMS Cash Shop Server...
    Cash Shop Server is listening on port 8600.
    JudoMS Cash Shop Server is Online!
    Channel Respawn Worker has been registered.
    Loading Rankings::
    Done loading Rankings in 0 seconds :::
    JudoMS Server has launched successfully in 27 Seconds.
    Error initalizing the encryption cipher. Make sure you're using the Unlimited S
    trength cryptography jar files.
    Error initalizing the encryption cipher. Make sure you're using the Unlimited S
    trength cryptography jar files.


    Help me plz
    run on java 8 64bit
    You will need to replace the files as stated above by KingdomVolc

  15. #180
    Apprentice interbot is offline
    MemberRank
    Mar 2012 Join Date
    6Posts

    Re: JudoMS v117.2 Source

    i play thank all

    Error executing script. Path: scripts/event/PVP.js
    Exception javax.script.ScriptException: ReferenceError: "importPackage" is not d
    efined in <eval> at line number 1
    Error executing script. Path: scripts/event/GuildQuest.js
    Exception javax.script.ScriptException: ReferenceError: "importPackage" is not d
    efined in <eval> at line number 5
    Error executing script. Path: scripts/event/AswanOffSeason.js
    Exception javax.script.ScriptException: ReferenceError: "importPackage" is not d
    efined in <eval>

    This is not solved
    Help me



Advertisement