[Packet for FusionOrigins] MapStatus

08/03/2010 19:32 -Fáng-#1
Hey! This packet isn't on FusionOrigins' Packet Website.
Here it is:

Code:
public static byte[] MapStatus(int Map, uint Status)
        {
            PacketBuilder P = new PacketBuilder(1110, 16);
            P.Long(Map);
            P.Long(Map);
            P.Long(Status);
            return P.getFinal();
        }
Long = +4 Offsets
08/03/2010 20:17 Arcо#2
Might as well have just PM'd Jack with it so he can put it on the website.
Und also, you have to be specific what patch this is for, packets do change ya know.

Edit;
Everyone can get this easily, its inside of Tanel's 5165, and I'm sure thats not the only place that has it.
08/03/2010 20:25 Basser#3
CoEmu has it, Elite-Emu or whatever its called has it, my old source HepX_CO had it, my 2nd source had it, LOTF had it, NewestCOServer and variaties have it, pretty much everyone has it.
08/03/2010 20:31 Korvacs#4
Post packets in the sticky please.

Closed.