mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-04 06:16:38 +00:00
Found and added task packets (#5101)
This commit is contained in:
@@ -586,32 +586,32 @@ OP_LDoNPickLock=0x36ea
|
||||
OP_LDoNInspect=0x256a
|
||||
|
||||
# Task packets
|
||||
OP_TaskDescription=0x0000
|
||||
OP_TaskActivity=0x0000
|
||||
OP_CompletedTasks=0x0000
|
||||
OP_TaskActivityComplete=0x0000
|
||||
OP_AcceptNewTask=0x0000
|
||||
OP_CancelTask=0x0000
|
||||
OP_AvaliableTask=0x0000
|
||||
OP_TaskHistoryRequest=0x0000
|
||||
OP_TaskHistoryReply=0x0000
|
||||
OP_DeclineAllTasks=0x0000
|
||||
OP_TaskRequestTimer=0x0000
|
||||
OP_TaskSelectWindow=0x0000
|
||||
OP_TaskDescription=0x7f50
|
||||
OP_TaskActivity=0x0b85
|
||||
OP_CompletedTasks=0x7446
|
||||
OP_TaskActivityComplete=0x131a
|
||||
OP_AcceptNewTask=0x7841
|
||||
OP_CancelTask=0x254b
|
||||
OP_AvailableTask=0x195c # Same as OP_SharedTaskAddPlayer
|
||||
OP_TaskHistoryRequest=0x27d5
|
||||
OP_TaskHistoryReply=0x50a3
|
||||
OP_DeclineAllTasks=0x0000 # Undefined in RoF2
|
||||
OP_TaskRequestTimer=0x2c99
|
||||
OP_TaskSelectWindow=0x0b2b
|
||||
|
||||
# Shared Tasks
|
||||
OP_SharedTaskMemberList=0x0000 #
|
||||
OP_SharedTaskRemovePlayer=0x0000 # /taskremoveplayer
|
||||
OP_SharedTaskAddPlayer=0x0000 # /taskaddplayer
|
||||
OP_SharedTaskMakeLeader=0x0000 # /taskmakeleader
|
||||
OP_SharedTaskInvite=0x0000 # Dialog window
|
||||
OP_SharedTaskInviteResponse=0x0000 # Dialog window response
|
||||
OP_SharedTaskAcceptNew=0x0000 #
|
||||
OP_SharedTaskMemberChange=0x0000 #
|
||||
OP_TaskTimers=0x0000 # /tasktimers
|
||||
OP_SharedTaskQuit=0x0000 # /taskquit
|
||||
OP_SharedTaskSelectWindow=0x0000
|
||||
OP_SharedTaskPlayerList=0x0000 # /taskplayerlist
|
||||
OP_SharedTaskMemberList=0x5ccc #
|
||||
OP_SharedTaskRemovePlayer=0x39c8 # /taskremoveplayer
|
||||
OP_SharedTaskAddPlayer=0x195c # /taskaddplayer
|
||||
OP_SharedTaskMakeLeader=0x5eca # /taskmakeleader
|
||||
OP_SharedTaskInvite=0x31ea # Dialog window
|
||||
OP_SharedTaskInviteResponse=0x3159 # Dialog window response
|
||||
OP_SharedTaskAcceptNew=0x5274 #
|
||||
OP_SharedTaskMemberChange=0x7dca #
|
||||
OP_TaskTimers=0x0975 # /tasktimers
|
||||
OP_SharedTaskQuit=0x455a # /taskquit
|
||||
OP_SharedTaskSelectWindow=0x233d
|
||||
OP_SharedTaskPlayerList=0x01ab # /taskplayerlist
|
||||
|
||||
# Title opcodes
|
||||
OP_NewTitlesAvailable=0x0000
|
||||
|
||||
Reference in New Issue
Block a user