示例#1
0
 private void SysBotPouchItem5Count_ValueChanged(object sender, EventArgs e)
 {
     BytesHandler.WriteUInt((uint)SysBotPouchItem5Count.Value, OffsetPouchItemCounts[4], sb);
 }
示例#2
0
 private void SysBotHunterHPCount_ValueChanged(object sender, EventArgs e)
 {
     BytesHandler.WriteUInt((uint)SysBotHunterHPCount.Value, OffsetHunterHP, sb);
     BytesHandler.WriteUInt((uint)SysBotHunterHPCount.Value, OffsetHunterHPRecoverable, sb);
     BytesHandler.WriteUInt(GlobalVariables.MaxHP, OffsetHunterHPMax, sb);
 }
示例#3
0
 private void SysBotCapturedTotalCount_ValueChanged(object sender, EventArgs e)
 {
     BytesHandler.WriteUInt((uint)SysBotCapturedTotalCount.Value, OffsetCapturedTotal, sb);
 }
示例#4
0
 private void SysBotPlaytimeCount_ValueChanged(object sender, EventArgs e)
 {
     BytesHandler.WriteUInt((uint)SysBotPlaytimeCount.Value, OffsetPlaytime, sb);
 }
示例#5
0
 private void SysBotArenaQuestCount_ValueChanged(object sender, EventArgs e)
 {
     BytesHandler.WriteUInt((uint)SysBotArenaQuestCount.Value, OffsetArenaQuestCount, sb);
 }