change it to
import org.osbot.rs07.api.map.Area;
you establish/declare an area like so :: private Area lumbridgeGoblins = new Area(3244, 3243, 3249, 3241);
then i would use webwalking to walk to ur area seeing as it auto handles doors/steps/etc
getWalking().webWalk(lumbridgeGoblins);