MMOCoin

Likes Likes:  0
Results 1 to 5 of 5
  1. #1
    Contributor
    enegue's Avatar
    Join Date
    Aug 2008
    Location
    Before God
    Posts
    715
    Post Thanks / Like
    Rep Power
    19
    Reputation
    106

    [Guide] Custom GM Level Commands

    Tired 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



  2. Related Threads - Scroll Down after related threads if you are only interested to view replies for above post/thread

  3. #2
    Beginner

    Join Date
    Jan 2009
    Posts
    9
    Post Thanks / Like
    Rep Power
    18
    Reputation
    1
    Saves time alot for who don't bother doing this ;P Ty for sharing.

  4. #3
    First Sergeant
    Blindguard's Avatar
    Join Date
    Jan 2009
    Location
    Orgrimmar
    Posts
    159
    Post Thanks / Like
    Rep Power
    18
    Reputation
    54
    Really nice, finaly GM's won't crash the server thanks.
    Metal are supreme.

  5. #4
    Scout

    Join Date
    Feb 2009
    Posts
    24
    Post Thanks / Like
    Rep Power
    18
    Reputation
    6
    Thanks again. This is working good so far.

  6. #5
    Contributor
    Dr. Emu's Avatar
    Join Date
    Feb 2009
    Location
    Sweden
    Posts
    107
    Post Thanks / Like
    Rep Power
    19
    Reputation
    91

    Register to remove this ad
    Thanks 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...

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •