Falador game data

Read straight from the client cache — every id here is exactly what a script uses.

Hero

Hero

A Hero of Ardougne

id 324

As it draws — all directions

front
front
front-left
front-left
left
left
back-left
back-left
back
back
back-right
back-right
right
right
front-right
front-right
Attack*
85
Defence*
88
Strength*
80
Hitpoints*
82
Attackable
yes
Menu action
pickpocket
Appearance models
0, 33, 41, 102, 458

* Combat-stat labels (attack / defence / strength / hitpoints) are inferred from the cache layout and may be ordered differently in-game.

Use in a script

let npc = nearestNpc(id: 324)      # Hero

See the script docs for the full command set.