Results 1 to 7 of 7

Thread: eq2 radar

  1. #1
    Registered User
    Join Date
    Sep 2008
    Posts
    14

    eq2 radar

    getting closer to releasing a EQ2 myseq program, just need some help decoding the movement packet. Does anyone here have the structure of the movement update packet? it`s the only packet that i can`t find..

  2. #2
    Registered User
    Join Date
    Sep 2006
    Posts
    97

    Re: eq2 radar

    You might want to look at some of the work EQ2 Emulator has done.

    Specifically, this file might contain what you're looking for:
    https://eq2emulator.svn.sourceforge....awnStructs.xml

  3. #3
    Registered User
    Join Date
    Sep 2008
    Posts
    14

    Re: eq2 radar

    thanks, already have a emu server running for testing the client, and i did look at the source code, that`s where i`m getting the other packet structures, but for some reason there is no information for the movement packet.

    was just hoping that someone had the information, if not i`ll take me longer to determine the information in the packet, which will delay the release of the radar program.

  4. #4
    Registered User
    Join Date
    Sep 2006
    Posts
    97

    Re: eq2 radar

    It appears that the movement packet is conditional depending on what has changed for the spawn and is built accordingly. The code use to construct the packet can be found in Spawn.cpp:

    https://eq2emulator.svn.sourceforge....orld/Spawn.cpp


    The function is EQ2Packet* Spawn::spawn_update_packet(Spawn* player, int16 version, bool override_changes).

  5. #5
    Registered User
    Join Date
    Sep 2008
    Posts
    14

    Re: eq2 radar

    thanks that helped, also found this posting, that states how to read the packet..

    http://www.eq2emulator.net/phpBB3/vi...GhostCmd#p2882

  6. #6
    Registered User
    Join Date
    Apr 2009
    Posts
    16

    Re: eq2 radar

    Are you going to remove the ghosts or are you going to have them in different colors?

    Sometimes a ghost is a good spot to run to and camp.

  7. #7
    Registered User
    Join Date
    Sep 2008
    Posts
    14

    Re: eq2 radar

    making some more progress, fixed a bug with my mob naming routine that was only allowing 20 npc/items to show up on the myseq client. now it can show the full list, currently 257 npc/items.

    getting closer to release..just working on movement now..

    http://mmoradar.com/images/myseq2.jpg

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

You may post new threads
You may post replies
You may post attachments
You may edit your posts
HTML code is On
vB code is On
Smilies are On
[IMG] code is On