Exemplo n.º 1
0
        public static void Configure()
        {
            IncomingPackets.Register(0x01, 5, false, Disconnect);
            IncomingPackets.Register(0x05, 5, true, AttackReq);
            IncomingPackets.Register(0x12, 0, true, TextCommand);
            IncomingPackets.Register(0x22, 3, true, Resynchronize);
            IncomingPackets.Register(0x2C, 2, true, DeathStatusResponse);
            IncomingPackets.Register(0x34, 10, true, MobileQuery);
            IncomingPackets.Register(0x3A, 0, true, ChangeSkillLock);
            IncomingPackets.Register(0x72, 5, true, SetWarMode);
            IncomingPackets.Register(0x73, 2, false, PingReq);
            IncomingPackets.Register(0x7D, 13, true, MenuResponse);
            IncomingPackets.Register(0x95, 9, true, HuePickerResponse);
            IncomingPackets.Register(0x9A, 0, true, AsciiPromptResponse);
            IncomingPackets.Register(0x9B, 258, true, HelpRequest);
            IncomingPackets.Register(0xA4, 149, false, SystemInfo);
            IncomingPackets.Register(0xA7, 4, true, RequestScrollWindow);
            IncomingPackets.Register(0xB1, 0, true, DisplayGumpResponse);
            IncomingPackets.Register(0xC2, 0, true, UnicodePromptResponse);
            IncomingPackets.Register(0xC8, 2, true, SetUpdateRange);
            IncomingPackets.Register(0xD0, 0, true, ConfigurationFile);
            IncomingPackets.Register(0xD1, 2, true, LogoutReq);
            IncomingPackets.Register(0xD7, 0, true, EncodedCommand);
            IncomingPackets.Register(0xF4, 0, false, CrashReport);

            IncomingPackets.RegisterEncoded(0x19, true, SetAbility);
            IncomingPackets.RegisterEncoded(0x28, true, GuildGumpRequest);
            IncomingPackets.RegisterEncoded(0x32, true, QuestGumpRequest);
        }
Exemplo n.º 2
0
 public static void Configure()
 {
     IncomingPackets.Register(0x75, 35, true, RenameRequest);
     IncomingPackets.Register(0x98, 0, true, MobileNameRequest);
     IncomingPackets.Register(0xB8, 0, true, ProfileReq);
     IncomingPackets.Register(0x6F, 0, true, SecureTrade);
 }
Exemplo n.º 3
0
 public static void Configure()
 {
     IncomingPackets.Register(0x07, 7, true, LiftReq);
     IncomingPackets.Register(0x08, 15, true, DropReq);
     IncomingPackets.Register(0x13, 10, true, EquipReq);
     IncomingPackets.Register(0xEC, 0, false, EquipMacro);
     IncomingPackets.Register(0xED, 0, false, UnequipMacro);
 }
Exemplo n.º 4
0
 public static void Configure()
 {
     IncomingPackets.Register(0x3B, 0, true, VendorBuyReply);
     IncomingPackets.Register(0x9F, 0, true, VendorSellReply);
 }
Exemplo n.º 5
0
 public static void Configure()
 {
     IncomingPackets.Register(0x56, 11, true, OnMapCommand);
 }
Exemplo n.º 6
0
 public static unsafe void Configure()
 {
     IncomingPackets.Register(0x71, 0, true, &BBClientRequest);
 }
 public static void Configure()
 {
     IncomingPackets.Register(0x6C, 19, true, TargetResponse);
 }
Exemplo n.º 8
0
 public static void Configure()
 {
     IncomingPackets.Register(0xF0, 0, false, DecodeBundledPacket);
     Register(0x00, true, QueryPartyMemberLocations);
     Register(0x01, true, QueryGuildMemberLocations);
 }