mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 04:56:20 +00:00
Zoning works but saving and player movement packets dont so it's a little limited, wear change works.
Chat is a work in progress but not yet working.
This commit is contained in:
@@ -105,11 +105,11 @@ OP_ExpUpdate=0x0000 #0x611d
|
||||
OP_HPUpdate=0x0000 #0x775c
|
||||
OP_ManaChange=0x0000 #0x0606
|
||||
OP_TGB=0x0000
|
||||
OP_SpecialMesg=0x0000 #0x7d93
|
||||
OP_SpecialMesg=0x7d93
|
||||
OP_GuildMemberList=0x0000
|
||||
OP_GuildMOTD=0x0000
|
||||
OP_CharInventory=0x21d6
|
||||
OP_WearChange=0x0000 #0x44c0
|
||||
OP_WearChange=0x44c0
|
||||
OP_ClientUpdate=0x3a4b
|
||||
OP_ClientReady=0x0831
|
||||
OP_SetServerFilter=0x0000 #0x6b7f
|
||||
@@ -218,7 +218,7 @@ OP_Bug=0x0000
|
||||
OP_Feedback=0x0000
|
||||
OP_Report=0x0000
|
||||
OP_Damage=0x0000
|
||||
OP_ChannelMessage=0x0000
|
||||
OP_ChannelMessage=0x6adc
|
||||
OP_Assist=0x0000
|
||||
OP_AssistGroup=0x0000
|
||||
OP_MoveCoin=0x0000
|
||||
@@ -249,7 +249,7 @@ OP_XTargetOpen=0x0000
|
||||
OP_XTargetOpenResponse=0x0000
|
||||
OP_BuffCreate=0x0000
|
||||
OP_BuffRemoveRequest=0x0000
|
||||
OP_DeleteSpawn=0x0000
|
||||
OP_DeleteSpawn=0x7712
|
||||
OP_AutoAttack=0x0000
|
||||
OP_AutoAttack2=0x0000
|
||||
OP_Consume=0x0000
|
||||
|
||||
Reference in New Issue
Block a user