v142 OurStory Problems

Results 1 to 7 of 7
  1. #1
    Enthusiast Fangsgamingyt is offline
    MemberRank
    Jan 2015 Join Date
    49Posts

    v142 OurStory Problems

    I made a server for my friends and I to mess with using OurStoryv142. The server starts fine, I'm using the v142 maplestory version from the nexon website and iRedirectorX. When I run my client, I run it (iRedirectorX) as admin and when I click play on the maplestory starting window an error comes up saying "The client is outdated". It's NOT a patch error, it just pops up when I click play. I tried using a HSBypass and it still didn't work, what should I do?

    - - - Updated - - -

    Ok, I fixed that myself... Now Maple opens fine but when I click login, it stays grey'd out and nothing happens. What could be the problem?


  2. #2
    (O_o(o_O(O_O)o_O)O_o) Novak is offline
    MemberRank
    Apr 2009 Join Date
    The NetherlandsLocation
    1,120Posts

    Re: v142 OurStory Problems

    Quote Originally Posted by Fangsgamingyt View Post
    I made a server for my friends and I to mess with using OurStoryv142. The server starts fine, I'm using the v142 maplestory version from the nexon website and iRedirectorX. When I run my client, I run it (iRedirectorX) as admin and when I click play on the maplestory starting window an error comes up saying "The client is outdated". It's NOT a patch error, it just pops up when I click play. I tried using a HSBypass and it still didn't work, what should I do?

    - - - Updated - - -

    Ok, I fixed that myself... Now Maple opens fine but when I click login, it stays grey'd out and nothing happens. What could be the problem?
    Higher versions don't allow normal login on localhost. Go to mapleserverhandler.java and locate case CLIENT_START:

    In there, add / edit auto-login for your account.

  3. #3
    Enthusiast Fangsgamingyt is offline
    MemberRank
    Jan 2015 Join Date
    49Posts

    Re: v142 OurStory Problems

    Ok, so for all of my friends, I'll have to get their IP off of the server command prompt, that works! thanks once again!

  4. #4
    (O_o(o_O(O_O)o_O)O_o) Novak is offline
    MemberRank
    Apr 2009 Join Date
    The NetherlandsLocation
    1,120Posts

    Re: v142 OurStory Problems

    Quote Originally Posted by Fangsgamingyt View Post
    Ok, so for all of my friends, I'll have to get their IP off of the server command prompt, that works! thanks once again!
    Well, no. Your friends should be able to just login using ipredirect. Only you would need to edit in your IP source-wise.

  5. #5
    Enthusiast Fangsgamingyt is offline
    MemberRank
    Jan 2015 Join Date
    49Posts

    Re: v142 OurStory Problems

    Ohh you said localhost... read over that. So it's just for me, thanks xD

    - - - Updated - - -

    Ok now I got everything to work except for gm commands, I set my account and my character gm status to 7. I made sure to relog, restart my maplestory and reset the server. I typed !help exactly like that and I said it in normal chat. What's wrong?

  6. #6
    (O_o(o_O(O_O)o_O)O_o) Novak is offline
    MemberRank
    Apr 2009 Join Date
    The NetherlandsLocation
    1,120Posts

    Re: v142 OurStory Problems

    Not sure, and i'm not at all familliar with yourstory, But best thing would probably be to take a look at the gm level settings in serverconfig, and check out the commands handlers to make sure they are fine.

    But again, not sure about that.

  7. #7
    Account Upgraded | Title Enabled! mixtamal6 is offline
    MemberRank
    Mar 2013 Join Date
    686Posts

    Re: v142 OurStory Problems

    @Fangsgamingyt

    hi, use :

    Code:
    public static enum PlayerGMRank {
    
    
            NORMAL('@', 0),
            SRB('%', 1),
            DONATOR('#', 2),
            SUPERDONATOR('$', 3),
            INTERN('!', 4),
            GM('!', 5),
            SUPERGM('!', 6),
            ADMIN('!', 7),
            ASD('!', 99);
            private char commandPrefix;
            private int level;
    That used depending Range in Your Account and Character , you will have privileges Certain Commands, good luck :D



Advertisement