Results 1 to 6 of 6

Thread: Quite the Original Script...

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

    Default Quite the Original Script...

    This may not seem so original to you, but for those that have been looking for SCAR stringers this may be solution.....The_Pac_Man has returned once again to try and create a decent fletching SCAR script and now, he believes that he has a stringer that will work... The one problem is, that it won't... I could really use some help, it needs to be tuned up and such.... it just doesn't want to work for me and I just can't seem to find the problem... it's short, it's simple, but hell, its good...

    SCAR Code:
    program PacStringer;
    {.Include srl/srl.scar}
    //Make sure the bows and strings are in the first two bank spots
    //It doesn't matter which one is in which, as long as they are
    //in the first and second bank slots
    //This was all made by me, except for the random finder from
    //Buckley'sInDaHouse Fletcher. This does work with the new
    //fletching system.
    //And make sure that your bank pin, if you have one, has already
    //been put in...
    begin
    Writeln('Happy Fletching: From The_Pac_Man')
    end.
    procedure UseBank;
    begin
    MakeCompass('N')
    if FindObj(x, y,'Banker', 7445450, 5, False);
    wait(100);
    then
    ChooseOption(x,y,'Bank');
    wait(1200+Random(50));
    Mouse(94, 127, 2, 2, False);
    wait(150+Random(30));
    ChooseOption(x,y,'Withdraw All');
    wait(150+Random(40));
    Mouse(627, 266, 2, 2, False);
    wait(200+Random(20));
    ChooseOption(x,y,'Deposit All');
    wait(175+Random(20));
    Mouse(144, 125, 2, 2, False);
    wait(200);
    ChooseOption(x,y,'Withdraw All');
    Mouse(485, 88, 2, 2, True);

    end;

    procedure Stringbows;
    begin
    Mouse(628, 386, 2, 2, True)
    Wait(Random(50))
    Mouse(670, 385, 2, 2, True)
    Wait(Random(65))
    Mouse(255, 461, 2, 2, False)
    ChooseOption(x,y,'Make All')
    wait(15550+Random(35))
    end;

    begin
    repeat
    UseBank;
    Stringbows;
    Until(False)
    end.[SCAR]
    [/SCAR]

  2. #2
    Join Date
    May 2007
    Location
    baltimore, md
    Posts
    836
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    coordinates change thats why theres text finding and bitmaps/dtms

    also your first conditional statement is used wrong.


    look in the tutorials section for bitmaps and dtm tutorials they are basically pictures.

  3. #3
    Join Date
    Jun 2007
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Mhmm.

  4. #4
    Join Date
    Feb 2007
    Location
    SparklesProd.com
    Posts
    2,406
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Hennessynaitah View Post
    Mhmm.
    Gravedig + Useless spam = Infraction?

    Who knows.

  5. #5
    Join Date
    Nov 2006
    Posts
    23
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Actually, your problem is in these lines.

    SCAR Code:
    begin
    Writeln('Happy Fletching: From The_Pac_Man')
    end.

    When you do END., I'm pretty sure the period indicates it is these end of the script, thats why you only use it on the main loop. Hopefully this fixes your problem.

    Good luck scripting.
    http://i36.photobucket.com/albums/e4...mer/quake1.jpg
    Possible Projects in the Future
    Snape grass collector + banker

  6. #6
    Join Date
    Mar 2006
    Posts
    13,241
    Mentioned
    228 Post(s)
    Quoted
    267 Post(s)

    Default

    07-07-2007

    Gravedig
    Locked

    @Sprok
    I go the spam ealier, but i didnt notice gravedig, thanks
    STOP PM'ING ME

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. I Need an original idea
    By Timothegreat in forum RS3 Outdated / Broken Scripts
    Replies: 54
    Last Post: 04-09-2008, 10:07 PM
  2. An Original Request
    By smartshark in forum RS3 Outdated / Broken Scripts
    Replies: 1
    Last Post: 04-07-2008, 08:16 PM
  3. Request] Hunting Script, Original Idea
    By OpenHearts in forum RS3 Outdated / Broken Scripts
    Replies: 0
    Last Post: 12-19-2007, 12:02 PM
  4. so UN-original...
    By Nose Smasher in forum Bot Information and Spottings
    Replies: 7
    Last Post: 11-04-2007, 11:51 PM
  5. Taking Some Original Script Requests
    By Macho Man67 in forum RS3 Outdated / Broken Scripts
    Replies: 1
    Last Post: 08-18-2007, 07:52 AM

Posting Permissions

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