Results 1 to 25 of 25

Thread: McLovins 99 Wcer (Willow Chopper + Banker)

  1. #1
    Join Date
    Nov 2007
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default McLovins 99 Wcer (Willow Chopper + Banker)

    This is McLovins 99 Wcer V 1.0

    Version 1.0 -
    Progress Report
    FindFastRandoms
    Banker
    Has the frog random.
    Finds broken axes, and should repair em.
    Ent Finder.

    Version 1.10 -
    Same as Version 1
    But fixed some bugs.
    Made It MultiPlayer

    Instructions:
    1. Low Detail
    2. Low populated world.
    3. Start in the bank of draynor.
    (If you only want to use 1 account, either switchthe max players in declare players to 1, or just write your name in all of em.)

    I hope you like it, its my first Wcing willow chopper + banker

    Tell me about bugs, and ill fix it in the next version.


    V 1
    Bugs~~~~~~~~~~~~~~~~~~~
    -Login feature isnt working, not sure why, so, you have to be logged in and in bank, for it to work.

    Bugs~~~~~~~~~~~~~~~~~~~

    V 1.10
    Bugs~~~~~~~~~~~~~~~~~~~
    -No Bugs..
    Please tell me if there are some.
    Bugs~~~~~~~~~~~~~~~~~~~

    Rippers~~~~~~~~~~~~~~~~~~
    None So Far
    Rippers~~~~~~~~~~~~~~~~~~


    Rate it from 1 - 10
    I hope ya like this. I spent about 2 days on it.

  2. #2
    Join Date
    Sep 2007
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    [Runtime Error] : Exception: Access violation at address 007236F4 in module 'scar.exe'. Read of address 0000001C in line 446 in script

  3. #3
    Join Date
    Nov 2007
    Location
    Michigan
    Posts
    129
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    The first time it just logged me out

    but the other couple times it doesnt find axe if its equipped or unequipped.

  4. #4
    Join Date
    Nov 2007
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hm, it works pretty good for me lol.
    but you have to be logged in for it to work, in front of bank. it has to be equipped i think

  5. #5
    Join Date
    May 2007
    Location
    in a pineapple under the sea
    Posts
    1,040
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Pretty decent standards. Nice use of arrays.

    Must Change this
    SCAR Code:
    Begin //Main Loop
    SetupSRL;                // McLovins
    Setup;                  // 99
    DeclarePlayers;        // Wcer
    Repeat                // If You rip this
      PlayerSetup;       // I will rip your face off.
      If not LoggedIn Then LoginPlayer;
      Writeln('Logged In');
        If Not LoggedIn Then Exit;
        GoToWillows;
          If Not LoggedIn Then Exit;
          FindFastRanDoms;
          WillowChopper;
          If Not LoggedIn Then Exit;
        If Not LoggedIn Then Exit;
        FindtheBank;
        Bank;
        LoadsDone := LoadsDone + 1;
        wait(500);
        ProgressReport;
      Until(LoadsDone >= Loads)            // Have Fun
    NextPlayer(True);                     //    ~ McLovin
    End.

    to this
    SCAR Code:
    Begin //Main Loop
      SetupSRL;                // McLovins
      Setup;                  // 99
      DeclarePlayers;        // Wcer
      Loginplayer;
      Writeln('Logged In');
      Repeat                // If You rip this
        PlayerSetup;       // I will rip your face off.
        If not(LoggedIn) Then
        begin
          LoadsDone:=0;
          Nextplayer(false);
        end;
        GoToWillows;
        FindFastRanDoms;
        WillowChopper;
        FindtheBank;
        Bank;
        LoadsDone := LoadsDone + 1;
        ProgressReport;
        if (LoadsDone >= Loads) then
        begin
          LoadsDone:=0;
          Nextplayer(true);
        end;
      Until(false);                     //    ~ McLovin
    End.

    This will work much better and fix the multi-player issues

    And until(false); means it will run the script until all players become inactive
    [SIZE="4"][CENTER][URL="http://www.youtube.com/watch?v=5YsGJz3j4os"]LOL u mad bro?[/URL][/CENTER][/SIZE]

  6. #6
    Join Date
    Nov 2007
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks alot for this, i needed it

  7. #7
    Join Date
    Jul 2007
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    worked fine for me logged in then started up nice for a first script
    :google: :f: :google:

  8. #8
    Join Date
    Dec 2006
    Location
    Copy pastin to my C#
    Posts
    3,788
    Mentioned
    8 Post(s)
    Quoted
    29 Post(s)

    Default

    PEOPLE!

    What the fuck is
    {Dontinclude.Include SRL/SRL/Skill/Woodcutting.Scar}
    ????

    If you don't want to include it, don't type shit like that there, and you have copied SRL's entfinder to your script even you could just use
    {.include SRL/SRL/Skill/Woodcuttin.scar}

    Include or don't include, but don't dontinclude...

  9. #9
    Join Date
    Nov 2007
    Posts
    42
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i dont know if im doing anything wrong but one i ran it it just signed me out
    can you guys help me please

  10. #10
    Join Date
    Dec 2007
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by n3ss3s View Post
    PEOPLE!

    What the fuck is ????

    If you don't want to include it, don't type shit like that there, and you have copied SRL's entfinder to your script even you could just use
    {.include SRL/SRL/Skill/Woodcuttin.scar}

    Include or don't include, but don't dontinclude...
    lol i saw that aswell... weird

  11. #11
    Join Date
    Jul 2007
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    gj man!

  12. #12
    Join Date
    Nov 2007
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by n3ss3s View Post
    PEOPLE!

    What the fuck is ????

    If you don't want to include it, don't type shit like that there, and you have copied SRL's entfinder to your script even you could just use
    {.include SRL/SRL/Skill/Woodcuttin.scar}

    Include or don't include, but don't dontinclude...
    you dont need that if you dont want to include woodcuttin.scaR? oh ty for tjat, my friend said to put that if your making a willow chopper.

    ima fix some errors, and put the new revision in.

  13. #13
    Join Date
    Jun 2007
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Mclovin. This script is almost identical to another scripts posted in the first scripts section by Stein.

  14. #14
    Join Date
    Nov 2007
    Location
    Butte, Montana
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    worked very well for a few loads, didn't run it much longer then that.
    "worked for 19 mins and 6 seconds
    banked 4 times"

    i really like the progress reports updating often like that.

    didn't notice anything wrong while it ran. ill try out the multi-player and run it for longer to see how it does for real :P

  15. #15
    Join Date
    Jun 2007
    Location
    brooklyn ny
    Posts
    683
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    im actually surprised a person with 12 posts has a script kudos

  16. #16
    Join Date
    Oct 2006
    Posts
    334
    Mentioned
    0 Post(s)
    Quoted
    18 Post(s)

    Default

    Quote Originally Posted by n3ss3s View Post
    PEOPLE!

    What the fuck is ????

    If you don't want to include it, don't type shit like that there, and you have copied SRL's entfinder to your script even you could just use
    {.include SRL/SRL/Skill/Woodcuttin.scar}

    Include or don't include, but don't dontinclude...
    guess where the fuck he got that from?
    He ripped most of this from me: http://www.villavu.com/forum/showthr...=21187?t=23125
    Quote Originally Posted by cow247 View Post
    Mclovin. This script is almost identical to another scripts posted in the first scripts section by Stein.
    yes thank you for noticing...
    Quote Originally Posted by eze01 View Post
    worked very well for a few loads, didn't run it much longer then that.
    "worked for 19 mins and 6 seconds
    banked 4 times"

    i really like the progress reports updating often like that.

    didn't notice anything wrong while it ran. ill try out the multi-player and run it for longer to see how it does for real :P
    again a feature that I was putting into every script I ran, so I made it built into mine. BUT HE RIPPED IT OFF!

  17. #17
    Join Date
    Oct 2006
    Posts
    334
    Mentioned
    0 Post(s)
    Quoted
    18 Post(s)

    Default

    sry to double post but you will probably notice that his script became multiplayer right after mine...
    EDIT:
    SCAR Code:
    Const HighSkill = 'WoodCutting';  //skill For genie

          Loads = 20; //Loads To Do BeFore PlayerSwitch

          MaxTime = 400; //Maximum time in MINUTES For each player
    notice how that is the exact same as my script. if you look closely im sure you will see that MaxTime is never used, because I had to change it to milliseconds because multiplication (*) wouldn't work...

    stupid nub stole my script, ITS MY FIRST ONE DAMNIT I CAN BARELY EVEN SCRIPT
    WHY STEAL MINE!!!!
    nub.

    SCAR Code:
    Procedure PlayerSetup;
    Begin
    TreeClicks := 0;
      If FindLoginScreen Then LoginPlayer;
        FindFastRandoms;
        wait(5000+ranDom(5000));
        setchat('Hide', 4);
        setchat('Off', 2);
        setchat('Hide', 1);
        setchat('friEnds', 5);
        setchat('friEnds', 3);
        PerfectNorth;
        HighestAngle;
        SetRun(true);
    End;
    this is the exact same as mine. notice how I did Find/Replace for ends and dos and it capitalized them? :P

    SCAR Code:
    Procedure Bank;
    Begin
      If Not LoggedIn Then
        Begin
          Nextplayer(false);
          Exit;
        End;
        Repeat
          If Not LoggedIn Then
          Begin
            Nextplayer(false);
            Exit;
          End;
          Location := 'Looking For The Banker';
          ProgressReport;
          OpenBankQuiet('db');//FindBank('db');
        Until(bankscreen Or pinscreen)
      Location := 'Banking yo shitz';
      ProgressReport;
      Banked := Banked + 1;
      ReportVars[0] := ReportVars[0] + 1;
      DepositAll;
      CloseBank;
    End;
    also notice how findbank('db') is in comments? same exact thing in the old versions of my script. I finally decided to use findbank instead, so now its not like that anymore.

    have this noobs IP banned PLEASE!

  18. #18
    Join Date
    Dec 2007
    Posts
    72
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This one didnt work for me =[

  19. #19
    Join Date
    Oct 2006
    Posts
    334
    Mentioned
    0 Post(s)
    Quoted
    18 Post(s)

    Default

    well its my script so don't post here

  20. #20
    Join Date
    Dec 2007
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hmm how come everytime i log in with it. It logs me out then logs back in then logs back out then back in? is it something i did or.. and does this script have anti frog? i had a frog event and it just stood there doing nothing and kept chopping

  21. #21
    Join Date
    Oct 2006
    Posts
    334
    Mentioned
    0 Post(s)
    Quoted
    18 Post(s)

    Default

    Quote Originally Posted by malachazaar View Post
    hmm how come everytime i log in with it. It logs me out then logs back in then logs back out then back in? is it something i did or.. and does this script have anti frog? i had a frog event and it just stood there doing nothing and kept chopping
    STOP POSTING ON HIS THREAD! ITS MY SCRIPT!!!

  22. #22
    Join Date
    Dec 2007
    Posts
    372
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    the banking part isnt working for me, it tries to click on a closed booth

    u should make it if 1 dont work it tries another

  23. #23
    Join Date
    Dec 2007
    Posts
    372
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i got it working now kinda i changed some stuff

  24. #24
    Join Date
    Oct 2006
    Posts
    334
    Mentioned
    0 Post(s)
    Quoted
    18 Post(s)

    Default

    omg... stop posting here PLEASE
    why don't these stupid noobs read the thread?

  25. #25
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    13,692
    Mentioned
    146 Post(s)
    Quoted
    130 Post(s)

    Default

    Closed. McLovin banned for 1 week.



    The best way to contact me is by email, which you can find on my website: http://wizzup.org
    I also get email notifications of private messages, though.

    Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
    Documentation | Source | Simba Bug Tracker on Github and Villavu )


    My (Blog | Website)

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Torrent's Willow Chopper&Banker
    By Torrent of Flame in forum RS3 Outdated / Broken Scripts
    Replies: 25
    Last Post: 04-04-2008, 09:52 AM
  2. Willow Chopper and banker
    By Wade007 in forum RS3 Outdated / Broken Scripts
    Replies: 10
    Last Post: 02-16-2008, 05:05 PM
  3. Draynor willow chopper + banker.
    By owned1112 in forum First Scripts
    Replies: 33
    Last Post: 12-07-2007, 02:08 AM
  4. +++Willow Chopper and banker+++
    By sjf123abc in forum RS3 Outdated / Broken Scripts
    Replies: 3
    Last Post: 09-01-2007, 05:19 AM
  5. Catherby Willow Chopper + Banker
    By fugate in forum RS3 Outdated / Broken Scripts
    Replies: 1
    Last Post: 04-02-2007, 05:24 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
  •