Customizing Commands in Ascent menu

User Tag List

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

    Customizing Commands in Ascent

    I was wondering if it was possible to change the ascent commands, to try give more precise control over what commands players can use. I am trying to make a all gm server but don't want people messing it up...

    I know there is a table in the 'world' database called 'command_overides' or something like that, but im not sure what to add in there as the table is completely blank. Also i heard that commands have something to do with the DBC files...So would i need a DBC editor???

    Oh, and the commands i want to give are:adding items, morphing, teleporting, and a few more...

    Thanx in Advance!

    Customizing Commands in Ascent
  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)
    Theres an easy method to doing this, Upon account creation, make the page set their GM level to a custom letter that isnt used. Take... J for example.
    Then, in command overrides, just take those commands and put them on the J string. Ejemplo:
    Code:
    INSERT INTO `command_overrides` (`command_name`,`access_level`) VALUES ('additem','j');
    Life Puzzler WoW - Website | Forums

  3. #3
    troy23's Avatar Member
    Reputation
    1
    Join Date
    Aug 2007
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanx so much. So i would just add a new lines for every command i would like to attach to the 'j' access level.
    Thanx again man....no idea it would be so easy! +Rep

  4. #4
    Madara Uchiha's Avatar Active Member
    Reputation
    19
    Join Date
    Mar 2008
    Posts
    227
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    you will kick it dude.

  5. #5
    Agent Havixx's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So, does this work with subcommands ?

  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)
    No, you must add subcommands too

    For example, if you want someone to have only .recall port

    You most add this commands

    .recall
    .recall port


    By adding those only, he won't have .recall list

    By only adding .recall

    He can do.. nothing?

  7. #7
    Agent Havixx's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Oh wow thanks for the quick reply, even though I'm a leecher... (Who's been here 3 times in a month or so, thus not getting very much useful posts lol)

    Would +Rep if I could but can't find the button, will look for it lol

    So, I will add them with the dots, like: (For example)

    .cheat
    .cheat fly

    Then they will only be able to use that one ?

    But if I write

    .cheat fly

    and don't include the main command alone, it won't work ?

    And another thing, do you know which letters or numbers or w.e. are used as ranks so far ? (Using ArcEmu)

    *EDIT*

    +Rep 'ed, found the button XD
    Last edited by Agent Havixx; 06-24-2008 at 08:02 PM.

  8. #8
    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)
    Experienet, I think every capital latters are unsed... or was it the other way? Test and see

    And you hadright with the .cheat thingy

    And you can't rep me, beacuse you havn't activated, but nvm that

  9. #9
    Agent Havixx's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well I could +rep you I think, because.....I did ?

    Well I'll go and look in the source files, it should be there somewhere =P

    Thanks for the replies though, they were really helpful.



    *EDIT*

    Ok, so the custom ranks can be numbers and letters apparently ? maybe like a5 ?

    sfs34 ?
    Last edited by Agent Havixx; 06-24-2008 at 09:18 PM.

  10. #10
    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)
    a5 will give you both the commands for the 'a' rank and the '5' rank

  11. #11
    Agent Havixx's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Aha, so abgtje would give all those, so you would have to make custom ranks that are not already used any of the letters... or numbers...

    But capital letters should work ?

    Because a - z is already used... and so is some numbers...

  12. #12
    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)
    Use from 4-9... these are unused

  13. #13
    Agent Havixx's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Power of Illuminati View Post
    Use from 4-9... these are unused
    Meaning capital letters or other stuff won't work ?

    How about these:

    æ ø å ê é á

    and other weird stuff like that, will they work ?

  14. #14
    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, I had some problem with using this §.

Similar Threads

  1. [idea] Custom command for adding SQL codes?
    By Barlas the Death Knight in forum World of Warcraft Emulator Servers
    Replies: 6
    Last Post: 04-01-2008, 07:54 PM
  2. [guide] how to make custom items in ascent
    By waggy420 in forum WoW EMU Guides & Tutorials
    Replies: 7
    Last Post: 03-24-2008, 10:20 AM
  3. [UPDATED] GM - Commands for Ascent Private Server
    By IlluzionE in forum World of Warcraft Guides
    Replies: 15
    Last Post: 03-15-2008, 09:19 AM
  4. 3 Custom Vendors For Ascent
    By hafastr in forum World of Warcraft Emulator Servers
    Replies: 7
    Last Post: 11-07-2007, 09:19 PM
  5. Custom Commands?
    By Illidan1 in forum World of Warcraft Emulator Servers
    Replies: 7
    Last Post: 10-31-2007, 09:18 PM
All times are GMT -5. The time now is 05:55 AM. 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