Commnad Override menu

Shout-Out

User Tag List

Results 1 to 12 of 12
  1. #1
    delldude1989's Avatar Member
    Reputation
    10
    Join Date
    Mar 2007
    Posts
    179
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Commnad Override

    how can i take away .additem for a GM Rights

    Commnad Override
  2. #2
    Gastricpenguin's Avatar Legendary
    Reputation
    980
    Join Date
    Feb 2007
    Posts
    2,236
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Edit Chat.cpp then recompile your core.
    Life Puzzler WoW - Website | Forums

  3. #3
    delldude1989's Avatar Member
    Reputation
    10
    Join Date
    Mar 2007
    Posts
    179
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i didn't compile the server

  4. #4
    comcal's Avatar Member
    Reputation
    2
    Join Date
    Nov 2007
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Apply this to your world DB.
    Code:
    insert into `command_overrides` (`command_name`, `access_level`) values ('additem', 'z');
    insert into `command_overrides` (`command_name`, `access_level`) values ('additemset', 'z');
    Makes it so only admins can use .additem. Also once youve applyed it, in-game type .reload command_overrides

    This was edited, first post was wrong sorry.
    Last edited by comcal; 05-17-2008 at 10:28 PM.

  5. #5
    lilvic12's Avatar Member
    Reputation
    9
    Join Date
    Dec 2007
    Posts
    47
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Then you have to make a custom GM rank.

  6. #6
    comcal's Avatar Member
    Reputation
    2
    Join Date
    Nov 2007
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lilvic12 View Post
    Then you have to make a custom GM rank.
    No, why would you have to do that?

  7. #7
    SectorSeven's Avatar Banned
    Reputation
    444
    Join Date
    Oct 2007
    Posts
    1,948
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    lilvic he wants to take away it... you need to edit Chat.cpp or Gast. couldn't you just comment up /* */ that command?

    If you didn't compile the server then your doomed.

  8. #8
    comcal's Avatar Member
    Reputation
    2
    Join Date
    Nov 2007
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This question has been answered with those 2 SQL statements

  9. #9
    SectorSeven's Avatar Banned
    Reputation
    444
    Join Date
    Oct 2007
    Posts
    1,948
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    LOL no it hasn't its funny how you think that.

  10. #10
    metehan's Avatar Banned
    Reputation
    19
    Join Date
    Feb 2008
    Posts
    317
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by SectorSeven View Post
    LOL no it hasn't its funny how you think that.
    According to
    Command overrides - Ascent Wiki
    He is right.

  11. #11
    SectorSeven's Avatar Banned
    Reputation
    444
    Join Date
    Oct 2007
    Posts
    1,948
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how can i take away .additem for a GM Rights

    insert into `command_overrides` (`command_name`, `access_level`) values ('additem', 'z');
    insert into `command_overrides` (`command_name`, `access_level`) values ('additemset', 'z');
    This is a good idea but just assigns it to Admins which is already present. It would NOT remove it from its current group for GMs. He wants to remove them for GMs. So he would have to edit Chat.cpp or comment up the command and add it to the Level3.cpp file.

  12. #12
    metehan's Avatar Banned
    Reputation
    19
    Join Date
    Feb 2008
    Posts
    317
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by SectorSeven View Post
    This is a good idea but just assigns it to Admins which is already present. It would NOT remove it from its current group for GMs. He wants to remove them for GMs. So he would have to edit Chat.cpp or comment up the command and add it to the Level3.cpp file.
    No, your wrong. Did you even read the ascent wiki?
    Here you can modify the default access flag requirement for GM commands.

    Command_name - This is the place to put in the desired command

    Access_level - Here goes the new flag this command should use now.


    E.g: Want to make the command ".mod gold" only usable by "a" flag users?
    command_name | access_level

    -----------------------------------------------

    mod gold | a

Similar Threads

  1. Item Sheath Display - An override for Ranged to show for all players?
    By KinkyKing in forum WoW ME Questions and Requests
    Replies: 0
    Last Post: 08-17-2009, 12:14 PM
  2. Arcemu r838 commnads
    By delldude1989 in forum WoW EMU Questions & Requests
    Replies: 2
    Last Post: 09-16-2008, 05:55 PM
  3. (Guide) Super Easy Way to Change Required GM Level To Use a Commnad
    By grayfm in forum WoW EMU Guides & Tutorials
    Replies: 0
    Last Post: 07-04-2008, 04:27 PM
  4. command override
    By Denelly in forum World of Warcraft Emulator Servers
    Replies: 1
    Last Post: 02-27-2008, 05:39 PM
  5. [Command OverRide] HALP! i are most confuseded :[
    By Ghosthopper in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 01-24-2008, 11:34 PM
All times are GMT -5. The time now is 01:16 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