Page 47 of 56 FirstFirst ... 374546474849 ... LastLast
Results 1,151 to 1,175 of 1395

Thread: Ultra cut n bank fixed

  1. #1151
    Join Date
    Jan 2009
    Posts
    114
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Tickyy View Post
    i guess... your using d axe.

    i think dragon axes doesn't work... atm
    Hm... weird for me it works with dragon axe...

  2. #1152
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

  3. #1153
    Join Date
    Mar 2007
    Posts
    1,223
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Yay, finally I'm in need for this ULTRA script
    Btw, Canterbury keeps getting errors such as : cannot find rocks or cannot find shop =/

  4. #1154
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Quote Originally Posted by faster789 View Post
    Yay, finally I'm in need for this ULTRA script
    Btw, Canterbury keeps getting errors such as : cannot find rocks or cannot find shop =/
    srl rock finding color is broken :/
    i have posted a fix for the srl one

    ~shut

    EDIT: replace your srl FindRockColor with this one
    SCAR Code:
    function FindRockColor: Integer;
    var
      GC, a, l, TestColor: integer;
    var
      P:array of Tpoint;
    begin
      GC := 5591394;
      Flag;
      FindColorsSpiralTolerance(MMCX,MMCY, P, GC, MMX1,MMY1,MMX2,MMY2, 80);
      l:=GetArrayLength(P);
      for a:= 0 to l-1 do
      begin
        TestColor := GetColor(P[a].x,P[a].y);
        if (TestColor-GetColor(P[a].x+1,P[a].y)=1250837)then
        begin
          Result := TestColor;
          WriteLn('Rock Color = ' + IntToStr(TestColor));
          Exit;
        end;
      end;
      WriteLn('Could not find Rock Color!');
      Result := 0;
    end;

  5. #1155
    Join Date
    Mar 2007
    Posts
    1,223
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by Shuttleu View Post
    srl rock finding color is broken :/
    i have posted a fix for the srl one

    ~shut

    EDIT: replace your srl FindRockColor with this one
    SCAR Code:
    function FindRockColor: Integer;
    var
      GC, a, l, TestColor: integer;
    var
      P:array of Tpoint;
    begin
      GC := 5591394;
      Flag;
      FindColorsSpiralTolerance(MMCX,MMCY, P, GC, MMX1,MMY1,MMX2,MMY2, 80);
      l:=GetArrayLength(P);
      for a:= 0 to l-1 do
      begin
        TestColor := GetColor(P[a].x,P[a].y);
        if (TestColor-GetColor(P[a].x+1,P[a].y)=1250837)then
        begin
          Result := TestColor;
          WriteLn('Rock Color = ' + IntToStr(TestColor));
          Exit;
        end;
      end;
      WriteLn('Could not find Rock Color!');
      Result := 0;
    end;
    Thanks, will try right away

  6. #1156
    Join Date
    Oct 2007
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Works like a charm I only seem to get it to work for a hour or so cuz of the teacher random event. But overall its great so far it cut me 1.2k yews in the past 2 days.

  7. #1157
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Quote Originally Posted by KungFuCow View Post
    Works like a charm I only seem to get it to work for a hour or so cuz of the teacher random event. But overall its great so far it cut me 1.2k yews in the past 2 days.
    that random has been solved and should be in the next svn
    but if you cant wait then you can get it here http://www.villavu.com/forum/showthr...069#post543069

    ~shut

  8. #1158
    Join Date
    Jan 2009
    Posts
    114
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by KungFuCow View Post
    Works like a charm I only seem to get it to work for a hour or so cuz of the teacher random event. But overall its great so far it cut me 1.2k yews in the past 2 days.
    Yeah that's really only reason i don't get yews as fast... I always seem to have to do it myself and run the bot again lol

    But can't wait till next svn

  9. #1159
    Join Date
    Aug 2007
    Location
    in your brain
    Posts
    71
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    im still getting the
    [Runtime Error] : Out Of Range in line 3818

    and i tried changing the line with
    := 0;
    but it didnt help and says i made a type mismatch :/

  10. #1160
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Quote Originally Posted by shizzle View Post
    im still getting the
    [Runtime Error] : Out Of Range in line 3818

    and i tried changing the line with
    := 0;
    but it didnt help and says i made a type mismatch :/
    look at he first page
    in main post
    there is a link showing you how to temporaraly fix it

    ~shut

  11. #1161
    Join Date
    Aug 2007
    Location
    in your brain
    Posts
    71
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Shuttleu View Post
    look at he first page
    in main post
    there is a link showing you how to temporaraly fix it

    ~shut
    thats what im saying i did do that and then i get a different error

    im supposed to make it
    Players[CurrentPlayer].Active := 0;
    not
    Players[CurrentPlayer].Active := true;

    right?

  12. #1162
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Quote Originally Posted by shizzle View Post
    thats what im saying i did do that and then i get a different error

    im supposed to make it
    Players[CurrentPlayer].Active := 0;
    not
    Players[CurrentPlayer].Active := true;

    right?
    no
    like in the link it says to change it to this
    SCAR Code:
    try
    Players[CurrentPlayer].Active := true;
    except
    i := 0;
    end;

  13. #1163
    Join Date
    Mar 2008
    Posts
    62
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Just to Note, The Box Solver Is Broken...
    ...

  14. #1164
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

  15. #1165
    Join Date
    Mar 2008
    Posts
    62
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Shuttleu View Post
    correction
    the SRL box solver is broken

    ~shut
    That's What i meant ^^
    ...

  16. #1166
    Join Date
    Mar 2008
    Posts
    62
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This script is outdated please redownload it from http://www.srl-forums.com/forum/ultr...n-p433857.html
    To get rid of that ^^
    do i get rid of this
    SCAR Code:
    ClearDebug;
      GetSelf.WindowState := wsMinimized;
      MainInitForm;
      curentver:= GetPage('http://tsr-forum.mgatesphoto.com/ultracutnbankver.txt');
      if curentver <> UCBversion then
      begin
        writeln('This script is outdated please redownload it from http://www.srl-forums.com/forum/ultra-cut-n-p433857.html');
        TerminateScript;

    EDIT: Nevermind, It's working again, Soz If this was a double post... :l

    EDIT2: New Proggy
    ################################################## #################
    Ultra Cut n Bank V1.83
    Final Report
    Ran for: 3 Hours, 29 Minutes and 42 Seconds
    Total Players: 2
    Total Banks: 17
    Total Yew Logs Banked: 471
    Random Event Items Banked: 5
    Total XP earned: 82,425
    ################################################## #################
    ...

  17. #1167
    Join Date
    Mar 2007
    Posts
    1,223
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Wow, I see so many long progress reports

    Mine won't run more than 2 hours

    @Shut which place do you think the script will run the longest/best;

    Edge or Cantherby?

  18. #1168
    Join Date
    Mar 2008
    Posts
    62
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hmm i've been using mine at edgeville...
    simply cause its easiest to get to (Ancients home tele)
    mine logs me out then in, and then carrys on :P
    ...

  19. #1169
    Join Date
    Jul 2008
    Posts
    55
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Failed when compiling
    Line 818: [Error] (19179:1): Unknown identifier 'UseRespond' in script C:\Program Files\SCAR 3.15\Scripts\UltraCutnBankLiteV1.83.scar

    How do I fix this?

  20. #1170
    Join Date
    Aug 2007
    Posts
    259
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    I get this error:


    SCAR Code:
    [Runtime Error] : Exception: Can't allocate the DIB handle in line 1336 in script C:\Users\****\Downloads\UltraCutnBankLiteV1.83.scar


    You didn't post a handle on your original post, and I didn't want to sift through 51 pages of posts looking for the handle lol.


    Can anyone help with this?

  21. #1171
    Join Date
    Apr 2007
    Posts
    80
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It logs in checks some stuff and then freezes :s:s

    Fixed it sorry

    Edit:
    Sometimes i get an Socket Error # 11004
    :s
    Jaghax FTW

  22. #1172
    Join Date
    Jun 2007
    Posts
    81
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ################################################## #################
    Ultra Cut n Bank V1.83
    Player Report for:
    Location: Edgeville
    Ran for: 23 Minutes and 53 Seconds
    Loads Banked: 3
    Yew Logs Banked: 84
    Player Started at Level 85 and is still at Level 85
    You earned 14,700 xp This session with 165,427 xp to the next Level
    Overall Running Time: 24 Minutes and 15 Seconds
    ################################################## #################

    /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
    | SRL 29 Randoms Report |
    | www.srl-forums.com |
    |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
    | SRL Logs : 1 |
    | Fights : 1 |
    \~~~~~~~~~~~~~~~~~

  23. #1173
    Join Date
    Jun 2007
    Posts
    81
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hey when i try to use at CY it Stops when it cant find the rock East of trees

  24. #1174
    Join Date
    Feb 2009
    Posts
    78
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I get an error saying Line 818: (([Error] (19182:1): Unknown identifier 'UseRespond' in script C:\Users\ashender\Downloads\UltraCutnBankLiteV1.83 .scar ))

    please help

  25. #1175
    Join Date
    Sep 2008
    Posts
    352
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hey dude the script starts of fine then it starts walkin toward trees and it cant find rock color so it logs out then logs in...
    Formerly Known as: Willie2oo8

Page 47 of 56 FirstFirst ... 374546474849 ... LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Ultra Cut n Bank
    By PriSoner in forum RS3 Outdated / Broken Scripts
    Replies: 824
    Last Post: 04-15-2009, 12:02 AM
  2. Error#2: Ultra Cut N Bank
    By shadohead in forum OSR Help
    Replies: 2
    Last Post: 12-03-2008, 03:36 AM
  3. Ultra Cut n Bank ERROR
    By buggyboy33 in forum OSR Help
    Replies: 3
    Last Post: 12-01-2008, 12:18 AM
  4. Error: Ultra Cut N Bank
    By shadohead in forum OSR Help
    Replies: 1
    Last Post: 11-29-2008, 02:34 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
  •