From f8b924c26208e7c676d38102106e1fa7d8122473 Mon Sep 17 00:00:00 2001 From: "Michael Cook (mackal)" Date: Sun, 26 Nov 2017 18:51:27 -0500 Subject: [PATCH] Identified other OP_MoveMultipleItems opcodes Older clients don't actually ever send this but they do accept it --- utils/patches/patch_SoD.conf | 1 + utils/patches/patch_SoF.conf | 1 + utils/patches/patch_Titanium.conf | 1 + utils/patches/patch_UF.conf | 1 + 4 files changed, 4 insertions(+) diff --git a/utils/patches/patch_SoD.conf b/utils/patches/patch_SoD.conf index 0e8e36e02..5913670ae 100644 --- a/utils/patches/patch_SoD.conf +++ b/utils/patches/patch_SoD.conf @@ -241,6 +241,7 @@ OP_AutoAttack=0x3d86 # C OP_AutoAttack2=0x4ca1 # C OP_Consume=0x7ce4 # C OP_MoveItem=0x7f56 # C +OP_MoveMultipleItems=0x4572 OP_DeleteItem=0x36f8 # C OP_DeleteCharge=0x1df9 # C OP_ItemPacket=0x34f8 # C diff --git a/utils/patches/patch_SoF.conf b/utils/patches/patch_SoF.conf index cae177bfc..6360617a2 100644 --- a/utils/patches/patch_SoF.conf +++ b/utils/patches/patch_SoF.conf @@ -237,6 +237,7 @@ OP_AutoAttack=0x3427 #Trevius 01/20/09 OP_AutoAttack2=0x6017 #Trevius 01/20/09 OP_Consume=0x729a #Trevius 02/08/09 OP_MoveItem=0x14B3 #Trevius 02/08/09 +OP_MoveMultipleItems=0x2d3e OP_DeleteItem=0x7DD4 #Xinu 03/08/09 0x41EE 0x018E 0x070C OP_DeleteCharge=0x32e2 #Trevius 03/23/09 OP_ItemPacket=0x78Cd #Trevius 02/08/09 diff --git a/utils/patches/patch_Titanium.conf b/utils/patches/patch_Titanium.conf index 23f07109f..27aa18376 100644 --- a/utils/patches/patch_Titanium.conf +++ b/utils/patches/patch_Titanium.conf @@ -198,6 +198,7 @@ OP_Split=0x4848 # ShowEQ 10/27/05 OP_Surname=0x4668 # ShowEQ 10/27/05 OP_ClearSurname=0x6cdb OP_MoveItem=0x420f # ShowEQ 10/27/05 +OP_MoveMultipleItems=0x463b OP_FaceChange=0x0f8e # ShowEQ 10/27/05 OP_ItemPacket=0x3397 # ShowEQ 10/27/05 OP_ItemLinkResponse=0x667c # ShowEQ 10/27/05 diff --git a/utils/patches/patch_UF.conf b/utils/patches/patch_UF.conf index 6d8064029..a96b4208a 100644 --- a/utils/patches/patch_UF.conf +++ b/utils/patches/patch_UF.conf @@ -251,6 +251,7 @@ OP_AutoAttack=0x1df9 # C OP_AutoAttack2=0x517b # C OP_Consume=0x24c5 # V OP_MoveItem=0x2641 # C +OP_MoveMultipleItems=0x40e8 OP_DeleteItem=0x66e0 # C OP_DeleteCharge=0x4ca1 # C OP_ItemPacket=0x7b6e # C