Skip to content

AGENT_SKILL_MASTERY_LEARN

Engels Quintero edited this page Jul 12, 2021 · 2 revisions

REQUEST

0x70A2 - CLIENT_AGENT_SKILL_MASTERY_LEARN_REQUEST

4   uint  Mastery.ID
1   byte  Amount // 1 = Normal behavior since client/server is designed to level up one by one (0 = will not use SP)

RESPONSE

0xB0A2 - SERVER_AGENT_SKILL_MASTERY_LEARN_RESPONSE

1   byte    result
if (result == 1)
{
    4   uint  Mastery.ID
    1   byte  NewLevel
}
Clone this wiki locally