Flying Mounts in Azeroth menu

User Tag List

Results 1 to 5 of 5
  1. #1
    Found's Avatar Banned
    Reputation
    239
    Join Date
    Mar 2009
    Posts
    642
    Thanks G/R
    1/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Flying Mounts in Azeroth

    WARNING:Be careful when editing source files

    First of all you need the latest ascent core to get this please look up how to checkout in guides forums.
    Then, go into (folder it's in)/src/game and Open Unit.cpp

    Code:
      // Can't use flying auras in non-outlands.
                if(aur->GetSpellProto()->EffectApplyAuraName[i] == 208 || aur->GetSpellProto()->EffectApplyAuraName[i] == 207)
                {
                    delete aur;
                    return;
                }
            }
        }
    
    About two lines above that it will have something like
    
    Code:
    
    {
        if(m_mapId != (some mapid is here))
        {
            for(uint32 i = 0; i < 3; ++i)
            {
    
    now change the if(m_mapId != part to

    Code:
    if(m_mapId != 580)
    Then in SpellAuras.cpp you will need to search for void AuraellAuraEnableFlight(bool apply)

    Replace the else with if(!apply) which should look like this:

    Code:
    void Aura::SpellAuraEnableFlight(bool apply)
    {
    if(m_target->IsPlayer())
    {
       static_cast(m_target)->FlyCheat = apply;
       static_cast(m_target)->flying_aura = m_spellProto->Id;
    }
    
    if(apply)
    {
       m_target->EnableFlight(true);
       m_target->m_flyspeedModifier += mod->m_amount;
       m_target->UpdateSpeed(true);
    }
    if (!apply)  //replaced else with:  if(!apply)  to allow flying mounts in the old lands
    {
       m_target->DisableFlight(true);
       m_target->m_flyspeedModifier -= mod->m_amount;
       m_target->UpdateSpeed(true);
    }
    }
    Now for the last. In Unit.cpp find void Unit::AddAura(Aura *aur) and comment out the following:

    Code:
    //if(m_mapId != 530) 
    //{
    //for(uint32 i = 0; i < -1; ++i)
    //{
    // Can't use flying auras in non-outlands.
    //if(aur->GetSpellProto()->EffectApplyAuraName[i] == 208 || aur->GetSpellProto()->EffectApplyAuraName[i] == 207)
    //{
    //delete aur;
    //return;
    //}
    //}
    //}
    Now you need to make new flying mounts for it to work, here is an example:

    Code:
    INSERT INTO `items`
    VALUES
    ('90002',' 4',' 0',' -1','Insignia of the Gryphon Rider','Insignia of the Gryphon Rider','Insignia of the Gryph



    Found at www.ac-web.org/forum/ and modified a lil bit

    Flying Mounts in Azeroth
  2. #2
    slapaf's Avatar Member
    Reputation
    1
    Join Date
    Jun 2008
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Good guide

  3. #3
    Found's Avatar Banned
    Reputation
    239
    Join Date
    Mar 2009
    Posts
    642
    Thanks G/R
    1/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ty hope it helped

  4. #4
    Evilbuffy's Avatar Member
    Reputation
    38
    Join Date
    Mar 2009
    Posts
    185
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks, helpful information!

  5. #5
    Marlak's Avatar Member
    Reputation
    5
    Join Date
    Feb 2007
    Posts
    50
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I don't think this should be used on a more public server with all the unfinished areas but still for a small server to play with your friends it's useful, thanks

Similar Threads

  1. How to add flying mounts in azeroth!
    By Le Froid in forum WoW EMU Guides & Tutorials
    Replies: 80
    Last Post: 05-18-2008, 05:06 PM
  2. Flying Mounts in Azeroth! =D
    By Hazshadow in forum World of Warcraft Emulator Servers
    Replies: 10
    Last Post: 10-31-2007, 11:59 AM
  3. Flying mounts in Azeroth
    By Pyros soul in forum World of Warcraft Exploits
    Replies: 3
    Last Post: 06-11-2007, 01:13 PM
  4. [Request] Flying Mount in Azeroth?
    By Dizziness in forum WoW ME Questions and Requests
    Replies: 0
    Last Post: 05-03-2007, 11:51 AM
  5. Flying Mounts in Azeroth
    By kay in forum World of Warcraft Exploits
    Replies: 28
    Last Post: 03-04-2007, 04:19 AM
All times are GMT -5. The time now is 10:23 PM. 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