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 Commands

Newbie Spellweaver
Joined
Jul 22, 2006
Messages
84
Reaction score
12
This is a list of commands of GM.If you understand C++ code , you can view in this file :
..\..\Cheat\CheatHandler.cpp
of ZoneServer

If you want to use it , you must setup your account grade and security.You can setup it by using stored procedure : dbo.usp_Tool_AccountLevelEdit inside of database DragonaAccount.It's similar with excuted procedure for register new account in DNC's video.

Parameters :

@AccountObjectId : this is ObjectId when you excuted select query in table tbl_Account.

@Security : this is your grade level.

Code:
PLAYER			= 0,		
PROMOTION		= 1,		
DEVELOPER		= 2,		
GAMEMASTER		= 3,		
ADMINISTRATOR	= 4,

You can use almost gm commands with DEVELOPER , btw GAMEMASTER will make you become invisible with everyone ( include monster , you can hit them but they still alive :sleep: ).

I will choose DEVELOPER grade , 2 is my security.

@SubSecurity : some command of gm commands require diferrent subsecurity.But SubSecurity 3 can use commands of SubSecurity 2 and 1.

Code:
GRADE_1 = 0,
GRADE_2 = 1,
GRADE_3 = 2,
GRADE_4 = 3,

I will choose 3 then i can use almost command of gm commands :D:.

Then click OK to excute procedure.After its excuted , i will login into game.

Now you can use GM Commands.You must use ~ before your commands.If you want your zone server excute your commands , you must learn how to use these commands.

One command will have ~ then maincommand subcommand paramaters.Example in bottom of this post.

~? will list all of commands of your grade.Below is the list of main commands.

Code:
sysinfo
modify
set
item
user
quest
info
gmtool
mon
indun
festival
powerarena
deatharena
castle
guild

Then now is sub-commands.

sysinfo

Code:
?
fps

modify

Code:
?
pcinit
level
money
cash
exp
score
skillpoint
skillinit
hp
mp
core
strengthen
speed
rest
allskill
copy
rate
extendbag
cri
def
element
resist
honor
bufftime
amastery
dmastery
item
post

set

Code:
?
prob
nonscan
diehard
diesoft
oneshot
visible
infinitycore
infinitymp
maxdam
mindam
die
clear
cool
peace
revive
extract
arena
addarenapoint
invasion
qdrop
lock

item

Code:
?
addinven
drop
dropcore
dropqdrop
recipe
sweep
sell
take

use

Code:
?
kick
player
call

quest

Code:
?
take
clear
init
complete
resetdaily
resetguilddaily

info

Code:
?
pos
char
npc
npccount

gmtool

Code:
?
setstatus
volumelist
createvolume
deletevolume
summon
dropitem

mon

Code:
?
call
smite
strong
stop
hp
mp

indun

Code:
?
revelation

festival

Code:
?
start
red
blue
count
team
timeinit
teamcount


powerarena

Code:
?
start
count

deatharena

Code:
?
start
count

castle
Code:
?
war
master
tax
now
money

guild

Code:
?
war
level
exp
master


EXAMPLE TO ADD ITEMS TO INVENTORY :

Code:
~item addinven 120211008

Have fun!!!
 
Newbie Spellweaver
Joined
Nov 7, 2009
Messages
19
Reaction score
5
addiven dont work.

All others work perfect !

In the image, i used powerarena start, logged two account, in PC server started.
A PC with extended monitor


AloneAngel - GM Commands - RaGEZONE Forums
 
Last edited:
Initiate Mage
Joined
Dec 20, 2014
Messages
1
Reaction score
0
LOL at that picture.. That was an old Guild on Terra V1.
And I was pretty sure.. but now testing it.. Idk anymore..Guess not..
What are you trying to do?
 
Initiate Mage
Joined
Jan 16, 2019
Messages
3
Reaction score
0
[QUOTE = sleepyash; 8922109] onde posso obter o código do item para o addinven? [/ QUOTE]

u have archive DB backups?
 
Initiate Mage
Joined
Apr 3, 2024
Messages
4
Reaction score
0
Anyone knows how to Use the GMTool/Use/mon commands? Also Anyone have some lists of the monsters/mobs codes?
 
Back
Top