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!

GM Logs

Initiate Mage
Joined
Apr 4, 2013
Messages
4
Reaction score
0
Hi!
I searched a lot on the internet and also in the forum itself, however I did not find anything about it.
I would like to know how to do or where is stored the logs of the commands used by GMs /1, /2 etc..
Ex: /field 3
/kick player
/call player ...

please help me.

sorry for my english =/
 
Junior Spellweaver
Joined
Aug 22, 2013
Messages
105
Reaction score
9
I Think this will Help you, But Take Note Some Servers are not the same..

Take a Look at this Link: http://forum.ragezone.com/f286/gm-command-217808/

and below are MPT Commands Link: http://forum.ragezone.com/f286/mpt-gm-commands-912214/

MPT Command List:
Code:
/zeig - Show yourself
/hude - Hide yourself (invisible to monsters and players)
/get_gold - gives you amount typed in
/call - brings a player to you (/call Admin, would bring the char named admin to you)
/near - brings you to a player (/near Admin, would bring you to the char named admin)
/open_warehouse - opens warehouse. type in a login name after that to open  someone elses warehouse
/kill - kills a char that you type in
/kick - kicks a char that you type from the server
/get_bosstime - Displays boss time
/sod_enter - Enters you into sod
/field - warps you to selected field
/mob - spawns a monster, add numbers after the name to spawn multiple monsters. use "" to spawn monsters with a space in the name (/mob "Head Cutter" 19) will spawn 20 head cutters
/mymonster - Spawns a monster that fights for you, same as above.
/@get - spawns an item on the floor
/show_blackuser
/reset_blackuser
/free_blackuser
/startcastle
/set_castle_tax
/reset_fountain_time
/get_fountain_info
/get_castle_info
/set_castle_master
/set_castle_time
/einfachcastle ??? simple castle
/schliessbc ??? close castle
/buffnull ??? Remove buff?
/ResetShortKey
/ResetForce
/ResetActiveQuest
/InitializeRankUp
/RankUp
/GiveMeGiftItem
/ResetStatPoints
/ResetSkillPoints
/LevelUp - levels your character up. ie /LevelUp 129 will make your character level 129
/SkipLevelQuest
/RankUpTier3
/RankUpTier4
/BeginnerQuest
/Skip100Quest
/LoseItem!
/Ohohohohohohohoh
 
Upvote 0
Initiate Mage
Joined
Apr 4, 2013
Messages
4
Reaction score
0
thanks for replying

Not my friend, you do not understand me.
I have the commands, however I would like to know where or how do I store LOGS when some GM uses these commands.
same as the historic trade items, understand?

thx
 
Upvote 0
Skilled Illusionist
Joined
Apr 20, 2009
Messages
351
Reaction score
212
You are looking for files starting with (Admin) . For instance (Admin)4-14.log.
If I'm not mistaken they are located in the LogAdmin folder.

Here's an example of what you can find inside
Code:
2:48:12 - ID( gregoo2 ) Name( Gregoo ) IP( 10.0.0.105 ) AdminLv( 4 )> /open_warehouse
2:54:23 - ID( gregoo2 ) Name( Gregoo ) IP( 10.0.0.105 ) AdminLv( 4 )> /@put Gregoo "Shield of Justice"
 
Upvote 0
Junior Spellweaver
Joined
Aug 22, 2013
Messages
105
Reaction score
9
ohh! my bad, i think you can find it in your Root Server/LogAdmin
 
Upvote 0
Initiate Mage
Joined
Apr 4, 2013
Messages
4
Reaction score
0
These files are only recording the GM commands /3 (/@get and /@put)
is there anything I can change in hotuk.ini server to record all commands?
 
Upvote 0
Initiate Mage
Joined
Apr 4, 2013
Messages
4
Reaction score
0
Look, this is my file (Admin)11.9.log

Code:
16:55:18 - ID( admin ) Name( Admin ) IP( 25.191.109.179 ) AdminLv( 4 )> /@get wp110
16:55:24 - ID( admin ) Name( Admin ) IP( 25.191.109.179 ) AdminLv( 4 )> /@get wp101
16:55:47 - ID( admin ) Name( Admin ) IP( 25.191.109.179 ) AdminLv( 4 )> /@get wp120
16:58:54 - ID( admin ) Name( Admin ) IP( 25.191.109.179 ) AdminLv( 4 )> /@put Admin da120

however I used various commands and was recorded only the /3 commands.

any tips please?
 
Last edited by a moderator:
Upvote 0
Custom Title Activated
Loyal Member
Joined
May 26, 2007
Messages
5,545
Reaction score
1,315
There are levels of logging between "yes" and "no". Logging is performed, almost entirely, by SQL.dll. Not all the commands available in the client are commands. Many low level functions are implemented like built in cheats (teleport, and so on) and though they show up as warnings in the general logs, they aren't listed as commands, because the command is never sent to the server. It's just an irregular client update. ;)
 
Upvote 0
Back
Top