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!

[Tutorial] GM Commands

Status
Not open for further replies.
Custom Title Activated
Loyal Member
Joined
Aug 23, 2010
Messages
1,544
Reaction score
422
First make yourself GM, go to Mysql select warrock database (montana)

Ranks in the table users,
Code:
Rank 0 = Banned
Rank 1 = Normal User
Rank 2 = Donator User
Rank 3/4 = Moderator 
Rank 5/6 = GM

You can use as prefix: / or . or -
Code:
/setlevel name level
/kick nick = Kick the user from the server/kickall = Kick all Users
/mute nick = mutes a Player
/unmute nick = unmutes aplayer
/hwban nick = Ban he's hardware id (mac address)
/giveitem nick code days = Give an item to the user with xx days, relogin is needed in old files
/givecoupon nick amount = Give coupons of xx amount
/givecash nick amount = Give cash of xx amount
/givecostume nick code days = Give an costume to the user with xx days, relogin is needed in old files
/rdis roomnumber = closes the room (if don't work than are very Ducking old files, and exist only /clean for close the actual room where the user is)
/ban nick hours
/gmmode = If is enabled users cant see you in userlist and cant send you whispers message
/endgame = end the actual game
/notice = Sends a Serverwide Message
/reload = Reloads Server Data (Items)
/changepassword = old password / new password

Clan Commands;
Code:
/clancmd = You can see all clan commands
/createclan <clanname> = Create your clan
/disbandclan
/leaveclan
/kickfromclan <nickname>
/invite <nickname>
/accept or /decline
/upgrade (costs 10.000 cash)
/changeclanname <newclanname> (costs 5.000 cash)
/myclan = You can see your all clan info
/setclanrank <nickname> <clanrank> <member, operator, lieutenant>

Info for source server files; All comands are stored in virtualuser.cs file at bool isCommand

Thanks for GM commands Toxiic
 
Last edited:
Newbie Spellweaver
Joined
Mar 21, 2010
Messages
46
Reaction score
0
Yea i found it right before you said it lol.

By the way, you forgot a command. I found it while typing random commands in game lol:

/setlevel name level
 
Status
Not open for further replies.
Back
Top