docs-en:account_instance_times.md

account_instance_times

<-Back-to:Characters

The `account_instance_times` table

This table controls how many instances the account's characters have been in last 1 hour. If there is 5 records per account, the player won't be able to enter another instance.

Structure

Field Type Attributes Key Null Default Extra Comment
accountId INT UNSIGNED PRI NO
instanceId INT UNSIGNED PRI NO 0
releaseTime BIGINT UNSIGNED NO 0

Description of the fields

Account of the player. See account.id.

This is the instance id which characters of this account has been past 5 hours.

The time when the instances should be allowed again measured in Unix time.

  • docs-en/account_instance_times.md.txt
  • 最后更改: 2024/03/15 19:08
  • 127.0.0.1