[Guide] How to make Flying Mounts Usable in Azeroth menu

User Tag List

Results 1 to 1 of 1
  1. #1
    Pedregon's Avatar Contributor
    Reputation
    220
    Join Date
    Aug 2007
    Posts
    705
    Thanks G/R
    0/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Guide] How to make Flying Mounts Usable in Azeroth

    1.Get your emulators Source.

    2.Open the Projects.

    3.Open the Unit.CPP and find this:

    Code:
    -	if(m_mapId!=530 && (m_mapId!=571 || (IsPlayer() && !((Player*)this)->HasSpellwithNameHash(SPELL_HASH_COLD_WEATHER_FLYING))))
    -	// can't use flying auras in non-outlands or non-northrend (northrend requires cold weather flying)
    -	{
    -		for( uint32 i = 0; i < 3; ++i )
    -		{
    -			if( aur->GetSpellProto()->EffectApplyAuraName[i] == 208 || aur->GetSpellProto()->EffectApplyAuraName[i] == 207 )
    -			{
    -				delete aur;
    -				return;
    -			}
    -		}
    -	}
    -
    Player.CPP

    Code:
    	if(flying_aura && ((m_mapId != 530) && (m_mapId != 571 || !HasSpellwithNameHash(SPELL_HASH_COLD_WEATHER_FLYING))))
    	// can only fly in outlands or northrend (northrend requires cold weather flying)
    	{
    		RemoveAura(flying_aura);
    		flying_aura = 0;
             }
    Remove that Code, they used that to prevent flying auras in those maps.

    4.Compile your ascent emulator as normal.
    Last edited by Pedregon; 05-13-2010 at 05:08 PM.
    Leecher - 08-30-2007 - Contributor - 07-23-2008
    Donator - 06-19-2009
    My website



    [Guide] How to make Flying Mounts Usable in Azeroth

Similar Threads

  1. Replies: 3
    Last Post: 06-16-2010, 03:26 AM
  2. [GUIDE] [Compile]How to enable flying mounts in northrend
    By Moaradin in forum WoW EMU Guides & Tutorials
    Replies: 10
    Last Post: 12-27-2008, 12:10 AM
  3. How to make flying mounts in azeroth
    By xX EPIC Xx in forum WoW EMU Guides & Tutorials
    Replies: 20
    Last Post: 09-14-2008, 05:04 PM
  4. How to make Flying Mounts Work in Azeroth
    By r3anims in forum WoW EMU Guides & Tutorials
    Replies: 16
    Last Post: 09-04-2008, 04:11 AM
  5. [Guide] How to make Flying mounts for azeroth.
    By Swordfish999 in forum WoW EMU Guides & Tutorials
    Replies: 7
    Last Post: 01-16-2008, 09:26 PM
All times are GMT -5. The time now is 12:45 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