Falador game data

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

furnace

A red hot furnace

id 118
Type
1
Size (tiles)
2 × 2
Model
furnace (#88)
Elevation
0
Action 1
walkto
Action 2
examine

Use in a script

let obj = nearestObject(id: 118)   # furnace

See the script docs for the full command set.