Likes: 0
Results 1 to 5 of 5
Thread: [Guide] Custom GM Level Commands
-
12-01-09, 03:19 AM #1
[Guide] Custom GM Level Commands
Register to remove this adTired of gm's that are hired, that don't follow the rules and spawn random crap everywhere!?
I AM...
Here's a custom rank u can assign to new gm's so that u won't find random spawned npc's or objects without knowing it yourself!
It only contains commands a GM really needs to assist players.
Execute this query, into your logon database's "Command_overrides" table
And then go to the accounts table and add "gm" instead of "a" to the accounts you wish!
Code:INSERT INTO command_overrides (`command_name`, `access_level`) VALUES ('char learnskill', 'gm'); INSERT INTO command_overrides (`command_name`, `access_level`) VALUES ('char additem', 'gm'); INSERT INTO command_overrides (`command_name`, `access_level`) VALUES ('char removeitem', 'gm'); INSERT INTO command_overrides (`command_name`, `access_level`) VALUES ('playerinfo', 'gm'); INSERT INTO command_overrides (`command_name`, `access_level`) VALUES ('paralyze', 'gm'); INSERT INTO command_overrides (`command_name`, `access_level`) VALUES ('unparalyze', 'gm'); INSERT INTO command_overrides (`command_name`, `access_level`) VALUES ('gm allowwhispers', 'gm'); INSERT INTO command_overrides (`command_name`, `access_level`) VALUES ('gm blockwhispers', 'gm'); INSERT INTO command_overrides (`command_name`, `access_level`) VALUES ('kick byplayer', 'gm'); INSERT INTO command_overrides (`command_name`, `access_level`) VALUES ('kick byaccount', 'gm'); INSERT INTO command_overrides (`command_name`, `access_level`) VALUES ('ban ip', 'gm'); INSERT INTO command_overrides (`command_name`, `access_level`) VALUES ('unban ip', 'gm'); INSERT INTO command_overrides (`command_name`, `access_level`) VALUES ('lookup item', 'gm'); INSERT INTO command_overrides (`command_name`, `access_level`) VALUES ('char forcerename', 'gm'); INSERT INTO command_overrides (`command_name`, `access_level`) VALUES ('gmannounce', 'gm'); INSERT INTO command_overrides (`command_name`, `access_level`) VALUES ('announce', 'gm'); INSERT INTO command_overrides (`command_name`, `access_level`) VALUES ('ban account', 'gm');
In short, just type the accounts permissions "gm" for those you wish to make GM and they will only have these limited commands!
Credits to METALIVO from Ac-Web.
› See More: [Guide] Custom GM Level Commands
-
22-01-09, 06:45 PM #2
Saves time alot for who don't bother doing this ;P Ty for sharing.
-
24-01-09, 04:49 PM #3
Really nice, finaly GM's won't crash the server thanks.
Metal are supreme.
-
08-02-09, 01:22 AM #4
Thanks again. This is working good so far.
-
08-02-09, 06:46 AM #5
Register to remove this adThanks alot^^ Just what i needed!
The MMOPRO staff.
Need help? Request? You can use my Contact form to contact me with questions,requests and etc...