[BEG]Mangos for 1.1.2 Need Help plz menu

User Tag List

Results 1 to 4 of 4
  1. #1
    wowDevver24's Avatar Member
    Reputation
    1
    Join Date
    Dec 2009
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [BEG]Mangos for 1.1.2 Need Help plz

    Hi, I'm in the process of writing a Total Conversion for wow 1.1.2 with associated private server. I have mangos compiling and I can even get it to add commands, quests etc, what I do not seem to be able to do is make my character free-fly (preferably with mount) plz help me, I have got a newer build of the mangos server that allows free flight (for bc+) however it's code will not backport, but I know this can be done as the server can move the player anywhere and it's kind of like a normal taxi without the need for nodes, I would also like some help on fixing issues I have with the server like not being able to revive when I fall through deeprun tram floor and some general advice from your venerable esteemed selves

    plz help this will ruin my Total conversion server if I cannot free-fly in azeroth and .fly is not in my server build (which I need for client)

    here is the code I am trying to use to summon the races flying taxi mount for free-fly (btw I may need help turning it off afterwards lol

    Code:
    bool ChatHandler::HandleFlyCommand(const char* args)
    {
    	Player* _player = m_session->GetPlayer();
    	_player->Mount( objmgr.GetTaxiMount(_player->GetTaxiSource(), _player->GetTeam()) , false );
    	WorldPacket fly(835, 13);
    	fly.append(_player->GetPackGUID());
    	fly.append(uint32(2));
    	_player->SendMessageToSet( &fly, true );
    	return true;
    }
    thx

    [BEG]Mangos for 1.1.2 Need Help plz
  2. #2
    wowDevver24's Avatar Member
    Reputation
    1
    Join Date
    Dec 2009
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It's still not working... plz help

    Code:
    bool ChatHandler::HandleFlyCommand(const char* args)
    {
        if(!args)
            return false;
    
        Unit *unit = getSelectedUnit();
        if (!unit || (unit->GetTypeId() != TYPEID_PLAYER))
            unit = m_session->GetPlayer();
    
        WorldPacket data(12);
    	/*
    	SMSG_MOVE_SET_CAN_FLY                           = 0x343,
        SMSG_MOVE_UNSET_CAN_FLY                         = 0x344,
        CMSG_MOVE_SET_CAN_FLY_ACK                       = 0x345,
        CMSG_MOVE_SET_FLY                               = 0x346,
    	*/
        if (strncmp(args, "on", 3) == 0)
            data.SetOpcode(0x343);
        else if (strncmp(args, "off", 4) == 0)
            data.SetOpcode(0x344);
        else
        {
            SendSysMessage("Must specify on or off not a mind reader!");
            return false;
        }
        data.append(unit->GetPackGUID());
        data << uint32(0);                                      // unknown
        unit->SendMessageToSet(&data, true);
    	PSendSysMessage("Flying mode for unit: %s is %s", unit->GetName(), args); 
        return true;
    }
    I have hacked this from trinity core zero and it still does not want to play ball, I must admit when I ran a pre-compiled trinity core zero flying did not work (nor did anything else) I have tried the client message and the server message but to no avail boo hoo boo hoo c'mon help a guy out

  3. #3
    wowDevver24's Avatar Member
    Reputation
    1
    Join Date
    Dec 2009
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I think what i need to do is go bk to the taxi version and tell it to go into taxi node building mode constantly deleting the previous nodes as they are updated, if anyone can figure this out plz PM me

  4. #4
    ryanch09's Avatar Corporal
    Reputation
    38
    Join Date
    Apr 2010
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sorry for bumping old post but,

    flying was never implemented in wow before TBC. So its not possible to fly.

Similar Threads

  1. [MANGOS] Hamachi Connection fails! I need help!
    By Xel in forum WoW EMU Questions & Requests
    Replies: 3
    Last Post: 07-09-2009, 03:15 PM
  2. Been Gone For Alot Of Time, Need Help (Ascent)
    By shadowmarkus in forum WoW EMU Questions & Requests
    Replies: 3
    Last Post: 10-07-2008, 10:12 AM
  3. NEED HELP plz read
    By Kazard123 in forum World of Warcraft Emulator Servers
    Replies: 1
    Last Post: 03-05-2008, 06:08 AM
  4. Need Help plz
    By pytos in forum World of Warcraft Emulator Servers
    Replies: 6
    Last Post: 12-14-2007, 04:59 PM
  5. Krazzee Fault ? Need Help Plz T-T
    By Nynynoob in forum WoW ME Questions and Requests
    Replies: 2
    Last Post: 07-21-2007, 09:49 AM
All times are GMT -5. The time now is 10:19 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