find_npc_on_screen
Locate a named NPC on screen by analyzing a screenshot and returning its coordinates. Useful for automating interactions in Old School RuneScape.
Instructions
Locate a named NPC in the current screenshot and return its screen coordinates
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| npc_name | Yes | Name of the NPC to locate (e.g. 'Banker', 'Goblin', 'Cow'). | |
| fresh_screenshot | No | Take a new screenshot before analyzing (default: true). Set to false to reuse the most recent cached screenshot. |