Hello & Welcome to our community. Is this your first visit? Register
Follow us on
Follow us on Facebook Follow us on Twitter Watch us on YouTube


MMOCoin

Likes Likes:  0
Results 1 to 2 of 2
  1. #1
    Grunt

    Join Date
    Aug 2008
    Posts
    41
    Post Thanks / Like
    Rep Power
    16
    Reputation
    41

    Renaming GM Commands


    Register to remove this ad
    This is very simple, even a hasbro can do it.(FYI im using Ascent as this example) First what you need to do is go into Chat.cpp. Now for an example im going to be modifying this
    Code:
    else if(!strcmp(name, "gmTicket"))
            return _GMTicketCommandTable;
    Now, I want to scroll down untill I can see this bit of code
    Code:
    static ChatCommand GMTicketCommandTable[] =
        {
            { "get",         'c', &ChatHandler::HandleGMTicketGetAllCommand,  "Gets GM Ticket",               NULL, 0, 0, 0},
            { "getId",       'c', &ChatHandler::HandleGMTicketGetByIdCommand, "Gets GM Ticket by ID",         NULL, 0, 0, 0},
            { "delId",       'c', &ChatHandler::HandleGMTicketDelByIdCommand, "Deletes GM Ticket by ID",      NULL, 0, 0, 0},
            { NULL,            0, NULL,                                       "",                             NULL, 0, 0  }
        };
        dupe_command_table(GMTicketCommandTable, _GMTicketCommandTable);

    WoW.. what a handful, now im going to be changing 3 things "get" "getid" "delId" they are just the things that you type in game for GmTickets.
    Now im going to change "get" to "getTicket"
    Then im going to change "getId" to "getTicketId"
    And finally I will change "delId" to "delTicketId"

    Code:
    &ChatHandler::HandleGMTicketDelByIdCommand, "Deletes GM Ticket by ID"
    Now, all the things in red you may not change, but the others you keep the same, the " " will say Deletes GM tckets by ID next to the command.
    You may also make custom commands like .morphall may release a guide later on how to do that.

    Note: My guides will no longer be allowed on ******* as I have just joined and will put all my contributions on there. ******* name: *~Descending~*





    › See More: Renaming GM Commands

  2. #2
    Beginner

    Join Date
    Jan 2009
    Posts
    1
    Post Thanks / Like
    Rep Power
    16
    Reputation
    1

    Register to remove this ad
    yap very simple




  3. Related Threads - Scroll Down after related threads if you are only interested to view replies for above post/thread

 

 

Visitors found this page by searching for:

rename wow gm command

gm command for rename

wow gm command rename

gm command rename

how to rename gm wow

rename gm command

gm rename wow

rename gm parancs

gm command rename

gm parancsok rename

gm command

commands

SEO Blog

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
All times are GMT -5. The time now is 09:38 AM.
Powered by vBulletin® Copyright ©2000-2024, Jelsoft Enterprises Ltd.
See More links by ForumSetup.net. Feedback Buttons provided by Advanced Post Thanks / Like (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
vBulletin Licensed to: MMOPro.org