Client patch prep work for extending usable skill range

This commit is contained in:
Uleat
2013-10-28 05:00:49 -04:00
parent 1c8aaf97bc
commit 28bcf074fc
15 changed files with 122 additions and 39 deletions
+15
View File
@@ -1031,6 +1031,21 @@ ENCODE(OP_PlayerProfile)
outapp->WriteUInt32(emu->skills[r]);
}
/*
// SKILLS TEST
outapp->WriteUInt32(5); // SkillRemoveTrap
outapp->WriteUInt32(10); // SkillTripleAttack
outapp->WriteUInt32(15); // Skill2HPiercing
outapp->WriteUInt32(20); // SkillNone
// Write zeroes for the rest of the skills
for(uint32 r = 0; r < structs::MAX_PP_SKILL - MAX_PP_SKILL - 4; r++)
{
outapp->WriteUInt32(emu->skills[r]);
}
// END TEST
*/
outapp->WriteUInt32(25); // Unknown count
for(uint32 r = 0; r < 25; r++)