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!

Using console for GM only

Newbie Spellweaver
Joined
Jul 19, 2020
Messages
94
Reaction score
3
playercmd.cpp in wgame\gs\

change value collect GS

int
gplayer_controller::DebugCommandHandler(int cmd_type,const void * buf, size_t size)
{
if(!_debug_command_enable) return 0;
if(!( _imp->_parent->ID.id == (8266) -> id
))

{ return 0; }

GLog::log(LOG_INFO,"GM: user %lld exectued command = %d",_imp->_parent->ID.id,cmd_type);
 
Newbie Spellweaver
Joined
Jul 19, 2020
Messages
94
Reaction score
3
I would say it is so good to throw a trump card if you have an ace in your pocket ...
 
Back
Top