Can someone fix this short script please?

Discussion in 'Scar/Simba Help' started by Noob xp1, Mar 29, 2008.

Can someone fix this short script please?
  1. Unread #1 - Mar 29, 2008 at 9:00 AM
  2. Noob xp1
    Referrals:
    0

    Noob xp1 Guest

    Can someone fix this short script please?

    Can someone fix this script I tried to make one but it didn't work.
    Thx.


    Program FirstScript;
    {.include SRL/SRL.scar}

    const
    Waitt= 10000;// The cutting time.

    var
    x,y:integer;
    l,lo:integer;

    procedure chop;
    begin
    if FindColorSpiralTolerance(x,y,994343,52,26,468,260, 3) then
    Mouse(x,y,2,2,true)
    l:=l+1
    wait(waitt + random(10))
    end;

    procedure drop;
    begin
    invfull;
    if invfull then
    begin
    Droptoposition(2,28)
    l:=0
    end;
    end;


    begin
    SetupSRL;
    comp;
    repeat
    lo:= lo+1
    wait(10 + random(1))
    chop;
    wait(10 + random(1))
    drop;
    until(false)
    end.
     
  3. Unread #2 - Mar 29, 2008 at 9:00 AM
  4. Noob xp1
    Referrals:
    0

    Noob xp1 Guest

    Can someone fix this short script please?

    Please help
     
  5. Unread #3 - Apr 1, 2008 at 8:44 PM
  6. b1b
    Joined:
    Apr 15, 2007
    Posts:
    1,915
    Referrals:
    1
    Sythe Gold:
    116
    M
    Rust Player Christmas 2018 Toast Wallet User I'm LAAAAAAAME ???

    b1b Guru

    Can someone fix this short script please?

    I'm pretty sure its this:

    Code:
    Waitt= 10000;// The cutting time.
    (theres two "t's")

    edit2: nevermind im reading through the script again (pretty sure thats not it)... cant find it sorry
     
  7. Unread #4 - Apr 3, 2008 at 2:30 PM
  8. waddo v1
    Referrals:
    2

    waddo v1 Guest

    Can someone fix this short script please?

    rofl i know exactly whats wrong
    lots
    u have copied this script
    and hav not set variables
    u have told it to run procedure comp;
    but u aint actualy wrote it
     
  9. Unread #5 - Apr 3, 2008 at 2:36 PM
  10. waddo v1
    Referrals:
    2

    waddo v1 Guest

    Can someone fix this short script please?

    i dont like the look of drop to position doesnt seem to wokr
    try this
    Code:
    DropItem(3)
       wait(150+random(10))
       DropItem(4)
       wait(150+random(10))
       DropItem(5)
       wait(150+random(10))
       DropItem(6)
       wait(150+random(10))
       DropItem(7)
       wait(150+random(10))
       DropItem(8)
       wait(150)
       DropItem(9)
       wait(150+random(10))
       DropItem(10)
       wait(150+random(10))
       DropItem(11)
       wait(150+random(10))
       DropItem(12)
       wait(150+random(10))
       DropItem(13)
       wait(150+random(10))
       DropItem(14)
       wait(150+random(10))
       DropItem(15)
       wait(150+random(10))
       DropItem(16)
       wait(150+random(10))
       DropItem(17)
       wait(150+random(10))
       DropItem(18)
       wait(150+random(10))
       DropItem(19)
       wait(150+random(10))
       DropItem(20)
       wait(150+random(10))
       DropItem(21)
       wait(150+random(10))
       DropItem(22)
       wait(150+random(10))
       DropItem(23)
       wait(150+random(10))
       DropItem(24)
       wait(150+random(10))
       DropItem(25)
       wait(150+random(10))
       DropItem(26)
       wait(150+random(10))
       DropItem(27)
       wait(150+random(10))
       DropItem(28)
     
< I need SCAR Help (Urgent) | Problem w/ finding Runescape window. >

Users viewing this thread
1 guest


 
 
Adblock breaks this site