-
Notifications
You must be signed in to change notification settings - Fork 42
AGENT_SKILL_MASTERY_LEARN
Engels Quintero edited this page Jul 12, 2021
·
2 revisions
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)
0xB0A2 - SERVER_AGENT_SKILL_MASTERY_LEARN_RESPONSE
1 byte result
if (result == 1)
{
4 uint Mastery.ID
1 byte NewLevel
}