I have already seen that this command works, but with me it doesnt. When I try to execute it, it does nothing.
I am playing in my 1.4.5 server. Some1 know how to make it work?
Printable View
I have already seen that this command works, but with me it doesnt. When I try to execute it, it does nothing.
I am playing in my 1.4.5 server. Some1 know how to make it work?
you need the server to be in debug mode
You mean that line in ptemplante.conf "debug_command_mode=active"?
In my ptemplante.conf, it is this way #debug_command_mode =1
#debug_command_mode =0
I have to put 1 or active? I was thinking that line was just to show the console. I'll give a try. Thank you a lot.
EDIT: I put both, 1 and active, and the code still not working. I """""""""think"""""""""""" I am doing something wrong.
EDIT 2: I was really making something wrong. I forgot to take off the # in front the line. Now the code worked :D Thank you again!
#debug_command_mode =0
change to
debug_command_mode = active
without "#"
I *REALLY* hope you're not running a "production environment" server if you're going to activate "debug mode"
BTW, WTF is this d_c2scmd for any-damn-ways?
:lol::lol:
You would not want to run debug on a public server , but im sure you would be a popular server :lol:Code:GM Commands Action Notes
d_c2scmd 2000 1 Gain Level
d_c2scmd 1988 Gain 15,000,000 coins
d_c2scmd 2016 64 Expand inventory slots
d_c2scmd 1989 # Set Spiritual Cultivation #: 1-8 Pre-cultivation/fairy, 30-32 Demon, 20-22 Sage
d_c2scmd 2001 2140 Gain Vigor Required for Spiritual Cultivation
d_c2scmd 2001 (ID) Gain Item for 5 minutes
d_c2scmd 10800 (ID) Spawn item on ground
d_c2scmd 10807 (ID) Spawn item in bag Not sure if this works in PWI. Must test.
d_c2scmd 10800 12966 10 Inventory Extension Stone
d_c2scmd 10800 12766 10 Safe Extension Stone
d_c2scmd 10802 (ID) (amount) 0 0 Spawn monster (find ID in ElementLocalize)
d_getservertime See server date / time
d_c2scmd 10803 66 Fly
d_c2scmd 5003 Level pet
No, I am not doing it in a public server. I made a server only to me :P And I wanted to play with codes just to feel like a boss (or newbie).
Anyway, thank you again.