mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-26 05:22:25 +00:00
NewSpawn support
This commit is contained in:
parent
429d6fd87d
commit
8947058465
@ -2019,6 +2019,8 @@ namespace Larion
|
|||||||
delete in;
|
delete in;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ENCODE(OP_NewSpawn) { ENCODE_FORWARD(OP_ZoneSpawns); }
|
||||||
|
|
||||||
ENCODE(OP_NewZone) {
|
ENCODE(OP_NewZone) {
|
||||||
EQApplicationPacket* in = *p;
|
EQApplicationPacket* in = *p;
|
||||||
*p = nullptr;
|
*p = nullptr;
|
||||||
|
|||||||
@ -12,6 +12,7 @@ E(OP_PlayerProfile)
|
|||||||
E(OP_ZoneEntry)
|
E(OP_ZoneEntry)
|
||||||
E(OP_ZoneSpawns)
|
E(OP_ZoneSpawns)
|
||||||
E(OP_CharInventory)
|
E(OP_CharInventory)
|
||||||
|
E(OP_NewSpawn)
|
||||||
E(OP_NewZone)
|
E(OP_NewZone)
|
||||||
E(OP_SpawnDoor)
|
E(OP_SpawnDoor)
|
||||||
E(OP_GroundSpawn)
|
E(OP_GroundSpawn)
|
||||||
|
|||||||
@ -101,7 +101,7 @@ OP_RespondAA=0x0000
|
|||||||
OP_UpdateAA=0x0000
|
OP_UpdateAA=0x0000
|
||||||
OP_SendAAStats=0x0000
|
OP_SendAAStats=0x0000
|
||||||
OP_AAExpUpdate=0x0000 #0x642f
|
OP_AAExpUpdate=0x0000 #0x642f
|
||||||
OP_ExpUpdate=0x0000 #0x611d
|
OP_ExpUpdate=0x611d
|
||||||
OP_HPUpdate=0x0000 #0x775c
|
OP_HPUpdate=0x0000 #0x775c
|
||||||
OP_ManaChange=0x0000 #0x0606
|
OP_ManaChange=0x0000 #0x0606
|
||||||
OP_TGB=0x0000
|
OP_TGB=0x0000
|
||||||
@ -230,14 +230,14 @@ OP_FriendsWho=0x0000
|
|||||||
OP_ConfirmDelete=0x0000
|
OP_ConfirmDelete=0x0000
|
||||||
OP_Logout=0x0000
|
OP_Logout=0x0000
|
||||||
OP_Rewind=0x0000
|
OP_Rewind=0x0000
|
||||||
OP_TargetCommand=0x0000
|
OP_TargetCommand=0x3b18
|
||||||
OP_Hide=0x0000
|
OP_Hide=0x0000
|
||||||
OP_Jump=0x0000
|
OP_Jump=0x0000
|
||||||
OP_Camp=0x0000
|
OP_Camp=0x0000
|
||||||
OP_Emote=0x0000
|
OP_Emote=0x0000
|
||||||
OP_SetRunMode=0x0000
|
OP_SetRunMode=0x0000
|
||||||
OP_BankerChange=0x0000
|
OP_BankerChange=0x0000
|
||||||
OP_TargetMouse=0x0000
|
OP_TargetMouse=0x5741
|
||||||
OP_MobHealth=0x0000
|
OP_MobHealth=0x0000
|
||||||
OP_InitialMobHealth=0x0000 # Unused?
|
OP_InitialMobHealth=0x0000 # Unused?
|
||||||
OP_TargetHoTT=0x0000
|
OP_TargetHoTT=0x0000
|
||||||
@ -261,7 +261,7 @@ OP_ItemPacket=0x0000
|
|||||||
OP_ItemLinkResponse=0x0000
|
OP_ItemLinkResponse=0x0000
|
||||||
OP_ItemLinkClick=0x0000
|
OP_ItemLinkClick=0x0000
|
||||||
OP_ItemPreview=0x0000
|
OP_ItemPreview=0x0000
|
||||||
OP_NewSpawn=0x0000
|
OP_NewSpawn=0x3ea8
|
||||||
OP_Track=0x0000
|
OP_Track=0x0000
|
||||||
OP_TrackTarget=0x0000
|
OP_TrackTarget=0x0000
|
||||||
OP_TrackUnknown=0x0000
|
OP_TrackUnknown=0x0000
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user