[acent] Flying mounts in azeroth

Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 33
  1. #16
    Account Upgraded | Title Enabled! poemihai is offline
    MemberRank
    May 2007 Join Date
    RomaniaLocation
    247Posts

    Re: [acent] Flying mounts in azeroth

    Well those should be available only to fewer players ..like vips or something like that ..or as a prize for some hard event or competition.. would be really nice .. i am working right now on this ..but i won't be finishing it today .. got to go to sleep :P

    PS: I am planing a devastating come-back of my server ...i hope i'll make it :D

  2. #17
    Enthusiast Voltex is offline
    MemberRank
    Sep 2007 Join Date
    CroatiaLocation
    42Posts

    Re: [acent] Flying mounts in azeroth

    well i think that would be possible to make it like a even "item" or something would be easyer to give player .cheat fly command:P

  3. #18
    Apprentice haiato is offline
    MemberRank
    Feb 2006 Join Date
    19Posts

    Re: [acent] Flying mounts in azeroth

    post a compile rev for ascent mount in azeroth please xD

    tks

  4. #19
    Apprentice Cypriz is offline
    MemberRank
    Nov 2007 Join Date
    Canada, British ColumbiaLocation
    14Posts

    Re: [acent] Flying mounts in azeroth

    It is possiable, you need to make an item, that when equip, it mounts you up, It has been done on other servers.

  5. #20
    Account Upgraded | Title Enabled! Undawned is offline
    MemberRank
    Mar 2006 Join Date
    No-whereLocation
    613Posts

    Re: [acent] Flying mounts in azeroth

    They don't lag your server, tho there is a bug in ascent where any flying mount freezes your game.

  6. #21
    You don't know me. Paco44 is offline
    MemberRank
    Apr 2006 Join Date
    IllinoisLocation
    1,777Posts

    Re: [acent] Flying mounts in azeroth

    It has the ability to lag your server if it isn't the best type of server out there (hosted on a dedicated), or with a mass amount of people at once.

  7. #22
    Account Upgraded | Title Enabled! poemihai is offline
    MemberRank
    May 2007 Join Date
    RomaniaLocation
    247Posts

    Re: [acent] Flying mounts in azeroth

    ..back ..oh well i done everything it says it that tutorial but it didn't worked ..now i can't use flying mounts at all ..any ideeas why would that happen ?!

  8. #23
    Valued Member pedwily is offline
    MemberRank
    Jun 2007 Join Date
    Denver, CoLocation
    118Posts

    Re: [acent] Flying mounts in azeroth

    Quote Originally Posted by jab416171 View Post
    .cheat fly
    your cool...


    no but really you have to modify the database to trick the game into thinking its a normal mount while you can summon it

  9. #24
    Enthusiast Sinister~ is offline
    MemberRank
    Apr 2007 Join Date
    25Posts

    Re: [acent] Flying mounts in azeroth

    Actually, the best idea.. if you plan to add this to your server. Is to do what we did, and make them rare items. Most the rumored bugs that come with flying mounts in Azeroth are, flying to high, and ending up in a different town or area. Flying over major mobs to get to larger loot mobs/bosses (useless on highrate servers, since all good loot is in outlands). Using them in instances... which can be worked around by making the item cast a normal mount spell. Lagging the server is not true, this mostly clientside, which does not work the server much harder at all, but could cause low end computer players to lag. Em, other than that, they are pretty cool. Just do everything Voltex said.

    Also, for latest Ascent revisions, there was a couple changes to make it work right. Here's another guide, just for that.

    You will have to modify the following files: Player.cpp, SpellAuras.cpp, MovementHandler.cpp & Unit.cpp

    In Player.cpp you will need to search and replace 3 items

    First search for:

    !=530
    and replace it with
    >580

    then search for:

    != 530
    (yes, just add a space) and replace it with
    > 580

    All 3 will look something like

    if(flying_aura && MapID > 580)


    In SpellAuras.cpp you will need to search for
    Aura::SpellAuraEnableFlight(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<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);
    }
    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 and replace:

    if(m_mapId != 530)
    with
    if(m_mapId > 580)

    Code:
    if(m_mapId != 530) //<<--- Change this
    {
    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 build it and once it is finished create an item that will cast the mount you desire on equip. The current items will not work with this change (they still work in the Outlands as normal) so you will have to create some new items for it to work.

    Such as:

    INSERT INTO items VALUES (90001, 4, 0, -1, "Charm of the Phonix", "Charm of the Phonix", "Charm of the Phonix", "Charm of the Phonix", 43430, 3, 0, 0, 0, 12, -1, -1, 128, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 40192, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, "", 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 225, 0);

  10. #25
    Account Upgraded | Title Enabled! poemihai is offline
    MemberRank
    May 2007 Join Date
    RomaniaLocation
    247Posts

    Re: [acent] Flying mounts in azeroth

    I guess i will try this one and see if it works ..brb with feedback ;)

  11. #26
    Proficient Member yrref is offline
    MemberRank
    Sep 2005 Join Date
    167Posts

    Re: [acent] Flying mounts in azeroth

    Works with me, nice ^^

  12. #27
    Account Upgraded | Title Enabled! poemihai is offline
    MemberRank
    May 2007 Join Date
    RomaniaLocation
    247Posts

    Re: [acent] Flying mounts in azeroth

    WOW ..IT WORKS !!! Excelent guide Sinister~

    here are some pics


    and

  13. #28
    Member blade.tri is offline
    MemberRank
    Mar 2007 Join Date
    96Posts

    Re: [acent] Flying mounts in azeroth

    Yeah.. i will get it a try too ^^ Compiling right now...

    EDIT: OMG!! COOL! :D

    If anyone is thinking about doing this... JUST DO IT! IT'S PURE AWESOMENESS!
    Last edited by blade.tri; 29-11-07 at 09:07 PM.

  14. #29
    Account Upgraded | Title Enabled! poemihai is offline
    MemberRank
    May 2007 Join Date
    RomaniaLocation
    247Posts

    Re: [acent] Flying mounts in azeroth

    I released my ascent.exe to the comunity if anyonw wants it go to http://forum.ragezone.com/f114/relea...-moded-331579/

  15. #30
    You don't know me. Paco44 is offline
    MemberRank
    Apr 2006 Join Date
    IllinoisLocation
    1,777Posts

    Re: [acent] Flying mounts in azeroth

    Just remember folks, the flying mount is only ONE mount, unless more are made. This doesn't make every flying mount there is available to use.



Page 2 of 3 FirstFirst 123 LastLast

Advertisement