Need help if GM drop command season 4

Results 1 to 7 of 7
  1. #1
    Novice superbeast is offline
    MemberRank
    Sep 2022 Join Date
    3Posts

    Need help if GM drop command season 4

    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.


  2. #2
    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.

  3. #3
    C++ Developer zipper20032 is offline
    MemberRank
    Oct 2006 Join Date
    0x198837ADLocation
    663Posts
    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.

  4. #4
    Novice superbeast is offline
    MemberRank
    Sep 2022 Join Date
    3Posts
    Quote Originally Posted by zipper20032 View Post
    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?

  5. #5
    C++ Developer zipper20032 is offline
    MemberRank
    Oct 2006 Join Date
    0x198837ADLocation
    663Posts
    Probably yes, but it's up to the developers of these server files, so it can exist or not.

  6. #6
    Novice superbeast is offline
    MemberRank
    Sep 2022 Join Date
    3Posts
    Quote Originally Posted by zipper20032 View Post
    Probably yes, but it's up to the developers of these server files, so it can exist or not.
    Is that implemented on command chat logs or separate logs?

  7. #7
    C++ Developer zipper20032 is offline
    MemberRank
    Oct 2006 Join Date
    0x198837ADLocation
    663Posts
    Quote Originally Posted by superbeast View Post
    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.



Advertisement