mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-01 18:30:39 +00:00
-Stun
-Player Trading -Item Recast -CancelSneakHide -Item Verification
This commit is contained in:
@@ -78,11 +78,6 @@ OP_PreLogoutReply=0x0000
|
||||
# Required to fully log in
|
||||
OP_SpawnAppearance=0x4eb0
|
||||
OP_ChangeSize=0x2fdc
|
||||
OP_TributeUpdate=0x0000
|
||||
OP_TributeTimer=0x0000
|
||||
OP_SendTributes=0x0000
|
||||
OP_RequestGuildTributes=0x0000
|
||||
OP_TributeInfo=0x0000
|
||||
OP_Weather=0x6fe6
|
||||
OP_ReqClientSpawn=0x6732
|
||||
OP_SpawnDoor=0x4273
|
||||
@@ -309,7 +304,7 @@ OP_ClearNPCMarks=0x0000
|
||||
OP_DelegateAbility=0x0000
|
||||
OP_SetGroupTarget=0x0000
|
||||
OP_Charm=0x66bb
|
||||
OP_Stun=0x0000
|
||||
OP_Stun=0x34be
|
||||
OP_SendFindableNPCs=0x0000
|
||||
OP_FindPersonRequest=0x0000
|
||||
OP_FindPersonReply=0x0000
|
||||
@@ -364,11 +359,11 @@ OP_IncreaseStats=0x0000
|
||||
OP_Weblink=0x0000
|
||||
OP_OpenContainer=0x0000
|
||||
OP_Marquee=0x0000
|
||||
OP_ItemRecastDelay=0x0000
|
||||
OP_ItemRecastDelay=0x547a
|
||||
#OP_OpenInventory=0x0000 # Likely does not exist in RoF -U
|
||||
OP_ResetAA=0x53c0
|
||||
OP_Fling=0x3731
|
||||
OP_CancelSneakHide=0x0000
|
||||
OP_CancelSneakHide=0x7452
|
||||
OP_AggroMeterLockTarget=0x0000
|
||||
OP_AggroMeterTargetInfo=0x0000
|
||||
OP_AggroMeterUpdate=0x0000
|
||||
@@ -441,24 +436,24 @@ OP_Bazaar=0x0000
|
||||
OP_TraderItemUpdate=0x0000
|
||||
|
||||
# pc/npc trading
|
||||
OP_TradeRequest=0x0000
|
||||
OP_TradeAcceptClick=0x0000
|
||||
OP_TradeRequestAck=0x0000
|
||||
OP_TradeCoins=0x0000
|
||||
OP_FinishTrade=0x0000
|
||||
OP_CancelTrade=0x0000
|
||||
OP_TradeMoneyUpdate=0x0000
|
||||
OP_MoneyUpdate=0x0000
|
||||
OP_TradeBusy=0x0000
|
||||
OP_TradeRequest=0x7066
|
||||
OP_TradeAcceptClick=0x34ad
|
||||
OP_TradeRequestAck=0x1c6b
|
||||
OP_TradeCoins=0x44fe
|
||||
OP_FinishTrade=0x0ec6
|
||||
OP_CancelTrade=0x5839
|
||||
OP_TradeMoneyUpdate=0x5fb3
|
||||
OP_MoneyUpdate=0x70bb
|
||||
OP_TradeBusy=0x109f
|
||||
|
||||
# Sent after canceling trade or after closing tradeskill object
|
||||
OP_FinishWindow=0x0000
|
||||
OP_FinishWindow2=0x0000
|
||||
OP_FinishWindow=0x50d4
|
||||
OP_FinishWindow2=0x6b03
|
||||
|
||||
# Sent on Live for what seems to be item existance verification
|
||||
# Ex. Before Right Click Effect happens from items
|
||||
OP_ItemVerifyRequest=0x0000
|
||||
OP_ItemVerifyReply=0x0000
|
||||
OP_ItemVerifyRequest=0x2003
|
||||
OP_ItemVerifyReply=0x43d0
|
||||
|
||||
OP_ItemAdvancedLoreText=0x0000
|
||||
|
||||
@@ -486,6 +481,11 @@ OP_RecipeAutoCombine=0x5dba
|
||||
OP_TradeSkillCombine=0x4ed8
|
||||
|
||||
# Tribute Packets:
|
||||
OP_TributeUpdate=0x0000
|
||||
OP_TributeTimer=0x0000
|
||||
OP_SendTributes=0x0000
|
||||
OP_RequestGuildTributes=0x0000
|
||||
OP_TributeInfo=0x0000
|
||||
OP_OpenTributeMaster=0x0000
|
||||
OP_SelectTribute=0x0000
|
||||
OP_TributeItem=0x0000
|
||||
|
||||
Reference in New Issue
Block a user