[Server] How do i make a GM Server? menu

User Tag List

Results 1 to 12 of 12
  1. #1
    brettsalt1995's Avatar Sergeant
    Reputation
    2
    Join Date
    Mar 2010
    Posts
    52
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Server] How do i make a GM Server?

    Hey

    I was wondering, how do i make a gm server? So when people register they are auto a gm level? and how do i edit gm levels to have certain commands?

    [Server] How do i make a GM Server?
  2. #2
    Kiev's Avatar Contributor
    Reputation
    288
    Join Date
    Nov 2007
    Posts
    1,819
    Thanks G/R
    0/4
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    1. Edit your website to insert az or a or something with the account.
    2. command_overides, write the command in the first column then the level in the second.




  3. #3
    davidknag's Avatar Active Member
    Reputation
    49
    Join Date
    Nov 2009
    Posts
    201
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    its a lot of work... I am the owner of GM-WoW.

    but anyway. Make sure just normal users who just sign up cant spawn or mod scale. this will really F*** up the server from all of those spammers. so what i usually do is my admin team personally interviews them and gives them commands they need.

    if that helps at all

  4. #4
    RyeRye's Avatar Contributor
    Reputation
    240
    Join Date
    Aug 2008
    Posts
    996
    Thanks G/R
    0/1
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I would make a custom type of command type for those accounts that are user created. Like make it called like T for trial or something, then they only have certain commands and don't go around raping with .kill everyone and stuff.



  5. #5
    davidknag's Avatar Active Member
    Reputation
    49
    Join Date
    Nov 2009
    Posts
    201
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by RyeRye View Post
    I would make a custom type of command type for those accounts that are user created. Like make it called like T for trial or something, then they only have certain commands and don't go around raping with .kill everyone and stuff.
    exactly thats what i do with my 3800+ user gm server

  6. #6
    Kiev's Avatar Contributor
    Reputation
    288
    Join Date
    Nov 2007
    Posts
    1,819
    Thanks G/R
    0/4
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    And how to use the command_overides is like this:

    command | Level
    appear T
    summon T

    You do that for each level and each command.




  7. #7
    RyeRye's Avatar Contributor
    Reputation
    240
    Join Date
    Aug 2008
    Posts
    996
    Thanks G/R
    0/1
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by davidknag View Post
    exactly thats what i do with my 3800+ user gm server
    Great minds think alike



  8. #8
    joeypc1's Avatar Member
    Reputation
    1
    Join Date
    Jun 2009
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    he didn't really get answer iam asking myslf it too how to make a GM server i use Johved's 3.3.3 repack and i keep making my friends GM
    -_-'
    Last edited by joeypc1; 04-13-2010 at 09:35 AM. Reason: eem idk

  9. #9
    RyeRye's Avatar Contributor
    Reputation
    240
    Join Date
    Aug 2008
    Posts
    996
    Thanks G/R
    0/1
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    [COLOR="DeepSkyBlue"]Follow this guide:
    http://www.mmowned.com/forums/emulat...nds-ranks.html/COLOR]
    Last edited by RyeRye; 04-13-2010 at 10:50 AM.



  10. #10
    Kiev's Avatar Contributor
    Reputation
    288
    Join Date
    Nov 2007
    Posts
    1,819
    Thanks G/R
    0/4
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ... We answered.

    You need to get a registration page and edit it to insert the GM code too.




  11. #11
    RyeRye's Avatar Contributor
    Reputation
    240
    Join Date
    Aug 2008
    Posts
    996
    Thanks G/R
    0/1
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Oh, well joeypc1 posted so I didnt know.



  12. #12
    davidknag's Avatar Active Member
    Reputation
    49
    Join Date
    Nov 2009
    Posts
    201
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Want my command_overrides table?

    Q stands for user. Make sure on your Registration Page that it sets the GM to "Q"
    O stands for Object Builder. Make a mini site that allows you to upgrade accounts for a small pay of money.
    D stands for Donator. They get Npc spawn and more.

    to upgrade an account, go to the logon table and where there account is, set it to

    q, o (objecter)
    q, o, d (donator)

    if this make any sense

    heres the code:
    Code:
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('character removeitem', 'd');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('npc emote', 'd');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('npc spawn', 'd');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('lookup creature', 'd');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('kickplayer', 'd');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('modify hp', 'd');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('npc info', 'd');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('lookup item', 'd');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('gobject scale', 'o');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('gobject rotate', 'o');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('gobject spawn', 'o');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('lookup spell', 'o');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('character additem', 'o');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('character additemset', 'o');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('character learn', 'o');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('character resettalents', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('modify rage', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('modify energy', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('modify level', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('modify armor', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('modify holy', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('character increaseweaponskill', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('character resetreputation', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('debug waterwalk', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('debug landwalk', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('debug infront', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('lookup object', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('character advanceallskills', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('character resetspells', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('modify fire', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('modify frost', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('modify shadow', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('modify mana', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('modify displayid', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('lookup achievement', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('recall list', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('modify scale', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('gobject', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('gobject select', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('gobject info', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('gm list', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('gm', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('lookup skill', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('modify speed', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('modify emotestate', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('modify spirit', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('modify nature', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('reviveplr', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('modify gold', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('worldport', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('gps', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('dismount', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('mount', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('demorph', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('revive', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('appear', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('help', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('announce', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('levelup', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('modify', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('debug', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('guild create', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('gotrig', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('clearcooldowns', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('lookup', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('guild', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('pet', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('quest', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('honor', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('cheat', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('recall', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('npc respawn', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('honor addpoints', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('honor addkills', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('recall port', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('recall add', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('quest start', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('quest lookup', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('quest finish', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('character unlearn', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('character learnskill', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('cheat power', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('cheat casttime', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('cheat flyspeed', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('character', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('npc', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('cheat triggerpass', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('cheat taxi', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('cheat status', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('cheat cooldown', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('cheat fly', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('cheat land', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('cheat explore', 'q');
    INSERT INTO `command_overrides` (`command_name`, `access_level`) VALUES ('character  advanceskill', 'q');

Similar Threads

  1. [QUESTION] How do you make a 2.2 private server?
    By Ferag in forum World of Warcraft Emulator Servers
    Replies: 3
    Last Post: 10-14-2007, 10:22 AM
  2. How do i make a hamachi server public ?
    By Masterkenshin in forum World of Warcraft Emulator Servers
    Replies: 1
    Last Post: 10-03-2007, 09:26 PM
  3. How do I make an ascent/antrix server on a mac?
    By xxtennisdudexx in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 09-22-2007, 12:27 PM
  4. How do i make my server public using Hamachi?
    By Hinata_92 in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 09-02-2007, 06:14 PM
  5. How do i make weapons for my server......
    By sk8erevan in forum WoW ME Questions and Requests
    Replies: 0
    Last Post: 09-08-2006, 04:24 PM
All times are GMT -5. The time now is 11: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