Dropping a relic on the ground.
def DropRelic
int8 :action_identifier
byte24 :zero
int32 :monk_id
end:action_identifier
Always has the value 0x7e.
:zero
The 3 bytes following :action_identifier are unused.
:monk_id
The ID of the monk who will drop the relic.
7e 00 00 00 17 1b 00 00
7e— action_identifier
00 00 00— zero
17 1b 00 00— monk_id