mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-19 21:08:20 +00:00
Found and added task packets (#5101)
This commit is contained in:
@@ -407,8 +407,8 @@ OP_CompletedTasks=0x76a2 # ShowEQ 10/27/05
|
||||
OP_TaskDescription=0x5ef7 # ShowEQ 10/27/05
|
||||
OP_TaskActivity=0x682d # ShowEQ 10/27/05
|
||||
OP_TaskMemberList=0x0000 #not sure
|
||||
OP_OpenNewTasksWindow=0x0000 #combined with OP_AvaliableTask I think
|
||||
OP_AvaliableTask=0x0000
|
||||
OP_OpenNewTasksWindow=0x0000 #combined with OP_AvailableTask I think
|
||||
OP_AvailableTask=0x0000
|
||||
OP_AcceptNewTask=0x0000
|
||||
OP_CancelTask=0x0000
|
||||
OP_DeclineAllTasks=0x0000 #not sure, 12 bytes
|
||||
|
||||
@@ -563,7 +563,7 @@ OP_CancelTask=0x0c7f
|
||||
OP_TaskMemberList=0x748e # Was 0x1656
|
||||
OP_TaskSelectWindow=0x436c
|
||||
OP_SharedTaskSelectWindow=0x436c
|
||||
OP_AvaliableTask=0x2bf8 # Was 0x2377
|
||||
OP_AvailableTask=0x2bf8 # Was 0x2377
|
||||
OP_TaskHistoryRequest=0x6cf6
|
||||
OP_TaskHistoryReply=0x25eb
|
||||
OP_DeclineAllTasks=0x0000
|
||||
|
||||
@@ -595,7 +595,7 @@ OP_CompletedTasks=0x4eba
|
||||
OP_TaskActivityComplete=0x5e19
|
||||
OP_AcceptNewTask=0x0a23
|
||||
OP_CancelTask=0x39f0
|
||||
OP_AvaliableTask=0x36e8
|
||||
OP_AvailableTask=0x36e8
|
||||
OP_TaskHistoryRequest=0x5f1c
|
||||
OP_TaskHistoryReply=0x3d05
|
||||
OP_DeclineAllTasks=0x0000
|
||||
|
||||
@@ -530,7 +530,7 @@ OP_LDoNOpen=0x6129 # C
|
||||
|
||||
# Task packets
|
||||
OP_TaskActivityComplete=0x4df0 # C
|
||||
OP_AvaliableTask=0x2136 # C
|
||||
OP_AvailableTask=0x2136 # C
|
||||
OP_AcceptNewTask=0x5832 # C
|
||||
OP_TaskHistoryRequest=0x29d7 # C
|
||||
OP_TaskHistoryReply=0x3d2a # C
|
||||
|
||||
@@ -501,7 +501,7 @@ OP_LDoNOpen=0x4b92 #Xinu 03/19/09
|
||||
OP_TaskActivityComplete=0x7338 #
|
||||
OP_SharedTaskSelectWindow=0x17C3
|
||||
OP_TaskSelectWindow=0x17C3
|
||||
OP_AvaliableTask=0x5d1d #Xinu 03/19/09
|
||||
OP_AvailableTask=0x5d1d #Xinu 03/19/09
|
||||
OP_AcceptNewTask=0x66A8 #
|
||||
OP_TaskHistoryRequest=0x3035 #
|
||||
OP_TaskHistoryReply=0x3A60 #
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -481,7 +481,7 @@ OP_CompletedTasks=0x76a2 # ShowEQ 10/27/05
|
||||
OP_TaskDescription=0x5ef7 # ShowEQ 10/27/05
|
||||
OP_TaskActivity=0x682d # ShowEQ 10/27/05
|
||||
OP_TaskSelectWindow=0x5e7c
|
||||
OP_AvaliableTask=0x0000
|
||||
OP_AvailableTask=0x0000
|
||||
OP_AcceptNewTask=0x207f
|
||||
OP_TaskHistoryRequest=0x5df4
|
||||
OP_TaskHistoryReply=0x397d
|
||||
|
||||
@@ -575,7 +575,7 @@ OP_LDoNInspect=0x0aaa
|
||||
|
||||
# Task packets
|
||||
OP_TaskActivityComplete=0x5832 # C
|
||||
OP_AvaliableTask=0x6255 # C Mispelled?
|
||||
OP_AvailableTask=0x6255 # C Mispelled?
|
||||
OP_AcceptNewTask=0x17d5 # C
|
||||
OP_TaskHistoryRequest=0x547c # C
|
||||
OP_TaskHistoryReply=0x4524 # C
|
||||
|
||||
Reference in New Issue
Block a user