Page 44 of 56 FirstFirst ... 34424344454654 ... LastLast
Results 1,076 to 1,100 of 1395

Thread: Ultra cut n bank fixed

  1. #1076
    Join Date
    Apr 2007
    Posts
    44
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Great script =]

    Ultra Cut n Bank V1.83
    Final Report
    Ran for: 7 Hours, 53 Minutes and 17 Seconds
    Total Players: 3
    Total Banks: 37
    Total Yew Logs Banked: 1,022
    Birds Nests (Seeds) Banked: 1
    Birds Nests (Rings) Banked: 1
    Random Event Items Banked: 12
    Total XP earned: 174,125
    ################################################## #################
    Player0 Still Active? no. earned: 120750 XP. reason ended: OpenBankFast cannot find the Bank Booth after 6 attempts.
    Player1 Still Active? no. earned: 0 XP. reason ended: Could Not Find Both Yew Symbols (Function: FindBothYews)
    Player2 Still Active? no. earned: 53375 XP. reason ended: CutDownEdYew: 2 Not Logged In. Lost Connection or Unsolveable Random?
    Successfully executed

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

  3. #1078
    Join Date
    Apr 2007
    Posts
    374
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    the bird nest finder doesnt work anymore?

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

  5. #1080
    Join Date
    Apr 2007
    Posts
    374
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hm.. doesnt pick up for me but it did last time ...

  6. #1081
    Join Date
    Apr 2007
    Posts
    44
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    THe only prob I have is that it doesnt solve the mystery box or school teach randoms.

  7. #1082
    Join Date
    Dec 2008
    Posts
    38
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    [Runtime Error] : Out Of Range in line 3818 in script

    Line 3818: Players[CurrentPlayer].Active := active;

    whole function:

    SCAR Code:
    {*******************************************************************************
    procedure MyRandomPlayerNext(active: boolean);
    By: PriSoner
    Description: Chooses a Random Active Player from the Players Array.
    *******************************************************************************}

    procedure MyRandomPlayerNext(active: boolean);
    var i, c: integer;
        ap: array of integer;
    begin
        Logout;
        c := 0;
        Players[CurrentPlayer].Active := active;
        for i := 0 to Length(Players) - 1 do
        begin
            if Players[i].Active then
            begin
                SetArrayLength(ap, c + 1);

                ap[c] := i;
                c := c + 1;
            end;
        end;

        if c = 1 then
        begin
            CurrentPlayer := ap[0];
            writeln('You are currently using the only Active Player...');
            exit;
        end else if c > 1 then
        begin
            repeat
                i := Random(c)
            until ap[i] <> CurrentPlayer;
            CurrentPlayer := ap[i];
        end;
        logout;
    end;

    any help?
    http://i35.tinypic.com/fw0epu.gif

    Current Project: Maybe I'll Finish SRL JNR COMP Script...
    Status: On Hold for a while
    Needs:To Be Finished

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

  9. #1084
    Join Date
    Mar 2008
    Location
    USA
    Posts
    152
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i did that but im still getting this error

    [Runtime Error] : Out Of Range in line 3818 in script C:\Documents and Settings\Owner\My Documents\UltraCutnBankLiteV1.83.scar
    If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly!- Put this in your sig!

  10. #1085
    Join Date
    Jan 2009
    Posts
    114
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Worked good but didn't run cause i had to stop it...

    Ill post proggy once a run it for the night

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

  12. #1087
    Join Date
    Jan 2009
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    guys i need help


    unkown identifier 'respond' in script

    really need help

  13. #1088
    Join Date
    Jan 2009
    Posts
    114
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Was working but it decided to stop randomly... i got this

    LoggedIn Failure Recovered..
    [Runtime Error] : Exception: Can't allocate the DIB handle in line 1335 in script C:\Documents and Settings\Owner\Desktop\games\Scar\Woodcutting\Ultr aCutnBankLiteV1.83.scar

  14. #1089
    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:
    Ran for: 35 Minutes and 23 Seconds
    Loads Banked: 12
    Yew Logs Banked: 331
    Random Event Items Banked: 3
    Player Started at Level 82 and is now at Level 83
    You earned 57,925 xp This session with 238,681 xp to the next Level
    Overall Running Time: 4 Hours, 28 Minutes and 10 Seconds

    oh this proggy is messed up a bit cos i pause then start again lol
    it stopped after 35 mins, usually on the box, Dragon and army randoms i have more proggy but cant show cos i always forget to save them

  15. #1090
    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 umidk View Post
    guys i need help


    unkown identifier 'respond' in script

    really need help
    read the first page
    Quote Originally Posted by Jmanx View Post
    Was working but it decided to stop randomly... i got this

    LoggedIn Failure Recovered..
    [Runtime Error] : Exception: Can't allocate the DIB handle in line 1335 in script C:\Documents and Settings\Owner\Desktop\games\Scar\Woodcutting\Ultr aCutnBankLiteV1.83.scar
    i have no idea what happened :/

    ~shut

  16. #1091
    Join Date
    Dec 2007
    Location
    Colombia. Bogotá D.C
    Posts
    720
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)
    Quote Originally Posted by Shuttleu View Post
    try something for me
    on line 3734 where is says KeepPlayer := Players[0].Active;
    change it to KeepPlayer := True;

    let me know if it works

    ~shut
    Quote Originally Posted by Shuttleu View Post
    okay well try something else for me then
    where it says Players[CurrentPlayer].Active := active; on line 3818
    change it to
    SCAR Code:
    try
      Players[CurrentPlayer].Active := active;
    else
      i:=0;
    end;
    tell me if it works

    ~shut
    Shut none worked , May I correct you Mighty Shuttleu

    SCAR Code:
    try
      Players[CurrentPlayer].Active := active;
    except
      i:=0;
    end;

    Tell me if it works , It started to run for me with that one. Ill keep on tracking to see what happens.
    -------------------------------------------------------------------


  17. #1092
    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 Dracody View Post
    Shut none worked , May I correct you Mighty Shuttleu

    SCAR Code:
    try
      Players[CurrentPlayer].Active := active;
    except
      i:=0;
    end;

    Tell me if it works , It started to run for me with that one. Ill keep on tracking to see what happens.
    *facepalm*
    yes thats what i ment
    thank you for correcting me

    ~shut

  18. #1093
    Join Date
    Jun 2007
    Posts
    81
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ################################################## #################
    Ultra Cut n Bank V1.83
    Final Report
    Ran for: 1 Hours, 9 Minutes and 56 Seconds
    Total Players: 1
    Total Banks: 7
    Total Yew Logs Banked: 195
    Birds Nests (Rings) Banked: 1
    Total XP earned: 34,475

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

  19. #1094
    Join Date
    Jan 2009
    Posts
    114
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This all i got...

    ################################################## #################
    Ultra Cut n Bank V1.83
    Player Report for: iskateftw305
    Location: Edgeville
    Ran for: 30 Minutes and 34 Seconds
    Loads Banked: 2
    Yew Logs Banked: 53
    Random Event Items Banked: 3
    Player iskateftw305 Started at Level 68 and is still at Level 68
    You earned 8,925 xp This session with 12,001 xp to the next Level
    Overall Running Time: 31 Minutes and 9 Seconds
    ################################################## #################

    I had 2 more of them with 2 hours but idk wher eit went o.O

  20. #1095
    Join Date
    Dec 2007
    Location
    Colombia. Bogotá D.C
    Posts
    720
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ultra Cut n Bank V1.83
    Final Report
    Ran for: 1 Hours, 5 Minutes and 19 Seconds
    Total Players: 1
    Total Banks: 5
    Total Yew Logs Banked: 111
    Random Event Items Banked: 29
    Total XP earned: 26,675
    ################################################## #################
    Player0 Still Active? no. earned: 26675 XP. reason ended: CutDownStrongMage: 2 Not Logged In. Lost Connection or Unsolveable Random?


    Ended because couldnt solve Mysterious box still its awsome
    -------------------------------------------------------------------


  21. #1096
    Join Date
    Mar 2007
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    [Runtime Error] : Out Of Range in line 3818 in script C:\Documents and Settings\Home\Desktop\UltraCutnBankLiteV1.83.scar

    i get this what am i dong wrong

    Players[CurrentPlayer].Active := active;

    that is the line

  22. #1097
    Join Date
    Dec 2008
    Location
    Québec
    Posts
    419
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i get a problem , it loggin check my wc lvl and find my axe then nothing ..... the Script is still running but he do nothing ...

  23. #1098
    Join Date
    Dec 2007
    Location
    Colombia. Bogotá D.C
    Posts
    720
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Dude Shut, a little advice, dont make It click so many times on the tree, that brings a lot of randoms

    ################################################## #################
    Ultra Cut n Bank V1.83
    Final Report
    Ran for: 4 Hours, 0 Minutes and 53 Seconds
    Total Players: 1
    Total Banks: 19
    Total Yew Logs Banked: 350
    Random Event Items Banked: 182
    Total XP earned: 110,500
    ################################################## #################
    Player0 Still Active? no. earned: 110500 XP. reason ended: CheckForAllRandoms: Capt Arnav, unsolvable random.
    -------------------------------------------------------------------


  24. #1099
    Join Date
    Jan 2009
    Posts
    44
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    unknown identifier on like 818
    818 UseRespond :=True;
    help ty

  25. #1100
    Join Date
    Dec 2007
    Location
    Colombia. Bogotá D.C
    Posts
    720
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)
    Quote Originally Posted by hylander View Post
    [Runtime Error] : Out Of Range in line 3818 in script C:\Documents and Settings\Home\Desktop\UltraCutnBankLiteV1.83.scar

    i get this what am i dong wrong

    Players[CurrentPlayer].Active := active;

    that is the line
    @hylander: Read above I already posted the solution for that problem.

    Quote Originally Posted by vova9416 View Post
    unknown identifier on like 818
    818 UseRespond :=True;
    help ty
    @vova: You have to download the autoresponder that is next to the script download.

    ################################################## #################
    Ultra Cut n Bank V1.83
    Final Report
    Ran for: 2 Hours, 41 Minutes and 8 Seconds
    Total Players: 1
    Total Banks: 11
    Total Yew Logs Banked: 210
    Random Event Items Banked: 98
    Total XP earned: 66,000
    ################################################## #################
    Player0 Still Active? no. earned: 66000 XP. reason ended: GoToStrongBankS: Failed to Bank with Dwarf Banker
    -------------------------------------------------------------------


Page 44 of 56 FirstFirst ... 34424344454654 ... 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
  •