[Help]LucianoAibar 1.00.16 age requirement error

Results 1 to 7 of 7
  1. #1
    Newbie gigadeez88 is offline
    MemberRank
    Oct 2007 Join Date
    3Posts

    [Help]LucianoAibar 1.00.16 age requirement error

    Hello, I'm not sure if I'm doing something wrong but I'm getting this error when I'm logging in to the server. I'm not using MD5.



    For those of you that don't understand Spanish it says "Only players over 15 years old are aloud to enter the server".

    Thanks in advance and I hope someone can help me with this.


  2. #2
    Grand Master bramdebouvere is offline
    Grand MasterRank
    Aug 2006 Join Date
    BelgiumLocation
    2,403Posts

    Re: [Help]LucianoAibar 1.00.16 age requirement error

    You need to have a valid personal number... use 9999999 to be sure

  3. #3
    Member edgc is offline
    MemberRank
    Dec 2006 Join Date
    33Posts

    Re: [Help]LucianoAibar 1.00.16 age requirement error

    put a job on sql manager... that edit all epransal number to 999999 each 5 mins so the new

  4. #4
    Grand Master bramdebouvere is offline
    Grand MasterRank
    Aug 2006 Join Date
    BelgiumLocation
    2,403Posts

    Re: [Help]LucianoAibar 1.00.16 age requirement error

    indeed, good idea. Or just put it in your website so that every new member gets number 9999999

  5. #5
    Grand Master LoveGod is offline
    Grand MasterRank
    Jul 2007 Join Date
    www.MuzicMU.comLocation
    541Posts

    Re: [Help]LucianoAibar 1.00.16 age requirement error

    even "1" is enough

  6. #6
    Grand Master bramdebouvere is offline
    Grand MasterRank
    Aug 2006 Join Date
    BelgiumLocation
    2,403Posts

    Re: [Help]LucianoAibar 1.00.16 age requirement error

    some server files have problems with just "1" because on your database it isn't stored as "1" but as "1 " , with some spaces .
    "1" might work. I won't say it doesn't , i didn't test it on luciano's files.

  7. #7
    Newbie gigadeez88 is offline
    MemberRank
    Oct 2007 Join Date
    3Posts

    Re: [Help]LucianoAibar 1.00.16 age requirement error

    Thanks for your suggestions, I was able to fix the error by running this job:

    Code:
    Use MuOnline;
    UPDATE dbo.MEMB_INFO SET sno__numb = '1111111111111'
    WHERE sno__numb != '1111111111111'
    I set to run every 3 minutes. I know this is not the best way of fixing this. So if there is a better way, please let me know.

    Thanks.



Advertisement