Noob guide to adding flying mounts in azeroth menu

User Tag List

Results 1 to 6 of 6
  1. #1
    L'Lawliet's Avatar Contributor
    Reputation
    212
    Join Date
    Jun 2007
    Posts
    1,765
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Noob guide to adding flying mounts in azeroth

    Here is a noob guide on how to add flying mounts in azeroth.I am also giving a guide on how to compile
    Credz to me for making guide noob friendly and timmyvac for making a guide

    Requirements
    Tortoise SVN - Download | TortoiseSVN
    Visual C++ 2005 - Download
    Platform SDK - Filebeam - Free Fast File Hosting
    Notepad

    Instructions
    1.Make a new folder and call it Ascent
    2.Once you make it right click it and press SVN Checkout
    3. In the URL put in http://projects.emupedia.com/svn/ascent/trunk/
    4. A popup should appear with a username and password. For the username put Anonymous and leave the password alone, i would also advice checking the remember account box.
    5.Once it is done open up the folder then src and inside there open up game.
    6.Once you are in the Game folder search for Unit.cpp(if you dont know witch file is the ccpp file put your mouse over it and read its description)
    7.Once you find Unit.cpp open it up with notepad.
    8.Once opened press CTRL+S and type in Can't use flying auras in non-outlands and search it
    9. About a couple lines above it there should be a line saying
    if(m_mapId != (some mapid is here))
    change the mapid(mine was 530) to 580 and save it
    10.Then search for the file called SpellAuras.cpp
    11.Open it up with notepad and again press CTRL+S
    12.In the box put SpellAuraEnableFlight(bool apply)
    13.Under that should be this
    Code:
    {
    if(m_target->IsPlayer())
    {
       static_cast<Player*>(m_target)->FlyCheat = apply;
       static_cast<Player*>(m_target)->flying_aura = m_spellProto->Id;
    }
    
    if(apply)
    {
       m_target->EnableFlight(true);
       m_target->m_flyspeedModifier += mod->m_amount;
       m_target->UpdateSpeed(true);
    }
    else
    {
       m_target->DisableFlight(true);
       m_target->m_flyspeedModifier -= mod->m_amount;
       m_target->UpdateSpeed(true);
    }
    }
    replace the else with if(!apply)
    14.Save the file and exit


    And that concludes the modifying part of the guide

    Go to next post for the rest of the guide.
    Last edited by L'Lawliet; 12-15-2007 at 03:09 PM.

    Noob guide to adding flying mounts in azeroth
  2. #2
    L'Lawliet's Avatar Contributor
    Reputation
    212
    Join Date
    Jun 2007
    Posts
    1,765
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Compiling Part

    1.Open up Visual C++ 2005
    2.Click the folder button and go to your ascent folder you downloaded.
    3.Go into the win folder and open up VC80.sln
    4.Once open go to Build ---> Configuration Manager
    5.In there change Activate solution Configuration from Debug to Release
    6.Then do Build--->Build Solution
    7.Wait till its finished
    8.Then open up scripts2005.sln in src\scripts
    9. do the same thing again
    10. you are done
    Last edited by L'Lawliet; 12-15-2007 at 04:12 PM.

  3. #3
    Le Froid's Avatar Contributor
    Reputation
    172
    Join Date
    Mar 2007
    Posts
    1,327
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    (even with credit) isnt this just the same thing as in my guide except with 1) 2) stuff :P
    edit: oh yeah and i don't think it would compile without going into tools-options-vc++ directories and linking to the SDK files or whatever
    Last edited by Le Froid; 12-25-2007 at 04:25 PM.

  4. #4
    L'Lawliet's Avatar Contributor
    Reputation
    212
    Join Date
    Jun 2007
    Posts
    1,765
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i gave a guide on how to compile(i dont know any compilers exept self compilation.)
    and no it aint the same its way easier and yea your right i will update when i get back from watching I am legend
    Last edited by L'Lawliet; 12-15-2007 at 04:13 PM.

  5. #5
    Serpan's Avatar Member
    Reputation
    1
    Join Date
    Jul 2007
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you! This helped me a lot! <3<3

  6. #6
    vikkitor's Avatar Member
    Reputation
    1
    Join Date
    Jul 2007
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I get errors when i'm compiling it comes that the location is not valid or something
    EDIT: This error always comes up "fatal error C1083: Cannot open include file: 'windows.h': No such file or directory"
    Last edited by vikkitor; 12-27-2007 at 07:28 PM.

Similar Threads

  1. Replies: 9
    Last Post: 10-28-2008, 06:18 PM
  2. [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
  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 05:52 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