[HELP] makeing players have commands(ascent) menu

Shout-Out

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    jackdaripper's Avatar Banned
    Reputation
    36
    Join Date
    Apr 2008
    Posts
    463
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [HELP] makeing players have commands(ascent)

    hi all i need some one to tell me how i can make ALL players have these commands also i am using open ascent


    acct
    Syntax: .acct
    Display the access level of your account.

    commands
    Syntax: .commands
    Display a list of available commands for your account level.

    dismount
    Syntax: .dismount
    Dismount you, if you are mounted.

    info
    Syntax: .info
    Display the number of connected players.

    gmlist
    Syntax: .gm
    Display a list of available Game Masters.

    help
    Syntax: .help
    Display usage instructions for the given .

    start
    Syntax: .start
    Teleport you to the starting area of your character.

    +Rep if you can help me:wave:

    [HELP] makeing players have commands(ascent)
  2. #2
    jackdaripper's Avatar Banned
    Reputation
    36
    Join Date
    Apr 2008
    Posts
    463
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    (bump) can i get some help?

  3. #3
    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)
    One easy way would be to edit the command_overrides and give this to a custom GM rank. And then change the register page so people will get this rank when creation characters

    But then .gm will be so full

    Therefor you need to edit this in the core, level0.cpp

    Find those commands in the level1-level3.cpp files and maybe just copy these parts to the level0.cpp

  4. #4
    jackdaripper's Avatar Banned
    Reputation
    36
    Join Date
    Apr 2008
    Posts
    463
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    umm ok i got the level in the Ascent-world? and if so do i have to put in the command like .start and all?

  5. #5
    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'm not quite sure, but you need to find the commands first in the level1-3.cpp files. Then you will copy the functions to your level0.cpp file.

    As I said, you maybe need to do some stuff more but we will see ^^

  6. #6
    jackdaripper's Avatar Banned
    Reputation
    36
    Join Date
    Apr 2008
    Posts
    463
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    where can i find this level1-3.cpp file?

  7. #7
    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)
    In the OA/Ascent SVN

  8. #8
    jackdaripper's Avatar Banned
    Reputation
    36
    Join Date
    Apr 2008
    Posts
    463
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    also can you help me with something else how do i make it where horde and ally cant talk i made it 1 or blizz but they still talk

  9. #9
    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)
    ascent-optional.conf file

    Code:
    <Interfaction    InterfactionChat="1"
                     InterfactionGroup="1"
                     InterfactionGuild="1"
                     InterfactionTrade="1"
                     InterfactionFriends="1"
                     InterfactionMisc="1"
                     CrossOverCharacters="1">
    Change the red to 0 to disable it

  10. #10
    jackdaripper's Avatar Banned
    Reputation
    36
    Join Date
    Apr 2008
    Posts
    463
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    lol i don't think thats in my world config....

  11. #11
    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 said it was in the optional conf file. You should have one if you got one of the newest rev.

    *Hits my table hard and stands up!*

    Compile your own core =D

  12. #12
    jackdaripper's Avatar Banned
    Reputation
    36
    Join Date
    Apr 2008
    Posts
    463
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can i get your ascent folder ^_^ i never had one in my life >.>

  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)

    http://www.mmowned.com/forums/emulat...-download.html
    Download there, but the .cpp files isn't there, to get them you must download it from their SVN and then learn to compile.

  14. #14
    jackdaripper's Avatar Banned
    Reputation
    36
    Join Date
    Apr 2008
    Posts
    463
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    damn i thought it was a link for the ascent folder....

  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)
    You can download it there. It's a already compile folders I think (never tested but should be)

Page 1 of 2 12 LastLast

Similar Threads

  1. LUA command that makes players pay ?
    By Wheeze201 in forum WoW EMU Questions & Requests
    Replies: 5
    Last Post: 01-18-2009, 04:07 AM
  2. [2.4 Ascent] Need help making new accounts!
    By Rekro in forum World of Warcraft Emulator Servers
    Replies: 6
    Last Post: 06-28-2008, 04:19 PM
  3. how do you make normal accounts have commands???
    By lolzz in forum World of Warcraft Emulator Servers
    Replies: 8
    Last Post: 06-13-2008, 02:27 AM
  4. NEED HELP: experienced players READ plz
    By Dagonarth in forum World of Warcraft General
    Replies: 4
    Last Post: 12-15-2006, 05:43 AM
  5. Help need to have some on edit this for me!!
    By cantkill in forum WoW ME Questions and Requests
    Replies: 6
    Last Post: 11-18-2006, 11:41 AM
All times are GMT -5. The time now is 09:52 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