Page 7 of 8 FirstFirst ... 5678 LastLast
Results 151 to 175 of 188

Thread: Fally Cow Cruncher

  1. #151
    Join Date
    Jun 2007
    Posts
    194
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    could this script run over night with 1 char?


    http://i1207.photobucket.com/albums/...1880351716.gif
    Quote Originally Posted by R0b0t1 View Post
    We cheat better than most players can play.

  2. #152
    Join Date
    Nov 2006
    Posts
    149
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    for some reason it got the roadcolor correct the first time
    but when you stop the script and then start it again (without reopening smart) it gets a roadcolor=0
    all i did was close smart and let the script reopen it and it worked

    other than that the failsafe is pretty good (going ot the gate and all)

    great script!

  3. #153
    Join Date
    Oct 2006
    Posts
    2,297
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Nice script, but I see a bug.
    SCAR Code:
    Function FindFallyBank: Boolean;
    var
      BankDTM: integer;
      BP: TPoint;
    begin
      BankDTM := DTMFromString('78DA632C66626008654001FFFFFF67D061646' +
           '06084B0FF33E602D5C442E418A1F8CF1F26381F4C1712A1A694B0' +
           '1A0089E9105D');
      try
        if dtmrotated(BankDTM,BP.x,BP.y,MMx1,MMy1,MMx2,MMy2) then
        begin
          if distance(MMcx,MMcy,BP.x,BP.y) > 12 then
            Mouse(BP.x,BP.y,0,0,True);
          wait(200+random(300));
          FFlag(Random(3));
          OpenBankFast('feb');
          if PinScreen then Inpin(Players[currentplayer].pin);
          wait(300 + random(300));
          FixBank;
          Result := True;
          FreeDTM(BankDTM);
        end;
      except Freedtm(BankDTM); end;
    end;
    "except" is used for to do an action (or just something like a writeln) when the previous action has failed.
    "finally" over here comes code that the function/procedure always has to do.

    So, you should put the DTM free'ing after a final 'command'.
    Result:
    SCAR Code:
    Function FindFallyBank: Boolean;
    var
      BankDTM: integer;
      BP: TPoint;
    begin
      BankDTM := DTMFromString('78DA632C66626008654001FFFFFF67D061646' +
           '06084B0FF33E602D5C442E418A1F8CF1F26381F4C1712A1A694B0' +
           '1A0089E9105D');
      try
        if dtmrotated(BankDTM,BP.x,BP.y,MMx1,MMy1,MMx2,MMy2) then
        begin
          if distance(MMcx,MMcy,BP.x,BP.y) > 12 then
            Mouse(BP.x,BP.y,0,0,True);
          wait(200+random(300));
          FFlag(Random(3));
          OpenBankFast('feb');
          if PinScreen then Inpin(Players[currentplayer].pin);
          wait(300 + random(300));
          FixBank;
          Result := True;
          //FreeDTM(BankDTM);we don't want to free it twice, eh? ;)
        end;
      except Writeln('Fally bank NOT found?!');
      finally Freedtm(BankDTM);
      end;
    end;

    What happens with your version is, when the bank(dtm) has been found, the DTM wont be free'd,which will end up in a memory leak.
    The secon, corrected usage, willmake your script run smoother

    Maybe I'll find more errors, but I don't have the time now.
    -Tsn.
    [QUOTE=Santa_Clause;277761]I love you too TSN :p[/QUOTE]
    [CENTER][URL="http://www.stats.srl-forums.com/sigs"][IMG]http://www.stats.srl-forums.com/sigs/1324.png[/IMG][/URL][/CENTER]

  4. #154
    Join Date
    Nov 2006
    Posts
    149
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    lol ive been running hte script ever since my last post but i want to use the comp to play some games so i have to stop it <___<

    FallyCowCruncher has been running for 3 Hours, 59 Minutes and 10 Seconds
    ~~~~~~~~~~~~~~~~~~~~~~~~
    Players have killed 661 Cows
    and picked up 0 Cowhides
    in a total of 16 Loads

    /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
    | SRL 4 Randoms Report |
    | www.srl-forums.com |
    |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
    | Talks : 2 |
    | Old Men : 1 |
    | Certers Solved : 1 |
    | Boxes Solved : 1 |
    \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/


    one character.....GG

    pwnage script

  5. #155
    Join Date
    Mar 2008
    Location
    The Netherlands
    Posts
    1,395
    Mentioned
    1 Post(s)
    Quoted
    1 Post(s)

    Default

    w00t, it compiled
    Very 1337 script. It works Perfect with capital P! Keep up the good work

    ================================================== ===================
    FallyCowCruncher has been running for 24 Minutes and 29 Seconds
    ~~~~~~~~~~~~~~~~~~~~~~~~
    Players have killed 61 Cows
    and picked up 51 Cowhides
    in a total of 1 Loads

    "aure"(True) has killed 61 Cows
    and has picked 51 Hides
    ===========================FallyCowCruncher======= ===================
    Successfully executed

    Dont know why it stopped :/

    Edit: Lol I see 6 players doing the same


  6. #156
    Join Date
    Apr 2008
    Posts
    70
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  7. #157
    Join Date
    Apr 2008
    Posts
    147
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    //reserved for proggy

    Working good, would like it to work a tiny bit faster on picking up the cowshides, it looses valuable 2-3 seconds... small bits add up!

    Nice script +rep.

  8. #158
    Join Date
    Sep 2007
    Posts
    415
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    @Tsn, thanks, but i had a reason for doing the except at the time, however a finally should have been used then anyway.

    @iJake, set your players seconds to kill cows lower, thats what i put it there for.
    EDIT: oh wait, i'll check it out
    Quote Originally Posted by That guy that wrote forefeathers
    <munklez>haha im too lazy, girls annoy me
    <munklez> they always wanna like, do stuff
    <munklez> and i just wanna program
    <munklez> and they always take all my money

  9. #159
    Join Date
    Mar 2007
    Location
    Utah
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I just ran script and I had problems with getting through gate and then after only 3 hides tied to find bank and got lost.
    proggie

    ================================================== ===================
    FallyCowCruncher has been running for 6 Minutes and 59 Seconds
    ~~~~~~~~~~~~~~~~~~~~~~~~
    Players have killed 9 Cows
    and picked up 3 Cowhides
    in a total of 0 Loads

    "lyan"(True) has killed 9 Cows
    and has picked 3 Hides
    ===========================FallyCowCruncher======= ===================
    Successfully executed
    http://www.draynor.net/affst/runite/...uerobin_Xp.png
    http://www.draynor.net/hw/glowstream/157.png
    ----If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly. - put this in your sig----

  10. #160
    Join Date
    May 2008
    Location
    Canada
    Posts
    665
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Similar problem here, after my character killed 20ish cows (collected no hides) then it logged out said "next player" and did just about the same ( 3 hides =)).

  11. #161
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    My favourite script!


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

  12. #162
    Join Date
    Mar 2008
    Posts
    60
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    all people that are running this script
    make sure your contrast is on highest (4)
    before you start
    cause all scar/srl stuff requires the contrast to be on highest

  13. #163
    Join Date
    Nov 2007
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This script is awesome! It seems a bit risky, but other then that its great, at first i had trouble with it doing a few runs but then i just tried again and set it up as multiple chars with the same account info and it worked beautifully, thanks to this script my pure actually has some decent money
    propsXD
    __ will post next proggy
    Not as good as most of the ones i get lol but it stopped
    FallyCowCruncher has been running for 22 Minutes and 8 Seconds
    ~~~~~~~~~~~~~~~~~~~~~~~~
    Players have killed 71 Cows
    and picked up 56 Cowhides
    in a total of 1 Loads

    "aos"(False) has killed 71 Cows
    and has picked 56 Hides
    ===========================FallyCowCruncher======= ===================

  14. #164
    Join Date
    Dec 2007
    Posts
    40
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ==================================
    thank you for using...
    _____ ____ ____
    | ___| / ___| / ___|
    | |_ | | | |
    | _| | |___ | |___
    |_|alador \____|ow \____|runcher
    ============By Drizzt=============

    ================================================== ===================
    FallyCowCruncher has been running for 15 Minutes and 32 Seconds
    ~~~~~~~~~~~~~~~~~~~~~~~~
    Players have killed 33 Cows
    and picked up 15 Cowhides
    in a total of 0 Loads

    "****"(True) has killed 33 Cows
    and has picked 15 Hides
    ===========================FallyCowCruncher======= ===================
    If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly.- put this in your sig!
    http://www.stats.srl-forums.com/sigs/3528.png

  15. #165
    Join Date
    Nov 2006
    Posts
    149
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    FallyCowCruncher has been running for 3 Hours, 5 Minutes and 54 Seconds
    ~~~~~~~~~~~~~~~~~~~~~~~~
    Players have killed 458 Cows
    and picked up 341 Cowhides
    in a total of 12 Loads

    i messed it up causae i wanted to check my stats in the middle of the script lol <___<

    lovin this script

  16. #166
    Join Date
    Dec 2007
    Posts
    87
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    nice script.
    sometimes however on the way back to the bank it clicks the road, waits for a second, the clicks the tree again and then the road, it gets stuck in a loop.

    sometimes it got lost.
    other than that worked well for me.
    i didn't get the proggie sorry.

  17. #167
    Join Date
    Jun 2008
    Posts
    152
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i have come across a runtime error...i assume this is a result of the new update

    SCAR Code:
    [Runtime Error] : Exception: Access violation at address 006CF132 in module 'scar.exe'. Read of address FFFFFFFC in line 126 in script C:\Program Files\SCAR 3.15\includes\SRL/SRL/Core/Login.scar

    thoughts?

  18. #168
    Join Date
    Jul 2008
    Posts
    907
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Failed when compiling
    Line 514: [Error] (16246:23): Invalid number of parameters in script C:\Documents and Settings\User\My Documents\cow killer and hide banker.scar
    then theres something about wait2
    and then the smart has an invalid number of parameters.


  19. #169
    Join Date
    Mar 2007
    Posts
    1,700
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Lol, it doesn't even compile..

  20. #170
    Join Date
    Nov 2007
    Location
    Norway
    Posts
    178
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Same problem here, is it outdated or something?

  21. #171
    Join Date
    May 2008
    Posts
    266
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by fyodor View Post
    FallyCowCruncher has been running for 3 Hours, 5 Minutes and 54 Seconds
    ~~~~~~~~~~~~~~~~~~~~~~~~
    Players have killed 458 Cows
    and picked up 341 Cowhides
    in a total of 12 Loads

    i messed it up causae i wanted to check my stats in the middle of the script lol <___<

    lovin this script
    check the date on the last proggy, a month before the rs graphics update....

    yes it is updated

  22. #172
    Join Date
    Mar 2007
    Posts
    57
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    could you add a breaking and logging out feature to the script please?

  23. #173
    Join Date
    Apr 2007
    Posts
    58
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    it just close's after i click run.

  24. #174
    Join Date
    Feb 2007
    Posts
    133
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Line 514: [Error] (16246:23): Invalid number of parameters in script C:\DOCUME~1\XXXXX\LOCALS~1\Temp\FallyCowCruncher v 3.0.scar
    Failed when compiling

  25. #175
    Join Date
    May 2007
    Location
    Vancouver, Canada , eh?
    Posts
    320
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by kingstun View Post
    Line 514: [Error] (16246:23): Invalid number of parameters in script C:\DOCUME~1\XXXXX\LOCALS~1\Temp\FallyCowCruncher v 3.0.scar
    Failed when compiling
    What version scar/srl r u using? Try updating ur scar/srl and the script.
    I had to change this from my old one...?

Page 7 of 8 FirstFirst ... 5678 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. fally teleport
    By ben600006 in forum First Scripts
    Replies: 5
    Last Post: 06-01-2008, 05:14 AM
  2. Fally Cow Killer
    By me_ntal in forum OSR Help
    Replies: 5
    Last Post: 04-28-2007, 08:49 PM
  3. fally yew cutter
    By chaos in forum RS3 Outdated / Broken Scripts
    Replies: 2
    Last Post: 04-15-2007, 04:44 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
  •