Falador game data

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

Wooden planks

You can walk across these

id 827
Type
1
Size (tiles)
1 × 1
Model
cave planks (#318)
Elevation
0
Action 1
walkto
Action 2
examine

Use in a script

let obj = nearestObject(id: 827)   # Wooden planks

See the script docs for the full command set.