mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 04:56:20 +00:00
Fix for door clicking, add a few more opcodes.
This commit is contained in:
@@ -38,8 +38,8 @@ OP_DeleteCharacter=x67d7
|
||||
OP_RandomNameGenerator=0x49d9
|
||||
OP_ApproveName=0x11e5
|
||||
OP_MOTD=0x0000
|
||||
OP_SetChatServer=0x2726
|
||||
OP_SetChatServer2=0x0000
|
||||
OP_SetChatServer=0x0000
|
||||
OP_SetChatServer2=0x2726
|
||||
OP_ZoneServerInfo=0x2273
|
||||
OP_WorldComplete=0x195c
|
||||
OP_WorldUnknown001=0x2049
|
||||
@@ -78,7 +78,7 @@ OP_PreLogoutReply=0x0000
|
||||
|
||||
# Required to fully log in
|
||||
OP_SpawnAppearance=0x4eb0
|
||||
OP_ChangeSize=0x0000 #0x2fdc
|
||||
OP_ChangeSize=0x2fdc
|
||||
OP_TributeUpdate=0x0000
|
||||
OP_TributeTimer=0x0000
|
||||
OP_SendTributes=0x0000
|
||||
@@ -95,16 +95,16 @@ OP_ClearBlockedBuffs=0x0000
|
||||
OP_WorldObjectsSent=0x2879
|
||||
OP_SendExpZonein=0x02b4
|
||||
OP_SendAATable=0x0000
|
||||
OP_ClearAA=0x0000
|
||||
OP_ClearLeadershipAbilities=0x0000
|
||||
OP_ClearAA=0x3498
|
||||
OP_ClearLeadershipAbilities=0x0000 #removed; leadership abilities are baked in and always on
|
||||
OP_RespondAA=0x0000
|
||||
OP_UpdateAA=0x0000
|
||||
OP_SendAAStats=0x0000
|
||||
OP_AAExpUpdate=0x0000 #0x642f
|
||||
OP_ExpUpdate=0x611d
|
||||
OP_HPUpdate=0x0000 #0x775c
|
||||
OP_ManaChange=0x0000 #0x0606
|
||||
OP_TGB=0x0000
|
||||
OP_HPUpdate=0x775c
|
||||
OP_ManaChange=0x0606
|
||||
OP_TGB=0x0000 #removed; tgb is baked in and always on
|
||||
OP_SpecialMesg=0x7d93
|
||||
OP_GuildMemberList=0x0000
|
||||
OP_GuildMOTD=0x0000
|
||||
@@ -180,10 +180,10 @@ OP_MemorizeSpell=0x0000
|
||||
OP_LinkedReuse=0x0000
|
||||
OP_SwapSpell=0x0000
|
||||
OP_CastSpell=0x0000
|
||||
OP_Consider=0x0000
|
||||
OP_Consider=0x53e3
|
||||
OP_FormattedMessage=0x7f7f
|
||||
OP_SimpleMessage=0x1943
|
||||
OP_Buff=0x0000
|
||||
OP_Buff=0x0000 #0x6ce5
|
||||
OP_Illusion=0x0000
|
||||
OP_MoneyOnCorpse=0x0000
|
||||
OP_RandomReply=0x0000
|
||||
@@ -210,7 +210,7 @@ OP_FaceChange=0x0000
|
||||
OP_SetFace=0x0000
|
||||
OP_SenseHeading=0x0000
|
||||
OP_Action=0x0000
|
||||
OP_ConsiderCorpse=0x0000
|
||||
OP_ConsiderCorpse=0x6092
|
||||
OP_HideCorpse=0x0000
|
||||
OP_CorpseDrag=0x0000
|
||||
OP_CorpseDrop=0x0000
|
||||
@@ -247,7 +247,7 @@ OP_XTargetRequest=0x0000
|
||||
OP_XTargetAutoAddHaters=0x0000
|
||||
OP_XTargetOpen=0x0000
|
||||
OP_XTargetOpenResponse=0x0000
|
||||
OP_BuffCreate=0x0000
|
||||
OP_BuffCreate=0x0000 #0x27a1
|
||||
OP_BuffRemoveRequest=0x0000
|
||||
OP_DeleteSpawn=0x7712
|
||||
OP_AutoAttack=0x0000
|
||||
|
||||
Reference in New Issue
Block a user