Skip to main content

user.kickback_info

Generated from spec/protocol.yaml. Do not edit by hand.

Overview

  • ID: 3277
  • Header: SCR_SEND_KICKBACK_INFO
  • Direction: Server to Client (s2c)
  • Realm: Subscription & Offers
  • Phase: session
  • Since: nitro-1.6.6
  • Summary: Deliver Habbo Club credit kickback and streak information

Payload fields

FieldTypeRequiredDescription
currentHcStreakint32requiredCurrent consecutive HC subscription streak count
firstSubscriptionDatestringrequiredDate of the user's first HC subscription (formatted string)
kickbackPercentagedoublerequiredPercentage of spending returned as credit kickback
totalCreditsMissedint32requiredCredits that were not claimed due to lapsed subscriptions
totalCreditsRewardedint32requiredTotal credits received through the kickback program
totalCreditsSpentint32requiredTotal credits the user has spent during HC subscription
creditRewardForStreakBonusint32requiredBonus credits awarded for maintaining the current streak
creditRewardForMonthlySpentint32requiredCredits awarded based on this month's spending
timeUntilPaydayint32requiredSeconds until the next kickback payday

Behavior

Sender

Sent in response to user.get_kickback_info (c2s 869). Provides details about the user's HC subscription streak, kickback percentage, and accumulated credit reward data.

Receiver

The client displays the kickback summary in the HC benefits panel, including the payday countdown.

Notes

  • No additional notes