mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 09:06:46 +00:00
Blocked buffs
This commit is contained in:
@@ -19,7 +19,6 @@ OP_ApproveWorld=0x0000
|
||||
OP_LogServer=0x6d4d
|
||||
OP_SendCharInfo=0x832
|
||||
OP_ExpansionInfo=0x066d
|
||||
OP_GuildsList=0x0000
|
||||
OP_EnterWorld=0x6691
|
||||
OP_PostEnterWorld=0x2062
|
||||
OP_World_Client_CRC1=0x74c8
|
||||
@@ -89,9 +88,9 @@ OP_ReqClientSpawn=0x6732
|
||||
OP_SpawnDoor=0x4273
|
||||
OP_GroundSpawn=0x49c5
|
||||
OP_SendZonepoints=0x279f
|
||||
OP_BlockedBuffs=0x0000
|
||||
OP_RemoveBlockedBuffs=0x0000
|
||||
OP_ClearBlockedBuffs=0x0000
|
||||
OP_BlockedBuffs=0x4fdb
|
||||
OP_RemoveBlockedBuffs=0x53cd
|
||||
OP_ClearBlockedBuffs=0x5752
|
||||
OP_WorldObjectsSent=0x2879
|
||||
OP_SendExpZonein=0x02b4
|
||||
OP_SendAATable=0x5f30
|
||||
@@ -106,8 +105,6 @@ OP_HPUpdate=0x775c
|
||||
OP_ManaChange=0x700f
|
||||
OP_TGB=0x0000 #removed; tgb is baked in and always on
|
||||
OP_SpecialMesg=0x7d93
|
||||
OP_GuildMemberList=0x0000
|
||||
OP_GuildMOTD=0x0000
|
||||
OP_CharInventory=0x21d6
|
||||
OP_WearChange=0x44c0
|
||||
OP_ClientUpdate=0x3a4b
|
||||
@@ -115,6 +112,9 @@ OP_ClientReady=0x0831
|
||||
OP_SetServerFilter=0x6b7f
|
||||
|
||||
# Guild Opcodes
|
||||
OP_GuildsList=0x0000
|
||||
OP_GuildMemberList=0x0000
|
||||
OP_GuildMOTD=0x0000
|
||||
OP_GetGuildMOTD=0x0000
|
||||
OP_GetGuildMOTDReply=0x0000
|
||||
OP_GuildMemberUpdate=0x0000
|
||||
@@ -174,9 +174,9 @@ OP_InspectRequest=0x0000
|
||||
OP_InspectAnswer=0x0000
|
||||
OP_InspectMessageUpdate=0x0000
|
||||
OP_BeginCast=0x31f9
|
||||
OP_ColoredText=0x0000
|
||||
OP_ColoredText=0x0f3c
|
||||
OP_ConsentResponse=0x0000
|
||||
OP_MemorizeSpell=0x0000
|
||||
OP_MemorizeSpell=0x1d31
|
||||
OP_LinkedReuse=0x0000
|
||||
OP_SwapSpell=0x0000
|
||||
OP_CastSpell=0x325b
|
||||
|
||||
Reference in New Issue
Block a user