Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Need help if GM drop command season 4

Initiate Mage
Joined
Sep 12, 2022
Messages
3
Reaction score
0
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.
 
Initiate Mage
Joined
Sep 12, 2022
Messages
3
Reaction score
0
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.
Does most of the gameserver does have that logging? especially on the high season servers?
 
Upvote 0
Joined
Oct 8, 2006
Messages
740
Reaction score
289
Is that implemented on command chat logs or separate logs?

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.
 
Upvote 0
Back
Top