Eluna interaction with Zeppelin/Transports menu

User Tag List

Results 1 to 3 of 3
  1. #1
    yoyoyo's Avatar Active Member
    Reputation
    35
    Join Date
    Nov 2006
    Posts
    106
    Thanks G/R
    3/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Eluna interaction with Zeppelin/Transports

    Does Eluna have any function for interacting with Zeppelins?

    I know there is a "IsTransport" for gameobjects but I can't even get a Zeppelin as a game object in the first place.

    I wasn't able to get the Zeppelin LowGUID or GUID from in game but managed to get it out of the server console by placing messages at certain events and recompiling. The GUID was == to the entry # and the LowGUID was something completely wrong (which might have been my fault, might have used the wrong function)

    After scouring the Cmangos code I noticed:

    Code:
        // check transport data DB integrity    result = WorldDatabase.Query("SELECT gameobject.guid,gameobject.id,transports.name FROM gameobject,transports WHERE gameobject.id = transports.entry");
        if (result)                                             // wrong data found
        {
            do
            {
                Field* fields = result->Fetch();
    
    
                uint32 guid  = fields[0].GetUInt32();
                uint32 entry = fields[1].GetUInt32();
                std::string name = fields[2].GetCppString();
                sLog.outErrorDb("Transport %u '%s' have record (GUID: %u) in `gameobject`. Transports DON'T must have any records in `gameobject` or its behavior will be unpredictable/bugged.", entry, name.c_str(), guid);
            }
            while (result->NextRow());
    
    
            delete result;
        }
    Which I assume would be the reason I'm having such a hard time interacting with it. Unless I'm missing something big here, is my only option to create a custom register for Zeppelins in Eluna and recompile Eluna?

    Eluna interaction with Zeppelin/Transports
  2. #2
    stoneharry's Avatar Moderator Harry


    Reputation
    1618
    Join Date
    Sep 2007
    Posts
    4,564
    Thanks G/R
    151/150
    Trade Feedback
    0 (0%)
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    I don't get what you are trying to hook/do. What is your end-goal?

    Custom transports can be made by creating a gameobject with the correct flags and data and then giving it a taxi path. Taxi paths can be made up using the DBC files.

    Modcraft - View topic - [TUTORIAL] Custom transports, taxis (fly/wind paths)

  3. #3
    yoyoyo's Avatar Active Member
    Reputation
    35
    Join Date
    Nov 2006
    Posts
    106
    Thanks G/R
    3/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by stoneharry View Post
    I don't get what you are trying to hook/do. What is your end-goal?

    Custom transports can be made by creating a gameobject with the correct flags and data and then giving it a taxi path. Taxi paths can be made up using the DBC files.

    Modcraft - View topic - [TUTORIAL] Custom transports, taxis (fly/wind paths)
    For example, every time the Zeppelin lands at a dock, I want it to a world broadcast to say it's there.
    Or, everytime someone enters the Zeppelin I want them to gain a skeleton buff.

    Just some sort of hooks for the Zeppelin to do various stuff.

Similar Threads

  1. Interacting with object
    By miceiken in forum WoW Memory Editing
    Replies: 29
    Last Post: 06-05-2009, 08:51 AM
  2. [Question] Interacting with WoW
    By CrazyCactuaR in forum Programming
    Replies: 3
    Last Post: 05-17-2009, 01:03 PM
  3. Interact with AutoIt ...
    By Dalord Urgod in forum WoW Memory Editing
    Replies: 12
    Last Post: 04-15-2009, 11:05 PM
  4. interacting with diffrent things as zombie
    By whorkitty in forum World of Warcraft Exploration
    Replies: 10
    Last Post: 10-26-2008, 09:23 AM
  5. How to make horde interact with Alliance?
    By zlo in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 08-05-2008, 08:29 AM
All times are GMT -5. The time now is 02:05 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search