Poll: Did Both Scripts Work?

Results 1 to 7 of 7

Thread: Maple Power Chopper Or PowerChopper/Banker

  1. #1
    Join Date
    Jul 2007
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Maple Power Chopper Or PowerChopper/Banker

    RiSe AgAiNsT's Maple Power Chopper Or PowerChopper/Banker
    Note: I Am Still Learning How To Script! So Don't Be That Harsh Please...
    Maple Power Chopper

    SCAR Code:
    // "INSTRUCTIONS"
    // - Just Start In Camelot Bank
    Program MaplePowerChopper;
    {.Include SRL/SRL.scar}
    Var ClickedMapleTree: Integer;
        Loads: Integer;
    Const MapleTree = 0; // Set Color Of Maple Tree.
    Procedure DoAntiRandoms;
    Begin
      FindTalk;
      FindNormalRandoms;
       If (FindFight = True) Then
    Begin
      RunAwayDirection('N');
      Wait(10000 + Random(2000));
      RunBack;
    End;
    End;
    Procedure FindMapleTrees;
    Begin
     If FindSymbol(X,Y,'Tree') Then
      Mouse(X,Y,0,0,True);
      Wait(10000);
    End;
    Procedure ProgressReport;
    Begin
      ClearDebug;
      Writeln('  Did ' + IntToStr(Loads) + ' Loads' + '    ');
      Writeln('  Clicked' + IntToStr(ClickedMapleTree) + 'Trees' + '        ');
    End;
    Procedure ClickingTree;
    Begin
    Repeat
      If FindColor(X,Y,MapleTree,4,2,764,499)Then
       Mouse(X,Y,0,0,True);
       Wait(10000);
       DoAntiRandoms;
       ClickedMapleTree:=ClickedMapleTree+1;
    Until(InvFull);
    End;
    Procedure Drop;
    Begin
      DropTo(2,28);
      Loads:=Loads+1;
    End;
    Begin
      SetupSRL;
    Repeat
      FindMapleTrees;
      ClickingTree;
      ProgressReport;
    Until(False);
    End.

    Maple Power Chopper & Banker

    SCAR Code:
    // "INSTRUCTIONS"
    // - Just Start In Camelot Bank
    Program MapleChopperAndBanker;
    {.Include SRL/SRL.scar}
    Var ClickedMapleTree: Integer;
        Loads: Integer;
    Const MapleTree = 0; // Set Color Of Maple Tree.
    Procedure DoAntiRandoms;
    Begin
      FindTalk;
      FindNormalRandoms;
       If (FindFight = True) Then
    Begin
      RunAwayDirection('N');
      Wait(10000 + Random(2000));
      RunBack;
    End;
    End;
    Procedure FindMapleTrees;
    Begin
     MakeCompass('S');
     If FindSymbol(X,Y,'Tree') Then
      Mouse(X,Y,0,0,True);
      Wait(10000);
    End;
    Procedure ProgressReport;
    Begin
      ClearDebug;
      Writeln('  Did ' + IntToStr(Loads) + ' Loads' + '    ');
      Writeln('  Clicked' + IntToStr(ClickedMapleTree) + 'Trees' + '        ');
    End;
    Procedure ClickingTree;
    Begin
    Repeat
      If FindColor(X,Y,MapleTree,4,2,764,499)Then
       Mouse(X,Y,0,0,True);
       Wait(10000);
       DoAntiRandoms;
       ClickedMapleTree:=ClickedMapleTree+1;
    Until(InvFull);
    End;
    Procedure BankMapleLogs;
    Begin
      If FindSymbol(X,Y,'Bank') Then
      Mouse(X,Y,0,0,True);
      Wait(10000);
      OpenBank;
      Deposit(2,28,2);
      CloseBank;
    End;
    Begin
      SetupSRL;
    Repeat
      FindMapleTrees;
      ClickingTree;
      BankMapleLogs;
      ProgressReport;
    Until(False);
    End.

    Thanks "Lordgreggreg" For The Singnature!

  2. #2
    Join Date
    Jul 2007
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    finds the trees and cuts fine but doesnt bank?

  3. #3
    Join Date
    May 2007
    Location
    NSW, Australia
    Posts
    2,823
    Mentioned
    3 Post(s)
    Quoted
    25 Post(s)

    Default

    Wheres the failsafe? say it cant find the bank, it will just stuff up

    Also about this
    Note: Some Of The Script Was Taken From One Of JAD'S Tutorial, If Im Not Aloud To Do This, Just Post It And I Will Remove This Thread Imediately!
    Its a tutorial your allowed to use examples and stuff.

  4. #4
    Join Date
    Jul 2007
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ok first there is 2 different scripts. First script just power cuts the maple logs and then drops them and starts cutting maple trees again. Now the second script banks the maple logs it cuts then goes back and cuts some more. So don't be so quick to judge peoples work tb71290bt, I am still learning to script. And I will try to learn how to add failsafe's, I don't know how to do it off the top of my head.

    Thanks "Lordgreggreg" For The Singnature!

  5. #5
    Join Date
    Jan 2007
    Posts
    180
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    cool script i will try it when im done autoing ess

  6. #6
    Join Date
    Jul 2007
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Thanks :D!

    Thanks for the nice comment jefferytuner :P.

    Thanks "Lordgreggreg" For The Singnature!

  7. #7
    Join Date
    Mar 2007
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    You put up a poll about whether something works or not, so its assumed that we are going to judge it and give suggestions.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Furchan's Maple Chopper!
    By FuruChan in forum RS3 Outdated / Broken Scripts
    Replies: 9
    Last Post: 12-16-2008, 12:07 AM
  2. ProResearch's NW Seers Maple Power Chopper Beta 0.01
    By proresearch in forum RS3 Outdated / Broken Scripts
    Replies: 4
    Last Post: 08-16-2008, 02:05 PM
  3. Need a seers maple chopper/banker
    By Zix160 in forum RS3 Outdated / Broken Scripts
    Replies: 1
    Last Post: 04-09-2007, 06:18 AM
  4. [SRL] ChArM's Seers Maple PowerChopper/Banker
    By _ChArMz in forum RS3 Outdated / Broken Scripts
    Replies: 25
    Last Post: 02-12-2007, 04:23 AM
  5. Seers Maple chopper that works!!!
    By d3hm3d in forum RS3 Outdated / Broken Scripts
    Replies: 1
    Last Post: 02-04-2007, 05:48 PM

Posting Permissions

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