Editing GM Command from the Ascent core.. which file? menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    mafiaboy's Avatar Contributor
    Reputation
    235
    Join Date
    May 2007
    Posts
    698
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Editing GM Command from the Ascent core.. which file?

    Hey I'd appreciate it if someone told me which .cpp file are the GM commands located in . Like the gm priviliges such as " m" 'b" etc....

    no need to give me instructionso n editing, just tell me the file please

    EDIT: NVM I NEED INSTRUCTIONS! + 2 REP....
    Last edited by mafiaboy; 02-26-2008 at 06:46 PM.

    Editing GM Command from the Ascent core.. which file?
  2. #2
    Xeneth's Avatar Member
    Reputation
    157
    Join Date
    Oct 2007
    Posts
    534
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Prime example of things that happen when we don't have Steph around here anymore, She probably would have replied before you even posted the topic XD because she's good like that, Thank you scammers /sarcasm


  3. #3
    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)
    Level0, Level1, Level2, Level3 in ascent-world folder

  4. #4
    *Alexz*'s Avatar Member
    Reputation
    105
    Join Date
    May 2007
    Posts
    521
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    level0 level1 level2 level 3 i think
    or you could edit it in the sql db in command_overrides i posted a guild on the sql one in the guides section a while ago (thats for new command levels)
    Last edited by *Alexz*; 02-24-2008 at 10:04 PM.

  5. #5
    Xeneth's Avatar Member
    Reputation
    157
    Join Date
    Oct 2007
    Posts
    534
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You'd be better off using Alexz guide instead of wasting time sorting out build errors you might get


  6. #6
    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)
    *Sigh* Faeleryn dont spam for 1 secondly he wants to make new gm commands or EDIT what they SAY or DO which IS in the ascent CORE

  7. #7
    mafiaboy's Avatar Contributor
    Reputation
    235
    Join Date
    May 2007
    Posts
    698
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    some commands dont work using db, so i want to create a letter that will be for donator commands.

  8. #8
    *Alexz*'s Avatar Member
    Reputation
    105
    Join Date
    May 2007
    Posts
    521
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    you do that in command_overrides xD well thats how you make letter commands

  9. #9
    Xeneth's Avatar Member
    Reputation
    157
    Join Date
    Oct 2007
    Posts
    534
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I wan't spamming I was expressing my opinion, seeing as in previous posts he has stated he's on a strict time-line, Forgive me for not understanding mafiaboy completely


  10. #10
    CairiFEA's Avatar Member
    Reputation
    36
    Join Date
    Jan 2008
    Posts
    194
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Mafia,

    to best make donator commands use the command_override table

    Each section of commands (modify, teleport, debug etc) come with their respective gm rank.

    Ie if you make a player P they can see who is online, uptime, gps and info.
    If you make a player V they can appear/summon/worldport.

    So following this if you make a player PV this gives them the combination of the 2.

    If you want to modify these you use the command_override tables. For each command you add the sub commands too.

    ie
    Command Rank
    cheat h
    cheat fly h
    cheat land h


    This give pl rank [h] the fly cheat commnands.

    Depending on the commands you want avail to donators you modify to your liking.
    NOTE: some revisions dont work well with the overrides, so test them out first. Also be sure to make sure the test rank has access to the .commands table.


    Cairi,
    gmtricks.com - Home

  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)
    I was the first one to release Command rankings lol

  12. #12
    mafiaboy's Avatar Contributor
    Reputation
    235
    Join Date
    May 2007
    Posts
    698
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by CairiFEA View Post
    Mafia,

    to best make donator commands use the command_override table

    Each section of commands (modify, teleport, debug etc) come with their respective gm rank.

    Ie if you make a player P they can see who is online, uptime, gps and info.
    If you make a player V they can appear/summon/worldport.

    So following this if you make a player PV this gives them the combination of the 2.

    If you want to modify these you use the command_override tables. For each command you add the sub commands too.

    ie
    Command Rank
    cheat h
    cheat fly h
    cheat land h


    This give pl rank [h] the fly cheat commnands.

    Depending on the commands you want avail to donators you modify to your liking.
    NOTE: some revisions dont work well with the overrides, so test them out first. Also be sure to make sure the test rank has access to the .commands table.


    Cairi,
    gmtricks.com - Home
    not all the commands work when i do that.

    EDIT: OOOO THE SUBCOMMANDS ALSO

  13. #13
    Ellenor's Avatar Active Member
    Reputation
    18
    Join Date
    Jan 2008
    Posts
    281
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    as alex say edit command overdrive... more easy and safe:P to create ur own kinda of personal gm rank with ur unigue latter like O or E just make sure u put the right commands and AVOID THE A AND AZ

  14. #14
    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)
    The coding for commands and such can be found in the four files:
    Level0.cpp
    Level1.cpp
    Level2.cpp
    Level3.cpp

    Once you made the command, you need to then go into:
    Chat.cpp
    chat.cpp

    To add the strings and Handlers
    Life Puzzler WoW - Website | Forums

  15. #15
    mafiaboy's Avatar Contributor
    Reputation
    235
    Join Date
    May 2007
    Posts
    698
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    kk i figured out why the command overrides way wasnt working.

Page 1 of 2 12 LastLast

Similar Threads

  1. What tools can extract from the Diablo 3 data files now?
    By Ketrel in forum Diablo 3 General
    Replies: 2
    Last Post: 06-06-2015, 10:52 PM
  2. Understanding the Ascent-Optional.conf File
    By SectorSeven in forum WoW EMU Guides & Tutorials
    Replies: 5
    Last Post: 06-06-2008, 08:15 PM
  3. Editing the Ascent Core (More will be included eventually.)
    By Saedusii in forum WoW EMU Guides & Tutorials
    Replies: 19
    Last Post: 04-26-2008, 09:54 PM
  4. What are the Ascent commands???`
    By zerohero in forum World of Warcraft Emulator Servers
    Replies: 9
    Last Post: 10-13-2007, 10:38 PM
  5. where is that guide to finding the memory-address which Enables model editing
    By mikesanders in forum WoW ME Questions and Requests
    Replies: 2
    Last Post: 07-12-2007, 11:19 PM
All times are GMT -5. The time now is 11:00 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search