Donor & special gm ranks! menu

User Tag List

Results 1 to 15 of 15
  1. #1
    FaTaL-V1CT1M's Avatar Corporal
    Reputation
    1
    Join Date
    Nov 2009
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Donor & special gm ranks!

    Hey all!, As i dont want to be a leecher i started to post & contribute some stuff! here i will provide you with some costum ranks!

    Donor Rank: (d)
    acces level = d
    commands:
    Block & Allow whispers
    Tele commands: .recall , .recall port , .recall list


    execute this into your DB

    Code:
    INSERT INTO command_overrides
       (`command_name`, `access_level`)
    VALUES
       ('recall', 'd');
    
    INSERT INTO command_overrides
       (`command_name`, `access_level`)
    VALUES
       ('recall port', 'd');
    
    INSERT INTO command_overrides
       (`command_name`, `access_level`)
    VALUES
       ('recall list', 'd');
    
    INSERT INTO command_overrides
       (`command_name`, `access_level`)
    VALUES
       ('gm blockwhispers, 'd');
    
    INSERT INTO command_overrides
       (`command_name`, `access_level`)
    VALUES
       ('gm allowwhispers', 'd');


    Special "Noob" gm :P, Have you ever had the problem that when recruiting new gms they just do shit they shouldnt do :P ? Like spawning npcs objects, etc.. That can be really annoying! heres the cure for that sickness:P

    With this your gms with rank "g" cant spawn that crap, and cant spam your announce & wannounce!

    Gm rank = (g)
    acces level = g
    commands:
    .recall , .recall port , .recall list
    .ticket , .ticket getid
    .paralyze , .unparalyze
    .ban , .unban
    .forcerename
    .kick
    .summon , .appear
    .gmon , .gmoff
    .blockwhispers , .allowwhispers
    .saveall , .invisible
    .learn , .lookup , .learnskill
    .additem , .removeitem


    Code:
    INSERT INTO command_overrides
       (`command_name`, `access_level`)
    VALUES
       ('gmticket getID', 'g');
    INSERT INTO command_overrides
       (`command_name`, `access_level`)
    VALUES
       ('recall port', 'g');
    
    INSERT INTO command_overrides
       (`command_name`, `access_level`)
    VALUES
       ('recall list', 'g');
    
    INSERT INTO command_overrides
       (`command_name`, `access_level`)
    VALUES
       ('gmticket getID', 'g');
    
    INSERT INTO command_overrides
       (`command_name`, `access_level`)
    VALUES
       ('gmticket delID', 'g');
    INSERT INTO command_overrides
       (`command_name`, `access_level`)
    VALUES
       ('recall', 'g');
    
    INSERT INTO command_overrides
       (`command_name`, `access_level`)
    VALUES
       ('gmticket remove', 'g');
    
    INSERT INTO command_overrides
       (`command_name`, `access_level`)
    VALUES
       ('gmticket toggle', 'g');
    
    INSERT INTO command_overrides
       (`command_name`, `access_level`)
    VALUES
       ('gmticket getID', 'g');
    
    INSERT INTO command_overrides
       (`command_name`, `access_level`)
    VALUES
       ('gmticket', 'g');
    
    INSERT INTO command_overrides
       (`command_name`, `access_level`)
    VALUES
       ('gmticket get', '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
       ('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 on', 'g');
    
    INSERT INTO command_overrides
       (`command_name`, `access_level`)
    VALUES
       ('gm off', '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 blockwhispers, 'g');
    
    INSERT INTO command_overrides
       (`command_name`, `access_level`)
    VALUES
       ('gm allowwhispers', '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
       ('lookup skill', 'g');
    
    INSERT INTO command_overrides
       (`command_name`, `access_level`)
    VALUES
       ('lookup spell', 'g');
    
    INSERT INTO command_overrides
       (`command_name`, `access_level`)
    VALUES
       ('char forcerename', 'g');
    
    INSERT INTO command_overrides
       (`command_name`, `access_level`)
    VALUES
       ('ban account', 'g');
    Credits for the GM rank (g) go to "alvanaar" from ac-web

    just pm me if you need info on how to configure these and/or make your own!

    FaTaL-V1CT1M
    Last edited by FaTaL-V1CT1M; 11-13-2009 at 01:21 PM. Reason: Seems the gm code looks 99% identic to some1 else's , added Credits

    Donor & special gm ranks!
  2. #2
    Trollblod's Avatar Elite drone
    Reputation
    445
    Join Date
    May 2009
    Posts
    1,710
    Thanks G/R
    2/7
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I don't know too much about Emu servers, but I know it belong in the guide section.
    Emulator Server Guides - MMOwned - World of Warcraft Exploits, Hacks, Bots and Guides
    And nevertheless, good job on the work if it's not a repost (Will search now).


  3. #3
    Ground Zero's Avatar ★ Elder ★
    Reputation
    1132
    Join Date
    Aug 2008
    Posts
    3,503
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Looks like you've copied them from here and jumbled it around abit.
    http://www.ac-web.org/forums/tutoria...sql-codes.html
    Last edited by Ground Zero; 11-13-2009 at 01:06 PM.

  4. #4
    Trle94's Avatar Contributor
    Reputation
    167
    Join Date
    May 2009
    Posts
    329
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thats from Alvanaar and you didnt even gave him credits
    [Tutorial]Custom GM Ranks for Ascent/ArcEmu (Included SQL Codes) - AC Web


  5. #5
    Ground Zero's Avatar ★ Elder ★
    Reputation
    1132
    Join Date
    Aug 2008
    Posts
    3,503
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Trle94 View Post
    Thats from Alvanaar and you didnt even gave him credits
    [Tutorial]Custom GM Ranks for Ascent/ArcEmu (Included SQL Codes) - AC Web
    You're good at observing posts. ^^

  6. #6
    FaTaL-V1CT1M's Avatar Corporal
    Reputation
    1
    Join Date
    Nov 2009
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hmm, Didnt know it was from him, i had it somewhere on my pc... :P But, i will check it and if they are somewhat the same ill give him credits for it ofc

  7. #7
    FaTaL-V1CT1M's Avatar Corporal
    Reputation
    1
    Join Date
    Nov 2009
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i see ,the gm thing looks 99% identic to his post :P, Thanks for commenting, will add it now!

  8. #8
    Ground Zero's Avatar ★ Elder ★
    Reputation
    1132
    Join Date
    Aug 2008
    Posts
    3,503
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Why did that need two posts lol? Learn to use the edit feature.

  9. #9
    trujillo's Avatar Member
    Reputation
    4
    Join Date
    Jun 2008
    Posts
    111
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how would i add commands to this?
    like what would i put a command for spawning a house for instance?

  10. #10
    Apple Pi's Avatar Active Member
    Reputation
    50
    Join Date
    Feb 2009
    Posts
    108
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is out of date the command tree is different from what is listed in this post, I.E. its .char learn not .learn. Just a heads up for all of ya'll that are using a current emulator.
    What once was Moonblade rose from the ashes as Apple Pi!

  11. #11
    MEC's Avatar Banned
    Reputation
    5
    Join Date
    Sep 2007
    Posts
    125
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    fail for copy n paste

  12. #12
    Synthelo's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    46
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It might be CnP, but i just can't believe that people like GZ are so bored that they have nothing else to look for than CnP.

    No offence

  13. #13
    Ground Zero's Avatar ★ Elder ★
    Reputation
    1132
    Join Date
    Aug 2008
    Posts
    3,503
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You really think I lurk around waiting for a new thread just to search around to see if its been posted before?

    Lol hell no.

    If I've seen something posted before posted here without credits, I will say so. I remembered reading this a few months ago on AC-Web, thats the only reason I knew.

  14. #14
    2dgreengiant's Avatar ★ Elder ★


    Reputation
    1192
    Join Date
    Feb 2007
    Posts
    7,129
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Apple Pi View Post
    This is out of date the command tree is different from what is listed in this post, I.E. its .char learn not .learn. Just a heads up for all of ya'll that are using a current emulator.
    Like failarc?

    You really think I lurk around waiting for a new thread just to search around to see if its been posted before?
    Yes

    He placed credits anyway so i guess thats a start.
    If you need me you have my skype, if you don't have my skype then you don't need me.

  15. #15
    Veldor's Avatar Private
    Reputation
    1
    Join Date
    Nov 2009
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    and maybe write at top for wich emu it is is more confortable

Similar Threads

  1. [Selling] Special portraits - rank boosting - heroic pve boosting super cheap!
    By XtremeBoosting in forum Hearthstone Buy Sell Trade
    Replies: 0
    Last Post: 08-05-2016, 07:33 AM
  2. Hello question about purchasing donor rank
    By 0x2142 in forum Community Chat
    Replies: 2
    Last Post: 12-08-2015, 01:17 AM
  3. [Selling] [US/EU] ★★★ RBG & ARENA Boosting ★ Rank 1 ★ Glad ★ PvP Mounts!!
    By Jarvis.Dresden in forum World of Warcraft Buy Sell Trade
    Replies: 2
    Last Post: 08-23-2014, 10:52 PM
  4. [Release] Custom GM/Donor Ranks! (Command_Overrides)
    By MisterEMU in forum World of Warcraft Emulator Servers
    Replies: 21
    Last Post: 05-18-2008, 03:50 PM
  5. Special grinding spots.
    By Cush in forum World of Warcraft Guides
    Replies: 4
    Last Post: 06-14-2006, 04:40 AM
All times are GMT -5. The time now is 05:31 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search