Results 1 to 4 of 4

Thread: need help!

  1. #1
    Join Date
    Nov 2006
    Posts
    117
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default need help!

    well i was determined to finish my first powerminer witch has taken me ages due me not givin a shit and i wanna finish it and i just need help with
    SCAR Code:
    If (FindColorSpiralTolerance(x, y, orecolor, MSX1, MSY1, MSX2, MSY2) then

    i have find colour in my script but no tolerance lol
    i jus dont understand the msx1 msy1 msx2 msy2????
    so far my script is
    SCAR Code:
    program autominer;
    {.Include SRL/SRL.Scar}

    const
    rockwait=15000;


    procedure orefinding;
    begin
      if(Findcolor(x,y,2371407,5,5,233,190)) then Mouse(x,y,5,5,true);
      Flag;
      FTWait(RockWait+Random(1000));
      end;


    procedure dropores;
    begin
    mousespeed:=1
    dropto(2,28)
    end;

    begin
    SetUpSRL;
    repeat
     orefinding;
    until(invfull)
    If(Invfull)Then
     dropores;
    end.
     program New;
    begin
    end.
    if any problems please point them out i wanna get this going
    ...thanks
    im back----took a long break away but im back and im gonna get into scripting

  2. #2
    Join Date
    Dec 2006
    Posts
    55
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I guess u just need to delete ur 3 last lines

  3. #3
    Join Date
    Sep 2006
    Posts
    5,219
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    That will set mousespeed to one after the first load and keep it like that for the rest of the script, way fast. Use another var like tempspeed so you can put it back.

  4. #4
    Join Date
    Nov 2006
    Posts
    117
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    If (FindColorSpiralTolerance(x, y, orecolor, MSX1, MSY1, MSX2, MSY2) then
    thats what i dont understand and i dont noe what ur talkin about boreas sorry???
    im back----took a long break away but im back and im gonna get into scripting

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •