Custom fly Command menu

User Tag List

Results 1 to 4 of 4
  1. #1
    snowflaker's Avatar Member
    Reputation
    5
    Join Date
    Sep 2007
    Posts
    71
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Custom fly Command

    Hey guyszzz
    i m looking for ascent source scripts which make custom fly command for players like this
    Code:
    fly phoenix
    fly netherdrkae
    and such i ve seen this somewhere b4 but it was old .dll shit XD i need source

    Custom fly Command
  2. #2
    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)
    You can make it as an addon, no need to modify the core

  3. #3
    snowflaker's Avatar Member
    Reputation
    5
    Join Date
    Sep 2007
    Posts
    71
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    LoL how^^?

  4. #4
    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)

    Here's an example
    Code:
    void onChatFly(Player * pPlayer, uint32 Type, uint32 Lang, const char * Message, const char * Misc)
    {
      if(Message == "fly phoenix")
      {
        //find out how it's done in .mount and paste the relevant code here
      }
      else if(Message == "fly nether")
      {
        //same
      }
    }
    
    void SetupFlyCom(ScriptMgr * Mgr)
    {
      mgr->register_hook(SERVER_HOOK_EVENT_ON_CHAT, &onChatFly);
    }

Similar Threads

  1. [ASCENT] Adding custom GM commands w/ pics!
    By insignia96 in forum WoW EMU Guides & Tutorials
    Replies: 16
    Last Post: 06-13-2009, 11:08 PM
  2. Replies: 9
    Last Post: 10-28-2008, 06:18 PM
  3. How to make Custom Flying Mount in Azeroth
    By arandd in forum WoW EMU Questions & Requests
    Replies: 6
    Last Post: 10-07-2008, 04:42 PM
  4. Custom Flying Mounts
    By GPUseless in forum WoW EMU Questions & Requests
    Replies: 8
    Last Post: 08-24-2008, 06:25 PM
  5. [Release] Custom Quest Commands/Subcommands
    By wowcomputer in forum World of Warcraft Emulator Servers
    Replies: 9
    Last Post: 12-29-2007, 05:35 PM
All times are GMT -5. The time now is 03:33 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