How to check for all commands on your server

Results 1 to 6 of 6
  1. #1
    Apprentice Runaru is offline
    MemberRank
    Jul 2011 Join Date
    In a mango treeLocation
    12Posts

    How to check for all commands on your server



    Okay so you've downloaded your source or repack, and you have no idea what the commands are, you go back to the thread where you downloaded your server, and the commands aren't listed. At this point your thinking your shit out of luck huh? Nahhh you'll be fine if you read this guide :) If you don't deal with the only knowing !map commands . ANYWAYS/ Guide Start:



    Download Notepad++: Version: 5.9.2
    Download Alternate (EditPad Lite): Version 7.0.4
    I Recommend Notepad++.



    In this example I'm using HeliosMs as an example because the commands are not listed. (Great v83 source btw) ~ You can go through the following folders from steps 2-6 from folders or you can directly go through the folders on Notepad++ or what ever you are using just to make the job quicker.









    This is pretty self explanatory if your not given the Admin commands search through the AdminCommand.java file and so on with GM commands and player commands. (:



    99.99% goes to anything in the parenthesis and quotes after "equals("" is a command.
    Note**
    You may also look for commands that follow "equalsIgnoreCase" - Credit *Soulfist


    Thanks for reading along and learning something new (: Not the most pro tutorial out there but I put in a lot of effort in this tutorial so a thanks would be nice (:.
    ~Runa
    Last edited by Runaru; 05-07-11 at 04:34 PM. Reason: Typo's and such.


  2. #2
    Alpha Member Soulfist is offline
    MemberRank
    Dec 2010 Join Date
    a hovelLocation
    1,835Posts

    Re: How to check for all commands on your server

    You're forgetting about the commands that use 'equalsIgnoreCase' which is almost as common as equals, and probably better.

    Also, no offense, but you look like more of a GFX artist to me, than anything else. I like the blur you did with your images.

  3. #3
    Novice Vectors is offline
    MemberRank
    Jul 2011 Join Date
    2Posts

    Re: How to check for all commands on your server

    I already knew this, but it'll help the new joiners to the MapleStory Development group. Great guide, I like the pictures. :$

  4. #4
    Apprentice Runaru is offline
    MemberRank
    Jul 2011 Join Date
    In a mango treeLocation
    12Posts

    Re: How to check for all commands on your server

    Quote Originally Posted by Soulfist View Post
    You're forgetting about the commands that use 'equalsIgnoreCase' which is almost as common as equals, and probably better.

    Also, no offense, but you look like more of a GFX artist to me, than anything else. I like the blur you did with your images.
    Damn didn't even realize that, its just I kinda figured I'd put up a unique tutorial, not like a "How to make a Vxx server" when there's already like 12 out :P. But I see what you mean, im not really a pro at coding at all, just thought this was simple enough for me to talk about P:.

  5. #5
    Proficient Member Lethargic is offline
    MemberRank
    Jul 2010 Join Date
    CanadaLocation
    189Posts

    Re: How to check for all commands on your server

    I'm not sure if many sources have this, but you could also look at 'new CommandDefinition( ". Also, if they do exist, they're usually all together.

  6. #6
    Member DeadMstory is offline
    MemberRank
    Jun 2011 Join Date
    In my HouseLocation
    62Posts

    Re: How to check for all commands on your server

    Aren't some "splitted[0].equals" like


    Code:
    } else if (splitted[0].equals("jail")) {



Advertisement