Costum commands menu

Shout-Out

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 19
  1. #1
    thijsd's Avatar Member
    Reputation
    25
    Join Date
    Oct 2007
    Posts
    157
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Costum commands

    hey there,

    my little brother wants to be admin on my server, but i dont wanan give him all the commands, like F.A. i only want to give him .recall command. What do i need to change, so only HE can use it?

    I know it something with spells_overide, but what to enter there, and what rights to give his acc?


    Hope u can help me

    Costum commands
  2. #2
    Power of Illuminati's Avatar Contributor
    Reputation
    179
    Join Date
    May 2008
    Posts
    1,410
    Thanks G/R
    6/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The commands will be added to command_overrides.
    To give him all recall commands, you will need to give him
    .recall
    .recall add
    .recall port
    .recall list
    .recall del

    Write that in the left field, and in the right, a letter. Take § for example. Do the rest with all the commands that you want to give him. And then find his accoutn name and give him [§].
    If you ad a command with subcommand, you must have the main command with it. Else you can't use it.

    You havn't just thinked of to just give him [a]?

  3. #3
    thijsd's Avatar Member
    Reputation
    25
    Join Date
    Oct 2007
    Posts
    157
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    And "a" does?

  4. #4
    Power of Illuminati's Avatar Contributor
    Reputation
    179
    Join Date
    May 2008
    Posts
    1,410
    Thanks G/R
    6/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Everything without serverrestart/shutdown. Maybe to much for your brother

    I don't know if they are some more ranks in the core already. But you could give me a list of commands he should get and I can make a sql for you.

  5. #5
    TheSpidey's Avatar Elite User
    Reputation
    365
    Join Date
    Jan 2008
    Posts
    2,200
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    a doesn't have .debug, .reload, .rehash, and other high risk commands.
    Try ranks 0, 1, and 2.

  6. #6
    Power of Illuminati's Avatar Contributor
    Reputation
    179
    Join Date
    May 2008
    Posts
    1,410
    Thanks G/R
    6/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    a got .reload for sure.

    What commands does 0, 1 and 2 contain? Never tested these.

  7. #7
    volitle's Avatar Contributor
    Reputation
    181
    Join Date
    Nov 2007
    Posts
    1,127
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    0 is player 1 is VIP and 2 is like a noob gm with fly and stuff


  8. #8
    TheSpidey's Avatar Elite User
    Reputation
    365
    Join Date
    Jan 2008
    Posts
    2,200
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Logic says each rank corresponds to the appropriate LevelX file in the core.

  9. #9
    thijsd's Avatar Member
    Reputation
    25
    Join Date
    Oct 2007
    Posts
    157
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I only want my litle brother to get:

    - Recall
    - Ban/Kick
    - .revive
    - .kill

    also he need to be able to join the GM channel + read tickets

  10. #10
    Power of Illuminati's Avatar Contributor
    Reputation
    179
    Join Date
    May 2008
    Posts
    1,410
    Thanks G/R
    6/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Fixed all those command you wanted him to have. Execute this into your databas and then give your brothers account gm [§] + serverrestart and it should work

    Custom Gm commands

    He can join the gm channel by doing /join gm_sync_channel

  11. #11
    Le Froid's Avatar Contributor
    Reputation
    172
    Join Date
    Mar 2007
    Posts
    1,327
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    From experience, I wouldn't recommend giving him:

    - Ban/Kick
    - .kill

  12. #12
    thijsd's Avatar Member
    Reputation
    25
    Join Date
    Oct 2007
    Posts
    157
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I gave him gm [§] but now he can also use fly, modify, etc?

  13. #13
    Power of Illuminati's Avatar Contributor
    Reputation
    179
    Join Date
    May 2008
    Posts
    1,410
    Thanks G/R
    6/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I don't know if it has something to do with that § is seted to something

    I think "L" is free to use. Make a SQL file of this text and execute to the server and change your brother GM to [L]

    Code:
    UPDATE command_overrides SET access_level = 'L' WHERE access_level = '§';

  14. #14
    thijsd's Avatar Member
    Reputation
    25
    Join Date
    Oct 2007
    Posts
    157
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    With the [] or without?

    so is it: "GM L" or "L"?

  15. #15
    Power of Illuminati's Avatar Contributor
    Reputation
    179
    Join Date
    May 2008
    Posts
    1,410
    Thanks G/R
    6/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just write L in the field that has the name GM

    So answer

    Without [] and not GM L

    Just a simple L

Page 1 of 2 12 LastLast

Similar Threads

  1. add a radio command to your server?
    By WoWLegend in forum World of Warcraft General
    Replies: 2
    Last Post: 10-29-2006, 04:43 AM
  2. slash commands
    By alex2630 in forum World of Warcraft Guides
    Replies: 0
    Last Post: 10-25-2006, 12:47 PM
  3. Replies: 4
    Last Post: 10-24-2006, 09:23 AM
  4. 5 Priest Raiding Commandments
    By Squirllz in forum World of Warcraft Guides
    Replies: 1
    Last Post: 10-11-2006, 07:43 PM
  5. [Guide] Command List
    By oninuva in forum World of Warcraft Guides
    Replies: 5
    Last Post: 05-17-2006, 08:28 PM
All times are GMT -5. The time now is 02:11 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