Re: [Request] MPT GM Commands
All the commands are in the servers exe.
Open the server exe in a hex editor and browse down to offset 002088A0.
All the commands have a '/' in front of them, the commands end at offset 00209110.
Re: [Request] MPT GM Commands
Quote:
Originally Posted by
SunnyZ
All the commands are in the servers exe.
Sorry to correct you, but sometimes appearances are deceptive.
Some of the GM commands are in the server, and some are in the client. All the GM commands which the server would support, if it where started in client mode are present in the server. But when a different executable is used as the client from that which is used as the server (and though most of our modified servers no longer function properly as a client, the original did) then the commands the client supports may well be different, or simply have a different verb (command word or, what my English teacher called a "doing" word) to those in the server executable.
Clear as mud? ;)
Re: [Request] MPT GM Commands
Oh, you are right bob!
Lots more commands in the client. You learn a new thing every day.
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
I haven't test most of these, just copied them from the server and client.
You can have fun messing around seeing what works, what doesn't work and what some of them do.
Re: [Request] MPT GM Commands
Yea, those are translated into German, but I've seen pServers make them into nonsense code-words or even null or untypable strings to block them.
The bytes in the actual client are the ones which count, unless the command is executed server side. Which work client side and which work server side are a good indication of what cheaters can make a cheat client do, regardless of what commands you disable. (coz their cheats will either re-enable it or re-implement it in their own injected code... possibly much more powerful versions of these commands too, stuff which only the server can do is much harder to exploit)