Quote:
Originally Posted by Talha[69]
so this problem exists on the new version 1.3 too
when it doesnt find a shiny it goes to the fogy area in the seachart and dont do anyting
on the previous build i used your fix and it worked very well.
can you pls make a fix for this one too?
|
1-Check you activated options.
2- Disable to LOW the grapichs of game...
It works and there are no problem
Jesee pinkman, when u have NPC and glitters, the recollection of glitters is a bit detectable,in line 1694, 1677, 1704 & 1623 i have added a little SendKeys('D'); before Click glitter.,.
I added to a "Shity improve" to shoot wrecks,
We search
CenterCheck(Wreck);
Click(xx, yy)
// Now my code
xxrangowreck:=xx+20;
yyrangowreck:= yy+20;
Click(xxrangowreck,yyrangowreck);
Dont forget to add the identifiers on vars, on the first lines. i made the same with NPC's to take some range.
Regards