[Question] Creating Custom Commands menu

Shout-Out

User Tag List

Results 1 to 10 of 10
  1. #1
    Edge94's Avatar Contributor
    Reputation
    148
    Join Date
    Aug 2008
    Posts
    466
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Question] Creating Custom Commands

    Ok, so i was thinking about making a server, but i didn't want the regular commands...does anyone know of a guide that i can look at that tells you how to create custom gm commands..

    for ALL levels

    [Question] Creating Custom Commands
  2. #2
    Kiev's Avatar Contributor
    Reputation
    288
    Join Date
    Nov 2007
    Posts
    1,819
    Thanks G/R
    0/4
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Im not sure there is a guide on this specific topic, but i can vaigly remember how to do it, what you need to do is get a core, and lookup under level3, 2, 1, or even 0, or you can look at commands and try to understand them, hope this helped!

  3. #3
    Edge94's Avatar Contributor
    Reputation
    148
    Join Date
    Aug 2008
    Posts
    466
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It did a little bit, I will still try and search for a guide...if i find it i will post it on here.

  4. #4
    Kiev's Avatar Contributor
    Reputation
    288
    Join Date
    Nov 2007
    Posts
    1,819
    Thanks G/R
    0/4
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hehe, i wish you luck on finding that

  5. #5
    Choices's Avatar Member
    Reputation
    94
    Join Date
    Apr 2008
    Posts
    231
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    level0.cpp is for normal users, level1.cpp is for gm, level2.cpp is for admins, as is level3.cpp

  6. #6
    LJN's Avatar Member
    Reputation
    273
    Join Date
    Jun 2007
    Posts
    731
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Custom commands would have to be made in a C++ script or you would need to change the code in the level.cpp's
    ahhhh

  7. #7
    Aznex's Avatar Contributor
    Reputation
    128
    Join Date
    Feb 2008
    Posts
    770
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Considering you have basic c++ knowledge:

    Code:
    static string command = "Whatyouwantyourcommenttobe"; // For example #lolcommand
    
    void SomeVoid(Const char * SomeName) // and the other arguments
    {
    if(SomeName == command)
    {
    //add what is supposed to happen here, for example a teleport
    }
    }
    
    void SetupSomeOtherVoid(ScriptMgr * mgr) 
    {
        mgr->register_hook(SERVER_HOOK_EVENT_ON_CHAT, (void *) SomeVoid);
    }
    Last edited by Aznex; 12-30-2008 at 07:16 PM.

  8. #8
    insignia96's Avatar Banned
    Reputation
    33
    Join Date
    Oct 2008
    Posts
    304
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I was wondering about this too. I am using Aspire Hearthstone Rev 722 and i am trying to make a .uninvisible command with a syntax like ".uninvisible %plrname%" and it would remove the .invisible command from the player specified. Anyone help w/ this?

  9. #9
    BlackEagle's Avatar Member
    Reputation
    15
    Join Date
    Dec 2008
    Posts
    126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Okay can anyone help me with making a command which increases reputation of any faction?
    I do not know C++ so if anyone is willing to make it for me I would be thankful for that.
    I am using ArcEmu Repack By Fearking.

  10. #10
    nickelo's Avatar Active Member
    Reputation
    56
    Join Date
    Aug 2007
    Posts
    463
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Wespinator View Post
    Okay can anyone help me with making a command which increases reputation of any faction?
    I do not know C++ so if anyone is willing to make it for me I would be thankful for that.
    I am using ArcEmu Repack By Fearking.
    This would be a perfect time to start?
    Database Evolved Developer:wave:

Similar Threads

  1. Creating Custom Commands
    By sebbe00 in forum WoW EMU Guides & Tutorials
    Replies: 9
    Last Post: 01-06-2009, 11:47 PM
  2. [QUESTION] Create custom vendors - ArcEmu?
    By Tornad0z in forum WoW EMU Questions & Requests
    Replies: 5
    Last Post: 12-28-2008, 06:47 AM
  3. create custom commands
    By wowsc4p3 in forum World of Warcraft Emulator Servers
    Replies: 3
    Last Post: 04-23-2008, 06:59 AM
  4. Question about creating custom items
    By crwilborn in forum World of Warcraft Emulator Servers
    Replies: 10
    Last Post: 09-12-2007, 02:14 PM
All times are GMT -5. The time now is 11:33 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