To all admin and mu server owners,
I need help if there is a GM /drop logs on the server of MU online season 4 and higher.
To all admin and mu server owners,
I need help if there is a GM /drop logs on the server of MU online season 4 and higher.
it depends which exact files u have, most usually command log for example, but might not show everything specific, so u must check manually and understand,compare better.
Only if your gameserver is logging the GM drop command. Otherwise, you would need the GameServer source code to add the log when that command is used.
Probably yes, but it's up to the developers of these server files, so it can exist or not.
Check the GameServer logs first then check the GameServer window logs.
If the logs for that command are not existing or are not implemented then you won't see them in any file.
The logs should be in the same file as other logs because the LogAdd function generally used in most of the GameServers are writing into the log a single file.
There could be more logging files but check every file just to make sure.
If you have the current GameServer's source code you can add the logs when that specific command is used, otherwise there's nothing to do.