[GUIDE] [Compile]How to enable flying mounts in northrend menu

User Tag List

Results 1 to 11 of 11
  1. #1
    Moaradin's Avatar Contributor
    Reputation
    163
    Join Date
    Feb 2008
    Posts
    439
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [GUIDE] [Compile]How to enable flying mounts in northrend

    Hi guys, I am going to tell you guy how to enable flying mounts to work in northrend. If you dont know how to compile, then dont bother reading.



    Go into your arcemu source


    Open up Player.cpp
    Look around line 3650 for this:


    Code:
         if(flying_aura && m_mapId != 530)
    and change it to this:

    Code:
        if(flying_aura && ((m_mapId != 530) && (m_mapId != 571 || !HasSpellwithNameHash(SPELL_HASH_COLD_WEATHER_FLYING))))
    repeat around line 8490, and 8545

    Then open SpellNameHashes.h
    add this line in there somewhere:



    Code:
    #define SPELL_HASH_COLD_WEATHER_FLYING                                                  0xD9E23E36
    Then open Unit.cpp
    around line 4165, change this:



    Code:
        if( m_mapId != 530 )
    to this:


    Code:
        if(m_mapId!=530 && (m_mapId!=571 || (IsPlayer() && !((Player*)this)->HasSpellwithNameHash(SPELL_HASH_COLD_WEATHER_FLYING))))
    And that is it! Just recompile your core like normal and That will enable flying mounts in northrend.


    What this patch does:

    Well its simple. If you have cold weather flying, you will be able to use your flying mount in northrend. If you dont then you cant.

    Have fun =)

    Pictures:




    Credits:
    Whoami from arcemu
    Last edited by Moaradin; 11-22-2008 at 09:03 PM.

    +rep people who help you

    [GUIDE] [Compile]How to enable flying mounts in northrend
  2. #2
    drpanda's Avatar Member
    Reputation
    6
    Join Date
    Nov 2008
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thankyou so much working on my server right now.

  3. #3
    Moaradin's Avatar Contributor
    Reputation
    163
    Join Date
    Feb 2008
    Posts
    439
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Np. glad that it works for you!

    +rep people who help you

  4. #4
    Terrlas's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Im new to this, but can you explain for me how to find the source? im using ArcEmu 3.0.3.
    and im using windows vista. i cant find any file u mention in ur post in the ArcEmu folder =/

  5. #5
    Thug4Life's Avatar Banned
    Reputation
    69
    Join Date
    Jul 2008
    Posts
    157
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It's not in the ArcEmu folder, it's in the Database (MySQL Navicat - is what I use)

  6. #6
    Terrlas's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    SOrry need 3 posts for linking what im about to link, so delete this one after

  7. #7
    Terrlas's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i tryd using MySQL Navicat and succssfully opened the database, but still i cant find any file he mentioned in the guide. ArcEmu TRUNK r1677/Release-Win-X86 is the version on the server i have.

    i will upload some pics on the files.
    Picture 1-> http://img152.imageshack.us/img152/6...asepic1sb7.jpg
    Picture 2-> http://img242.imageshack.us/img242/9...asepic2hg2.jpg

    btw Thug4Life, u on Efnet on the nintendo channels ?

  8. #8
    Moaradin's Avatar Contributor
    Reputation
    163
    Join Date
    Feb 2008
    Posts
    439
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Like I said in the first thread: If you dont know how to compile, then dont bother reading.

    If you dont know how to compile, then look up a guide.

    +rep people who help you

  9. #9
    jinktreek's Avatar Member
    Reputation
    8
    Join Date
    Sep 2008
    Posts
    109
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Im new to this, but can you explain for me how to find the source? im using ArcEmu 3.0.3.
    and im using windows vista. i cant find any file u mention in ur post in the ArcEmu folder =/
    When you compile ARCEMU, the player.cpp will be in the core folder

  10. #10
    Neth'zul's Avatar Banned
    Reputation
    204
    Join Date
    Nov 2007
    Posts
    887
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Very nice guide man! Ive been wondering how to do this ! +3 rep!

  11. #11
    kimba987's Avatar Member
    Reputation
    3
    Join Date
    Dec 2008
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    WoW thats cool is it possible to make it for repacks though

Similar Threads

  1. [Guide] How to make Flying Mounts Usable in Azeroth
    By Pedregon in forum WoW EMU Guides & Tutorials
    Replies: 0
    Last Post: 05-11-2010, 12:56 AM
  2. How to use flying mount on Sunwell island and Silvermoon city
    By Imbecill in forum WoW EMU Exploits & Bugs
    Replies: 9
    Last Post: 09-19-2008, 07:11 PM
  3. 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
  4. 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
  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 01:45 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