Page 2 of 3 FirstFirst 123 LastLast
Results 26 to 50 of 54

Thread: Varrock Normal Log Chopper and Banker

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

    Default

    i got the line 58 error too does any1 have a clue what is rong

  2. #27
    Join Date
    Mar 2007
    Location
    Maryland, USA
    Posts
    184
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    like Lorax said u need some ent protection and axe head finding but also u need some failsafes for example

    SCAR Code:
    Procedure Chop;
     Begin
      Repeat
       FindColor(x, y, 793624, 0, 0, 515, 335);
       MMouse(x, y, 2, 2);
      Until(IsUpText('Tree') = True);
      Mouse(x, y, 2, 2, True);
     End;

    u could make a failsafe by doing this

    SCAR Code:
    Procedure Chop;
     Begin
      Repeat
      If(FindColor(x, y, 793624, 0, 0, 515, 335)); and
        (IsUpText('Tree') then
       MMouse(x, y, 0, 0);
      If(not(IsUpText('Tree') then
      Writeln('Could not find text Tree, terminating script') then Exit;
    end;

    ya get it?

    EDIT: sorry didnt see u updated it

  3. #28
    Join Date
    Mar 2007
    Location
    Maryland, USA
    Posts
    184
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Here's SRL 3.05

    (sorry for double posting)

  4. #29
    Join Date
    Jul 2007
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default help

    umm i cant get that script to work... it has too many errors... can you help me out? i did SRL and everything...

  5. #30
    Join Date
    Jul 2007
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hi im really new can someone plz explain how this works?

  6. #31
    Join Date
    Jul 2007
    Posts
    75
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I got Line 57: [Error] (14871:16): Unknown identifier 'CountItemColor' in script
    Anyone know how to fix? i got Srl and all downloads...

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

    Default

    uhh it starts to work and then it says can find road color ..... help plz

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

    error

    i have copied all this in scar program
    i have also installed SRL v.3.00

    but i am having an error:

    Failed when compiling
    Line 49: [Error] (14362:1): Unknown identifier 'RunAwayDirection' in script F:\RS\SCAR 2.03\includes\SRL\SRL\skill\WoodCutting.scar


    dont know what to do ...
    plz help!
    its my first time using scripts

  9. #34
    Join Date
    Jul 2007
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    can you guys help!? im getting the same countitemcolor problem! i cant run this script!

  10. #35
    Join Date
    Jul 2007
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default need help on with the script

    i keep getting htis error...


    Line 78: [Error] (15198:7): Unknown identifier 'CountItemColor' in script D:\Program Files\SCAR 2.03\Scripts\wood1.scar


    anyone know how to fix it? cz i've been up all night trying to figure this shhhh out....

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

    Default

    Line 57: [Error] (15177:16): Unknown identifier 'CountItemColor' in script D:\Program Files\SCAR 2.03\Scripts\wood2.scar

    wdf i can't sovle this... what m i doing wrong? if anyone noe plz pm me

  12. #37
    Join Date
    Oct 2006
    Posts
    702
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ill test. for your next verison tho, add fail safes to your walking
    "For it is not what goes into your mouth that will defile you; rather, it is what comes out of your mouth that defiles you." - Jesus of Nazareth

  13. #38
    Join Date
    Jul 2007
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default wtf

    how do i get this to work? what version of scar do i need? i tried it with 3.11 and it says "error something gay about 'countitemcolor'" plz help.

  14. #39
    Join Date
    Jul 2007
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  15. #40
    Join Date
    Jul 2007
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    geting errors

    Line 58: [Error] (14872:16): Unknown identifier 'CountItemColor' in script C:\Program Files\SCAR 3.06\Scripts\VNlchopprbankker.scar

    this is the error i'm gettting plz help.
    how do i install this plugin/function/operation thingy?


    I'm searching 4 help with Google but nothing.

    Chipy

  16. #41
    Join Date
    Jul 2007
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    How Do I Set Up Line 5?

  17. #42
    Join Date
    Jun 2007
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Redempting View Post
    How Do I Set Up Line 5?
    lol
    It asks you how many loads you want
    look in the script
    Find line 5
    And edit the 100 to how many loads you want

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

    Default

    [QUOTE=crapkiller;87589]I tried to do that but what if it didnt find it? it just seems pointless to me. Maybe add some type of failsafe if it doesnt find the tree?

    BTW: whats MouseFlag do? Is it the same as
    SCAR Code:
    Mouse(x, y, 2, 2, True);
    Flag;

    ok iv seen this befor and no credits and please the proff u stole this script is in bold letters BTW: whats MouseFlag do? ok you dont know what ur own script dose calling moderater
    QUOTE]

  19. #44
    Join Date
    Aug 2007
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Line 81: [Error] (540:1): Unknown identifier 'BoolToStr' in script srl\srl\core\Users.scar thats my error help

  20. #45
    Join Date
    Jul 2007
    Posts
    60
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    gaive him a break 2ed scrpt

  21. #46
    Join Date
    Jul 2007
    Posts
    60
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ill update for u

  22. #47
    Join Date
    Jul 2007
    Posts
    60
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    iv seen the walk to bank before i got my eye on you

  23. #48
    Join Date
    Aug 2007
    Location
    bend down and ill show you!
    Posts
    210
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    im gona make a script just like this

  24. #49
    Join Date
    Aug 2007
    Posts
    282
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    whats with all the people with under 10 posts? jeez... but, when the new srl comes out ill try and test it for you.

    good luck though

  25. #50
    Join Date
    Aug 2007
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I got this error:

    Failed when compiling
    Line 57: [Error] (14871:16): Unknown identifier 'CountItemColor' in script

Page 2 of 3 FirstFirst 123 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Varrock Yew chopper and banker (i'm new)
    By omgwoot in forum First Scripts
    Replies: 114
    Last Post: 02-20-2009, 03:10 AM
  2. Varrock East - Chopper and Banker
    By Cazax in forum RS3 Outdated / Broken Scripts
    Replies: 30
    Last Post: 02-21-2008, 01:35 PM
  3. Varrock Yew chopper and banker revamp
    By omgwoot in forum RS3 Outdated / Broken Scripts
    Replies: 27
    Last Post: 12-05-2007, 03:28 AM
  4. Falador Normal Log Chopper and Banker
    By crapkiller in forum RS3 Outdated / Broken Scripts
    Replies: 13
    Last Post: 08-02-2007, 03:02 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
  •