Only players and GM Level 99 can access the server

Yoh Asakura

New member
Messages
261
Points
0
Emulator
Hi,

Today I realised that only GM level 99 and players level 0 can log in the server. GM level 60, 70, 80 and so on can't log in. They can only get till the char selection. Why is that?

 
Any errors that appear in map/char/login server logs?

 
Can't see since I only have SSH connection and to see the logs I would have to turn down the server and turn it on again.

 
Uhoh. Never do that. Logs are important to figuring out some things, like if you have a failed script somewhere, or any other errors that might come up with, like this one. In the future either use screen, reroute output into a file/use tee, or any combination of those. (If you'll be using output into file, I'd advice you to use 2>&1 so errors would end up inside log file as well).

As a wild guess, you might've configured groups.conf wrong, so server is kicking out players that he can't find the group for.

 
Last edited by a moderator:
Solved.

The group_id level 70..80..etc does not exist, I had to create it in groups.conf

 
Back
Top