Skip to content
Kyuubi edited this page Feb 29, 2024 · 1 revision

0x70E1 - SERVER_AGENT_JOB_JOIN_REQ

4 DWORD dwNPCTalkingGID
1 BYTE btEnrollJobUnionTpye

0xB0E1 - SERVER_AGENT_JOB_JOIN_ACK

1 BYTE btResult
if (btResult == 2) { // failed
    2 WORD error_code
    end;
}
1 BYTE btJobUnionType
1 BYTE btJobLvl
4 DWORD dwExp

// end

See also:

Clone this wiki locally