PDA

View Full Version : [Release] Revised GM Commands - By Metalivo (WoW-Pwnage Team)



mako
21-02-09, 04: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

Avidgamer
21-02-09, 07:19 AM
Thanks for posting. I would rep you, but I can't as I just did on another thread.

simontheking
21-02-09, 10:36 AM
Awesome! Goob Job!

enegue
23-02-09, 04:07 AM
Dude, I already posted this already. So.. No rep for you

http://www.mmopro.net/forums/server-guides/887-guide-custom-gm-level-commands.html

That's the link

Avidgamer
23-02-09, 06:58 AM
Thats why it looked so familiar. I am removing this post soon.

mako
24-02-09, 11:21 AM
your removing it, look at it

1. it's the revised version

2. Metalivo = WoW-Pwnage's Co-Owner/Developer

3. WoW-Pwnage = My server i am the Owner, Myself and Metalivo Hold All Rights to this thread and the one he posted.

4. This is the revised version, which has been tested and works on the latest arcemu Revisions, and has more Restrictions for GM's, The Other "old" one origonally posted many months ago, is outdated and untested, i trust you will make the right desicion in removing the correct Topic


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.

Avidgamer
24-02-09, 12:20 PM
Actually, once I properly looked at Enegue's post, it was taken from Ac-Web so it's fine.

mako
24-02-09, 12:35 PM
:P, i don't "repost" things, i only post things i made or things my friends/dev's, make, and only if they give me permission :P

bloodox
24-02-09, 03:56 PM
Mako did make this