This is what Boreas (and probably you) mean:
SCAR Code:
{ const MMCX, MMCY;
Description: MiniMap Centre Point. }
const
MMCX = 648;
MMCY = 86;
{ const MMX1, MMY1, MMX2, MMY2;
Description: MiniMap Edge Points. }
const
MMX1 = 570;
MMY1 = 5;
MMX2 = 735;
MMY2 = 166;
{ const MSX1, MSY1, MSX2, MSY2;
Description: Main Screen EdgePoints. }
const
MSX1 = 5;
MSY1 = 5;
MSX2 = 515;
MSY2 = 338;
{ const MSCX, MSCY;
Description: Main Screen Centre Points. }
const
MSCX = 255;
MSCY = 166;
{ const MIX1, MIY1, MIX2, MIY2;
Description: Inventory EdgePoints. }
const
MIX1 = 555;
MIY1 = 205;
MIX2 = 740;
MIY2 = 464;
{ const MICX, MICY;
Description: Inventory Centre Points. }
const
MICX = 370;
MICY = 232;
{ const MCX1, MCY1, MCX2, MCY2;
Description: Chat Screen EdgePoints. }
const
MCX1 = 4;
MCY1 = 342;
MCX2 = 505;
MCY2 = 460;
{ const MCCX, MCCY;
Description: Chat Screen Centre Points. }
const
MCCX = 252;
MCCY = 230;