logo bannerlogo banner
Page Navigator
  • shieldHealth is a number
  • playerHealth is a number
  • dir is an object with the bullet origin (hit markets)
    • dx is a number
    • dz is a number
bot.on('selfShieldHit', (shieldHealth, playerHealth, dir) => {
    console.log(`bot's shield was hit! shield HP: ${shieldHealth}, normal HP: ${playerHealth}`);
});