Skip to content

Player

Type: Bot

Whether the player is alive.

Type: boolean

The cell the player is in, in the map.

Type: string

The name of the player’s equipped class.

Type: string

The player’s faction data.

Type: Faction[]

The player’s gold.

Type: number

The health of the player.

Type: number

The health percentage of the player.

Type: number

The level of the player.

Type: number

The maximum health of the player.

Type: number

The maximum mana of the player.

Type: number

The mana of the player.

Type: number

The percentage of mana the player has.

Type: number

The pad the player is in, in the map.

Type: string

The player’s current position.

Type: [number, number]

The state of the player.

Type: EntityState

Whether the player is AFK.

Returns: boolean

Checks if the player has an active boost.

ParameterTypeDescription
typeBoostTypeThe type of boost to check.

Returns: boolean

Whether the player is in combat.

Returns: boolean

Whether the player has fully loaded in.

Returns: boolean

Whether the player has an active membership.

Returns: boolean

Comprehensive check to determine if the player is ready.

Returns: boolean

Walks to a position on the map.

ParameterTypeOptionalDefaultDescription
xstring | numberThe x coordinate to walk to.
ystring | numberThe y coordinate to walk to.
walkSpeedstring | number?The speed to walk at.

Returns: void