Eccentric 0 Posted May 10, 2022 I am trying to setup an object to hold an area location, I added the dev-tools script for help. I have this: Area AREA = new Area( new Tile(1628, 3968, 0), new Tile(1633, 3968, 0), new Tile(1635, 3978, 0), new Tile(1624, 3978, 0)); But it is complaining: Cannot resolve constructor 'Area(org.dreambot.api.methods.map.Tile, org.dreambot.api.methods.map.Tile, org.dreambot.api.methods.map.Tile, org.dreambot.api.methods
Recommended Posts
Archived
This topic is now archived and is closed to further replies.