New way to add Flying in Azeroth menu

User Tag List

Results 1 to 3 of 3
  1. #1
    jmulhern345's Avatar Banned
    Reputation
    93
    Join Date
    Mar 2008
    Posts
    165
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    New way to add Flying in Azeroth

    Ok Open Up player.cpp
    Search for 530

    Change the Line to != 530 to > 580
    do the same for the next 2 searches for 530

    The open Spellauras.cpp


    Search for void Aura::SpellAuraEnableFlight(bool apply)

    Ok This maybe tricky

    ##################################################


    void Aura::SpellAuraEnableFlight(bool apply)
    {
    if(apply)
    {
    m_target->EnableFlight();
    m_target->m_flyspeedModifier += mod->m_amount;
    m_target->UpdateSpeed();
    if(m_target->IsPlayer())
    {
    static_cast< Player* >( m_target )->flying_aura = m_spellProto->Id;
    }
    }
    if(!apply) <---------------------------------------THIS LINE MAKE yours alike YOurs should say (Else) make it say if(!apply)
    ##################################################



    This is the part that i had to figure out on my own cause Lafroid's procedure stoped working for me......................
    open up Unit.cpp
    Search for tis line void Unit::AddAura(Aura *aur)



    void Unit::AddAura(Aura *aur)
    {
    if( m_mapId > 580 ) <--------------------Change the 530 to 580 as well and add the > sign
    {
    for( uint32 i = 0; i < 3; ++i )
    {
    // Can't use flying auras in non-outlands.
    if( aur->GetSpellProto()->EffectApplyAuraName[i] == 208 || aur->GetSpellProto()->EffectApplyAuraName[i] == 207 )
    {
    delete aur; <--------------------------IF you are using a Arcemu newer rev yours should say something else change it to mine
    return;
    }
    }
    }

    if( aur->GetSpellProto()->School && SchoolImmunityList[aur->GetSpellProto()->School] )
    {
    delete aur; <--------------------------IF you are using a Arcemu newer rev yours should say something else change it to mine
    return;



    The delete aur; thing was what i figured out the rest is from Lafroids guid i recomend his guide it is easier but i posted this for one reason to show you what yopou have to do to make the flyers work in azeroth since the newer SVN is scripted diffrently or something i am not sure just use LaFroids guide if you do not understand mine just referr to mine for the Unit.cpp part

    New way to add Flying in Azeroth
  2. #2
    rubberducky's Avatar Member
    Reputation
    1
    Join Date
    Mar 2007
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok... I just need to know where player.cpp is. Be a little more specific please

  3. #3
    jmulhern345's Avatar Banned
    Reputation
    93
    Join Date
    Mar 2008
    Posts
    165
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by rubberducky View Post
    Ok... I just need to know where player.cpp is. Be a little more specific please
    DO you have the SVN its in arcemu-World

Similar Threads

  1. New way to fly in Dalaran
    By Jendoren in forum World of Warcraft Exploits
    Replies: 7
    Last Post: 05-29-2009, 10:09 AM
  2. [Exploration] New way to get under Northrend (Flying Mount)
    By DrollixX in forum World of Warcraft Exploration
    Replies: 8
    Last Post: 02-16-2009, 02:06 PM
  3. NEW way to fly under Northrend/and in caves.
    By Anthonyrox8 in forum World of Warcraft Exploration
    Replies: 4
    Last Post: 12-04-2008, 01:45 AM
  4. [GUIDE] One Way To Let Your Players Fly In Azeroth [NON GM]
    By asmunden193 in forum WoW EMU Guides & Tutorials
    Replies: 5
    Last Post: 10-11-2008, 11:46 AM
  5. 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
All times are GMT -5. The time now is 11:46 AM. 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