Falador game data

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

Boulder

A large boulder blocking the way

id 1185
Type
1
Size (tiles)
2 × 2
Model
cave bolder (#323)
Elevation
0
Action 1
walkto
Action 2
smash to pieces

Use in a script

let obj = nearestObject(id: 1185)   # Boulder

See the script docs for the full command set.