mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 04:56:20 +00:00
-Damage mostly works
-Death kinda sorta works; need to fix an ordering issue in source (we send death before damage on killing blow) -Fix animation -Fix auto attack -Camp
This commit is contained in:
@@ -195,7 +195,7 @@ OP_Death=0x429a
|
||||
OP_GMTraining=0x0000
|
||||
OP_GMEndTraining=0x0000
|
||||
OP_GMTrainSkill=0x0000
|
||||
OP_Animation=0x0000
|
||||
OP_Animation=0x79c7
|
||||
OP_Begging=0x0000
|
||||
OP_Consent=0x0000
|
||||
OP_ConsentDeny=0x0000
|
||||
@@ -217,7 +217,7 @@ OP_CorpseDrop=0x0000
|
||||
OP_Bug=0x0000
|
||||
OP_Feedback=0x0000
|
||||
OP_Report=0x0000
|
||||
OP_Damage=0x0000
|
||||
OP_Damage=0x7d07
|
||||
OP_ChannelMessage=0x6adc
|
||||
OP_Assist=0x0000
|
||||
OP_AssistGroup=0x0000
|
||||
@@ -233,7 +233,7 @@ OP_Rewind=0x0000
|
||||
OP_TargetCommand=0x3b18
|
||||
OP_Hide=0x0000
|
||||
OP_Jump=0x0000
|
||||
OP_Camp=0x0000
|
||||
OP_Camp=0x326f
|
||||
OP_Emote=0x0000
|
||||
OP_SetRunMode=0x0000
|
||||
OP_BankerChange=0x0000
|
||||
@@ -250,8 +250,8 @@ OP_XTargetOpenResponse=0x0000
|
||||
OP_BuffCreate=0x0000 #0x27a1
|
||||
OP_BuffRemoveRequest=0x0000
|
||||
OP_DeleteSpawn=0x7712
|
||||
OP_AutoAttack=0x0000
|
||||
OP_AutoAttack2=0x0000
|
||||
OP_AutoAttack=0x3f03
|
||||
OP_AutoAttack2=0x1c31
|
||||
OP_Consume=0x0000
|
||||
OP_MoveItem=0x0000
|
||||
OP_MoveMultipleItems=0x0000
|
||||
|
||||
Reference in New Issue
Block a user