mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 18:51:29 +00:00
Add OP_TaskRequestTimer to patch files
This is the lockout timer before you can request a task again Currently unimplemented
This commit is contained in:
parent
e28ddcff25
commit
a828443b46
@ -562,6 +562,7 @@ OP_AvaliableTask=0x2bf8 # Was 0x2377
|
|||||||
OP_TaskHistoryRequest=0x6cf6
|
OP_TaskHistoryRequest=0x6cf6
|
||||||
OP_TaskHistoryReply=0x25eb
|
OP_TaskHistoryReply=0x25eb
|
||||||
OP_DeclineAllTasks=0x0000
|
OP_DeclineAllTasks=0x0000
|
||||||
|
OP_TaskRequestTimer=0x4b76
|
||||||
|
|
||||||
# Title opcodes
|
# Title opcodes
|
||||||
OP_NewTitlesAvailable=0x45d1
|
OP_NewTitlesAvailable=0x45d1
|
||||||
|
|||||||
@ -567,6 +567,7 @@ OP_AvaliableTask=0x36e8
|
|||||||
OP_TaskHistoryRequest=0x5f1c
|
OP_TaskHistoryRequest=0x5f1c
|
||||||
OP_TaskHistoryReply=0x3d05
|
OP_TaskHistoryReply=0x3d05
|
||||||
OP_DeclineAllTasks=0x0000
|
OP_DeclineAllTasks=0x0000
|
||||||
|
OP_TaskRequestTimer=0x7a48
|
||||||
|
|
||||||
# Title opcodes
|
# Title opcodes
|
||||||
OP_NewTitlesAvailable=0x0d32
|
OP_NewTitlesAvailable=0x0d32
|
||||||
|
|||||||
@ -533,6 +533,9 @@ OP_TaskHistoryRequest=0x29d7 # C
|
|||||||
OP_TaskHistoryReply=0x3d2a # C
|
OP_TaskHistoryReply=0x3d2a # C
|
||||||
OP_CancelTask=0x726b # C
|
OP_CancelTask=0x726b # C
|
||||||
OP_DeclineAllTasks=0x0000 #
|
OP_DeclineAllTasks=0x0000 #
|
||||||
|
OP_TaskRequestTimer=0x2e70
|
||||||
|
|
||||||
|
|
||||||
OP_Shroud=0x6d1f
|
OP_Shroud=0x6d1f
|
||||||
OP_ShroudRemove=0x17f6
|
OP_ShroudRemove=0x17f6
|
||||||
OP_ShroudUnknown1=0x169a
|
OP_ShroudUnknown1=0x169a
|
||||||
|
|||||||
@ -509,6 +509,7 @@ OP_TaskAddPlayer=0x5d1d
|
|||||||
OP_TaskRemovePlayer=0x516f
|
OP_TaskRemovePlayer=0x516f
|
||||||
OP_TaskPlayerList=0x0ad6
|
OP_TaskPlayerList=0x0ad6
|
||||||
OP_TaskQuit=0x2c8c
|
OP_TaskQuit=0x2c8c
|
||||||
|
OP_TaskRequestTimer=0x0b08
|
||||||
|
|
||||||
#Title opcodes
|
#Title opcodes
|
||||||
OP_NewTitlesAvailable=0x179c #
|
OP_NewTitlesAvailable=0x179c #
|
||||||
|
|||||||
@ -474,6 +474,7 @@ OP_TaskAddPlayer=0x6bc4
|
|||||||
OP_TaskRemovePlayer=0x37b9
|
OP_TaskRemovePlayer=0x37b9
|
||||||
OP_TaskPlayerList=0x3961
|
OP_TaskPlayerList=0x3961
|
||||||
OP_TaskQuit=0x35dd
|
OP_TaskQuit=0x35dd
|
||||||
|
OP_TaskRequestTimer=0x6a1d
|
||||||
#task complete related: 0x0000 (24 bytes), 0x0000 (8 bytes), 0x0000 (4 bytes)
|
#task complete related: 0x0000 (24 bytes), 0x0000 (8 bytes), 0x0000 (4 bytes)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -556,6 +556,7 @@ OP_TaskHistoryRequest=0x547c # C
|
|||||||
OP_TaskHistoryReply=0x4524 # C
|
OP_TaskHistoryReply=0x4524 # C
|
||||||
OP_CancelTask=0x3bf5 # C
|
OP_CancelTask=0x3bf5 # C
|
||||||
OP_DeclineAllTasks=0x0000 #
|
OP_DeclineAllTasks=0x0000 #
|
||||||
|
OP_TaskRequestTimer=0x719e
|
||||||
|
|
||||||
# Title opcodes
|
# Title opcodes
|
||||||
OP_NewTitlesAvailable=0x4b49 # C
|
OP_NewTitlesAvailable=0x4b49 # C
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user