i dont understand the coordinates of home problem i set the 4 corners but it still doesn't seem to be working
if i remove the line i get a whole bunch of errors


Code:
			case 875:
				if(c.absX > 3093 && c.absX < 3099 && c.absY >  && c.absY < 3509) {
			c.getShops().openPlayerShop(c);
			} else {
			c.sendMessage("You can only view your shops in home.");
			}
			break;