- Joined
- Jul 20, 2008
- Messages
- 219
- Reaction score
- 0
This is noob friendly, using navicat.
First off conect to your DB.
Second open up your world.
Third go to command overrides.
Command Overrides open
Fourth name the custom rank.
In this example i will use donor.
Fifth pick the permissions it will have.
I used V, which gives them .sum .ap .world port
Each custom rank can have 3 permissions
SQL To make it
INSERT INTO `command_overrides` (`command_name`,`access_level`) VALUES ('VIP','v,')
VIP is name v is the permission
To make more them one permission do
v, t, b
always use commas.
Code:
Banstick Commands
Chat Control [c]
Debug Commands [d]
Battlegrounds Commands [e]
Extended Debug Commands? [f]
GM Ticket Commands [g]
Invincibility Command [j]
Invisibility Command
Guild Commands [l]
Modify commands [m]
Modify commands [m]
Cheat Commands [m]
Honor Modification Commands [m]
Pet Commands [m]
NPC Commands [n]
GameObject Commands [o]
Information Commands [p]
Teleport (Recall)Commands [q]
Life and Death Commands [r]
Save Commands
GM Tag Commands [t]
Universal Commands
Extended Teleport Commands [v]
Waypoint Commands [w]
Admin Commands [z]
EDIT: If you want me to make more tutorials, post suggestions on what you want to know.
Links to my other tutorial(s)
I didn't make this I felt like sharing this with you it was made by Cele of Ac-Web.
First off conect to your DB.
Second open up your world.
![UlquoirraCifer - ]Tut]Custom GM Ranks - RaGEZONE Forums UlquoirraCifer - ]Tut]Custom GM Ranks - RaGEZONE Forums](http://i273.photobucket.com/albums/jj233/frkcoaster6/openworld-1.jpg)
Third go to command overrides.
![UlquoirraCifer - ]Tut]Custom GM Ranks - RaGEZONE Forums UlquoirraCifer - ]Tut]Custom GM Ranks - RaGEZONE Forums](http://i273.photobucket.com/albums/jj233/frkcoaster6/cmdoverride-1.jpg)
Command Overrides open
![UlquoirraCifer - ]Tut]Custom GM Ranks - RaGEZONE Forums UlquoirraCifer - ]Tut]Custom GM Ranks - RaGEZONE Forums](http://i273.photobucket.com/albums/jj233/frkcoaster6/cmdoverrideopen.jpg)
Fourth name the custom rank.
In this example i will use donor.
![UlquoirraCifer - ]Tut]Custom GM Ranks - RaGEZONE Forums UlquoirraCifer - ]Tut]Custom GM Ranks - RaGEZONE Forums](http://i273.photobucket.com/albums/jj233/frkcoaster6/cmdoverridewithname.jpg)
Fifth pick the permissions it will have.
![UlquoirraCifer - ]Tut]Custom GM Ranks - RaGEZONE Forums UlquoirraCifer - ]Tut]Custom GM Ranks - RaGEZONE Forums](http://i273.photobucket.com/albums/jj233/frkcoaster6/cmdoverridewithrank.jpg)
I used V, which gives them .sum .ap .world port
Each custom rank can have 3 permissions
SQL To make it
INSERT INTO `command_overrides` (`command_name`,`access_level`) VALUES ('VIP','v,')
VIP is name v is the permission
To make more them one permission do
v, t, b
always use commas.
Code:
Banstick Commands
Chat Control [c]
Debug Commands [d]
Battlegrounds Commands [e]
Extended Debug Commands? [f]
GM Ticket Commands [g]
Invincibility Command [j]
Invisibility Command
Guild Commands [l]
Modify commands [m]
Modify commands [m]
Cheat Commands [m]
Honor Modification Commands [m]
Pet Commands [m]
NPC Commands [n]
GameObject Commands [o]
Information Commands [p]
Teleport (Recall)Commands [q]
Life and Death Commands [r]
Save Commands
GM Tag Commands [t]
Universal Commands
Extended Teleport Commands [v]
Waypoint Commands [w]
Admin Commands [z]
EDIT: If you want me to make more tutorials, post suggestions on what you want to know.
Links to my other tutorial(s)
To view the content, you need to sign in or register
I didn't make this I felt like sharing this with you it was made by Cele of Ac-Web.