Hey,
I made a Script which needs to find a flower. It does it by colors....
Well the problem is that it finds the color that is outside of the Specified window...... huh?
And its inside the targeted client.
Help!
Fort Ash
Hey,
I made a Script which needs to find a flower. It does it by colors....
Well the problem is that it finds the color that is outside of the Specified window...... huh?
And its inside the targeted client.
Help!
Fort Ash
I was born to cheat on Hero
FIndColor(....MSX1, MSY1, MSX2, MSY2)
Project: Welcome To Rainbow
Hey,
Can you please explain your answer...
Fort Ash
I was born to cheat on Hero

MSX1, MSY1, MSX2, MSY2 is the main screen box..
where it says x1, y1, x2, y2 put in those values
MS stands for "mainscreen", so it only finds colors in that area
Tip : Use Ctrl + Space to find procedures
and use SRL includes {.include srl/srl.scar}
good luck!
Project: Welcome To Rainbow
Hey,
Thanks a lot !
Fort Ash
I was born to cheat on Hero
SCAR Code:{ const MMX1, MMY1, MMX2, MMY2;
Description: MiniMap Edge Points. }
const
MMX1 = 550;
MMY1 = 8;
MMX2 = 703;
MMY2 = 161;
{ const MMCX, MMCY;
Description: MiniMap Centre Point. }
const
MMCX = 627;
MMCY = 85;
{ const MSX1, MSY1, MSX2, MSY2;
Description: Main Screen EdgePoints. }
const
MSX1 = 4;
MSY1 = 4;
MSX2 = 516;
MSY2 = 338;
{ const MSCX, MSCY;
Description: Main Screen Centre Points. }
const
MSCX = 259;
MSCY = 170;
{ const MIX1, MIY1, MIX2, MIY2;
Description: Inventory EdgePoints. }
const
MIX1 = 547;
MIY1 = 202;
MIX2 = 737;
MIY2 = 466;
{ const MICX, MICY;
Description: Inventory Centre Points. }
const
MICX = 642;
MICY = 334;
{ const MCX1, MCY1, MCX2, MCY2;
Description: Chat Screen EdgePoints. }
const
MCX1 = 4;
MCY1 = 342;
MCX2 = 496;
MCY2 = 460;
{ const MCCX, MCCY;
Description: Chat Screen Centre Points. }
const
MCCX = 250;
MCCY = 401;
very useful list to know, hope that helps you
~RM
There are currently 1 users browsing this thread. (0 members and 1 guests)