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!

[Release] Debug Console Access Denied

Joined
Jun 10, 2012
Messages
556
Reaction score
131
Hello guys have you ever had cheaters in your server?

-Sending items
-Level up
-Gold
-GM Items
-And others

Okay now I will show you how to fix this tricky thing :)

First open/winscp,bitvise or any sftp program, and go to "gamed" folder and open "ptemplate.conf" at the first line you will see

Code:
debug_command_mode = 1
change it to

Code:
#debug_command_mode = 0
dont forget "#" or your server may crash!
When you are done save it and upload it to "gamed" folder and start the server!
Voila now normal players dont have access to commands like level up item sending or whatever :)

Credits: me and my ! :)
 
Last edited:
Skilled Illusionist
Joined
Feb 4, 2012
Messages
353
Reaction score
202
Setting it to 0 disables the function.

# silences the line on the script, making it invisible to any software reading it.
 
Joined
Jul 26, 2011
Messages
2,030
Reaction score
396
double post, but for a good reason

This is my jd ptemplate.conf general section:
Code:
[GENERAL]
debug_command_mode = 1
logic_level_limit = 150
no_output = 1
allow_login_class_mask = 4611686018427387903
#exp_bonus = 0
#sp_bonus = 0
#money_bonus = 0
#ÈËÀàսʿ
allow_login_class_mask1=4611686018427387903
logic_reborn_level_limit=160

as you can see "no_output" is set to 1, and even with debug active I cannot send debug commands and make them work. when set to 0 it does, however.

(this is just a little vm box on my actual PC though, so no one can/does get on it)
 
Last edited:
Joined
Jun 10, 2012
Messages
556
Reaction score
131
double post, but for a good reason

This is my jd ptemplate.conf general section:
Code:
[GENERAL]
debug_command_mode = 1
logic_level_limit = 150
no_output = 1
allow_login_class_mask = 4611686018427387903
#exp_bonus = 0
#sp_bonus = 0
#money_bonus = 0
#ÈËÀàսʿ
allow_login_class_mask1=4611686018427387903
logic_reborn_level_limit=160

as you can see "no_output" is set to 1, and even with debug active I cannot send debug commands and make them work. when set to 0 it does, however.

(this is just a little vm box on my actual PC though, so no one can/does get on it)

Well, I have exactly the same options, but I still can use the debug console.
debug_command_mode = 1 if I change 1 to 0 nobody can use it :D
 
Back
Top