I need help fixing my willow cutter/dropper it wont drop it will only click the logs

Discussion in 'Scar/Simba Help' started by mitymite, Jul 31, 2008.

I need help fixing my willow cutter/dropper it wont drop it will only click the logs
  1. Unread #1 - Jul 31, 2008 at 12:54 AM
  2. mitymite
    Joined:
    Jan 3, 2008
    Posts:
    2
    Referrals:
    0
    Sythe Gold:
    0

    mitymite Newcomer

    I need help fixing my willow cutter/dropper it wont drop it will only click the logs

    Here is the script everything works but the dropper.


    program New;
    {.include Srl\Srl.Scar}
    //{.include SRL\SRL\Core\Inventory.scar}
    {.include SRL\SRL\Skill\WoodCutting.scar}
    //FindColorSpiralTolerance(x, y, color, MSX1, MSY1, MSX2, MSY2, 3)
    var
    x :Integer;
    y :Integer;
    const
    fishcolor = 7492932;
    willowcolor = 1323811; //3891047;

    procedure setup;
    begin
    activateclient;
    wait(1000)
    setupsrl
    MouseSpeed := 10
    Writeln('Draynor Village Willow Whipper')
    Writeln('Setting up script...')
    MakeCompass('n')
    SetAngle(True)
    SetRun(True)
    wait(200)
    if GetSkillInfo('woodcutting', False) < 30 then
    begin
    writeln('Error! Your woodcutting level must be higher than 30 to cut willows!')
    TerminateScript;
    end;
    end;

    procedure drop;
    begin
    SetRun(true)
    begin
    DropAll;
    end;
    end;

    procedure gototrees;
    begin
    SetRun(True)
    if FindColorSpiral(x,y,fishcolor,MMX1,MMY1,MMX2,MMY2) then
    begin
    writeln('Found fish colour. Moving to it')
    Mouse(x, y, 0, 0,True)
    end else
    begin
    writeln('Have not found fish colour! Using "blind" co-ordinate based location technique')
    writeln('This is not very acurate')
    Mouse(591,132,0,0,True)
    end;
    end;

    begin
    setup
    repeat

    //if FindColor(x, y, fishcolor, MSX1, MSY1, MSX2, MSY2) then
    gototrees ;
    repeat
    wait(100)
    until(FlagDistance < 1)
    //until()
    FindObj(x, y, 'willow',willowcolor, 2)
    Mouse(x,y,0,0,True)
    repeat
    SolveNonTalkingRandoms;
    //SolveTalkingRandom()
    if FindEnt(x, y, False) then
    begin
    // Run 2 t3h b4nk!!!
    drop;
    wait(10000)
    boredhuman;
    wait(30000)
    RandomRClick;
    wait(20000)
    gototrees;
    end;
    FindObj(x, y, 'willow',willowcolor, 2)
    Mouse(x,y,0,0,True)
    if FindFight then
    begin
    drop
    wait(10000)
    boredhuman;
    wait(30000)
    RandomRClick;
    wait(20000)
    gototrees;
    end;
    wait (1000+random(1000)+random(2000)+random(4000)+random(4000))
    if (random(100) = 100) then
    begin
    BoredHuman;
    end;
    until(InvFull)
    drop;
    repeat
    wait(100)
    until(FlagDistance < 1)

    until(False)
    end.


    //Mitymite//

    plz help:noworry:
     
< Error with Essence Miner Script | Neeed Help Bad Plz >

Users viewing this thread
1 guest


 
 
Adblock breaks this site