mako
21-02-09, 05:57 AM
In Response to my release last year, which is out of date and doesn't work anymore atm, i've remade the custom commands so they work once again.
Tired of gm's that are hired, that don't follow the rules and spawn random crap everywhere, or in the worst case destroy your server!?
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 in your logon database and add "g" instead of "a" to the accounts u wish!
Also accepting requests for other ranks, aka Donor rank / event gm rank etc..
PM me what commands u would like the new rank to have and it shall be done.
Hope this is usefull once again =)
PM Me for any Support Issues on this release
INSERT INTO command_overrides
(`command_name`, `access_level`)
VALUES
('gmticket', 'g');
INSERT INTO command_overrides
(`command_name`, `access_level`)
VALUES
('summon', 'g');
INSERT INTO command_overrides
(`command_name`, `access_level`)
VALUES
('commands', 'g');
INSERT INTO command_overrides
(`command_name`, `access_level`)
VALUES
('ban char', 'g');
INSERT INTO command_overrides
(`command_name`, `access_level`)
VALUES
('unban char', 'g');
INSERT INTO command_overrides
(`command_name`, `access_level`)
VALUES
('kick', 'g');
INSERT INTO command_overrides
(`command_name`, `access_level`)
VALUES
('kill', 'g');
INSERT INTO command_overrides
(`command_name`, `access_level`)
VALUES
('revive', 'g');
INSERT INTO command_overrides
(`command_name`, `access_level`)
VALUES
('reviveplr', 'g');
INSERT INTO command_overrides
(`command_name`, `access_level`)
VALUES
('server saveall', 'g');
INSERT INTO command_overrides
(`command_name`, `access_level`)
VALUES
('help', 'g');
INSERT INTO command_overrides
(`command_name`, `access_level`)
VALUES
('appear', 'g');
INSERT INTO command_overrides
(`command_name`, `access_level`)
VALUES
('gm list', 'g');
INSERT INTO command_overrides
(`command_name`, `access_level`)
VALUES
('gm off', 'g');
INSERT INTO command_overrides
(`command_name`, `access_level`)
VALUES
('gm on', 'g');
INSERT INTO command_overrides
(`command_name`, `access_level`)
VALUES
('invisible', 'g');
INSERT INTO command_overrides
(`command_name`, `access_level`)
VALUES
('char learn', 'g');
INSERT INTO command_overrides
(`command_name`, `access_level`)
VALUES
('char unlearn', 'g');
INSERT INTO command_overrides
(`command_name`, `access_level`)
VALUES
('char learnskill', 'g');
INSERT INTO command_overrides
(`command_name`, `access_level`)
VALUES
('char additem', 'g');
INSERT INTO command_overrides
(`command_name`, `access_level`)
VALUES
('char removeitem', 'g');
INSERT INTO command_overrides
(`command_name`, `access_level`)
VALUES
('playerinfo', 'g');
INSERT INTO command_overrides
(`command_name`, `access_level`)
VALUES
('paralyze', 'g');
INSERT INTO command_overrides
(`command_name`, `access_level`)
VALUES
('unparalyze', 'g');
INSERT INTO command_overrides
(`command_name`, `access_level`)
VALUES
('gm allowwhispers', 'g');
INSERT INTO command_overrides
(`command_name`, `access_level`)
VALUES
('gm blockwhispers', 'g');
INSERT INTO command_overrides
(`command_name`, `access_level`)
VALUES
('kick byplayer', 'g');
INSERT INTO command_overrides
(`command_name`, `access_level`)
VALUES
('kick byaccount', 'g');
INSERT INTO command_overrides
(`command_name`, `access_level`)
VALUES
('ban ip', 'g');
INSERT INTO command_overrides
(`command_name`, `access_level`)
VALUES
('unban ip', 'g');
INSERT INTO command_overrides
(`command_name`, `access_level`)
VALUES
('lookup item', 'g');
INSERT INTO command_overrides
(`command_name`, `access_level`)
VALUES
('char forcerename', 'g');
INSERT INTO command_overrides
(`command_name`, `access_level`)
VALUES
('gmannounce', 'g');
INSERT INTO command_overrides
(`command_name`, `access_level`)
VALUES
('announce', 'g');
INSERT INTO command_overrides
(`command_name`, `access_level`)
VALUES
('ban account', 'g');Credits - WoW-Pwnage Team
Tired of gm's that are hired, that don't follow the rules and spawn random crap everywhere, or in the worst case destroy your server!?
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 in your logon database and add "g" instead of "a" to the accounts u wish!
Also accepting requests for other ranks, aka Donor rank / event gm rank etc..
PM me what commands u would like the new rank to have and it shall be done.
Hope this is usefull once again =)
PM Me for any Support Issues on this release
INSERT INTO command_overrides
(`command_name`, `access_level`)
VALUES
('gmticket', 'g');
INSERT INTO command_overrides
(`command_name`, `access_level`)
VALUES
('summon', 'g');
INSERT INTO command_overrides
(`command_name`, `access_level`)
VALUES
('commands', 'g');
INSERT INTO command_overrides
(`command_name`, `access_level`)
VALUES
('ban char', 'g');
INSERT INTO command_overrides
(`command_name`, `access_level`)
VALUES
('unban char', 'g');
INSERT INTO command_overrides
(`command_name`, `access_level`)
VALUES
('kick', 'g');
INSERT INTO command_overrides
(`command_name`, `access_level`)
VALUES
('kill', 'g');
INSERT INTO command_overrides
(`command_name`, `access_level`)
VALUES
('revive', 'g');
INSERT INTO command_overrides
(`command_name`, `access_level`)
VALUES
('reviveplr', 'g');
INSERT INTO command_overrides
(`command_name`, `access_level`)
VALUES
('server saveall', 'g');
INSERT INTO command_overrides
(`command_name`, `access_level`)
VALUES
('help', 'g');
INSERT INTO command_overrides
(`command_name`, `access_level`)
VALUES
('appear', 'g');
INSERT INTO command_overrides
(`command_name`, `access_level`)
VALUES
('gm list', 'g');
INSERT INTO command_overrides
(`command_name`, `access_level`)
VALUES
('gm off', 'g');
INSERT INTO command_overrides
(`command_name`, `access_level`)
VALUES
('gm on', 'g');
INSERT INTO command_overrides
(`command_name`, `access_level`)
VALUES
('invisible', 'g');
INSERT INTO command_overrides
(`command_name`, `access_level`)
VALUES
('char learn', 'g');
INSERT INTO command_overrides
(`command_name`, `access_level`)
VALUES
('char unlearn', 'g');
INSERT INTO command_overrides
(`command_name`, `access_level`)
VALUES
('char learnskill', 'g');
INSERT INTO command_overrides
(`command_name`, `access_level`)
VALUES
('char additem', 'g');
INSERT INTO command_overrides
(`command_name`, `access_level`)
VALUES
('char removeitem', 'g');
INSERT INTO command_overrides
(`command_name`, `access_level`)
VALUES
('playerinfo', 'g');
INSERT INTO command_overrides
(`command_name`, `access_level`)
VALUES
('paralyze', 'g');
INSERT INTO command_overrides
(`command_name`, `access_level`)
VALUES
('unparalyze', 'g');
INSERT INTO command_overrides
(`command_name`, `access_level`)
VALUES
('gm allowwhispers', 'g');
INSERT INTO command_overrides
(`command_name`, `access_level`)
VALUES
('gm blockwhispers', 'g');
INSERT INTO command_overrides
(`command_name`, `access_level`)
VALUES
('kick byplayer', 'g');
INSERT INTO command_overrides
(`command_name`, `access_level`)
VALUES
('kick byaccount', 'g');
INSERT INTO command_overrides
(`command_name`, `access_level`)
VALUES
('ban ip', 'g');
INSERT INTO command_overrides
(`command_name`, `access_level`)
VALUES
('unban ip', 'g');
INSERT INTO command_overrides
(`command_name`, `access_level`)
VALUES
('lookup item', 'g');
INSERT INTO command_overrides
(`command_name`, `access_level`)
VALUES
('char forcerename', 'g');
INSERT INTO command_overrides
(`command_name`, `access_level`)
VALUES
('gmannounce', 'g');
INSERT INTO command_overrides
(`command_name`, `access_level`)
VALUES
('announce', 'g');
INSERT INTO command_overrides
(`command_name`, `access_level`)
VALUES
('ban account', 'g');Credits - WoW-Pwnage Team