[Help]LucianoAibar 1.00.16 age requirement error

Status
Not open for further replies.
Joined
Oct 13, 2007
Messages
2
Reaction score
0
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.

gigadeez88 - [Help]LucianoAibar 1.00.16 age requirement error - RaGEZONE Forums


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.
 
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.
 
Upvote 0
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.
 
Upvote 0
Status
Not open for further replies.
Back