Results 1 to 20 of 20

Thread: My first autowoodcutter

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

    Default My first autowoodcutter

    well, my first script lol, i antirandom added into it, but i used it for like and hour and didnt get a random so i dont know if it works =/ if you see anything i could add on to it, just pm me and i will, thanks, enjoy the script

    ~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~
    UPDATED!, Version 2.0 out now!!!!
    ~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~
    Added A progress report! and added
    a If(FindFight); and a Disguise name
    to it too!! make sure to redownload!
    ~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~

    FeedBack is much appreciated =/

  2. #2
    Join Date
    Aug 2006
    Location
    Alabama, U.S. of A.
    Posts
    38
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ill test it out

  3. #3
    Join Date
    Jun 2006
    Location
    The Netherlands
    Posts
    2,984
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    Once again an example that you can make a script almost completely based on srl
    nevertheless, good job
    Administrator's Warning:


  4. #4
    Join Date
    Sep 2006
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    NICEh):

  5. #5
    Join Date
    Aug 2006
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i got an error
    Failed when compiling
    Line 57: [Error] (15026:1): Unknown identifier 'RunawayDirection' in script C:\DOCUME~1\OF6E2~1\LOCALS~1\Temp\AutoWoodcutter-1.sca

  6. #6
    Join Date
    Sep 2006
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    works fine for me, got 5 lvls with it already thanks and good job

  7. #7
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    6,136
    Mentioned
    28 Post(s)
    Quoted
    17 Post(s)

    Default

    Nice Evil_!

    But, alas no, the talking-antirandoms wont work, since your script wont recognize the name of your Player (as spoken in yellow by a random event)

    The easiest way to do that is to add these line:
    SCAR Code:
    NickNameBMP := CreateBitmapMaskFromText('ick', UpChars);
    where 'ick' = three letters from your Players name (not including the First Letter!!)




    Or you might add a complete function with Player Management:

    SCAR Code:
    Procedure DeclarePlayers;

    begin
    HowManyPlayers :=1;               // Set Number of Players here.
    StartPlayer:=0;
    NumberOfPlayers(HowManyPlayers);   // Sets the Players Array Length;
    Players[0].Name :='Qwertyuiop';
    Players[0].Pass :='';
    Players[0].Nick :='tyu';
    Players[0].Active:=True;
    end;

    and add in the beginning (after SetupSRL) of your script the following:

    SCAR Code:
    DeclarePlayers;
    LoginPlayer;


    Hope this helps...


    P.S. Try to prevent it swapping GameTabs all the time
    SRL is a Library of routines made by the SRL community written for the Program Simba.
    We produce Scripts for the game Runescape.

  8. #8
    Join Date
    Sep 2006
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Include file C:\Program Files\SCAR 2.03\includes\srl/srl.scar does not exist.
    Include file C:\Program Files\SCAR 2.03\includes\srl/srl/skill/woodcutting.scar does not exist.
    Failed when compiling

    i keep getting these messages at all scripts but those files DO exist and ARE in the map:S wtf

  9. #9
    Join Date
    Sep 2006
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    You need to install/re-install SRL

  10. #10
    Join Date
    Sep 2006
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i get an error that says this..

    Code:
    Line 57 [Error] (15280 : 1) : Unknows Identifier 'RunAwayDirection' in script C:\ DOCUME~1\Mickey\Locals~1\Temp\AutoWoodCutter.scar
    how can i fix that?

  11. #11
    Join Date
    Jun 2006
    Location
    The Netherlands
    Posts
    2,984
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    By changing it to RunTo([thing that was in the normal RunAwayDirection], true);
    You can also add an include for it, but it's not needed, this works fine aswell.

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

    Default

    Very nice, simple and effective. Good job.

    Just got a scaperune random and it got stuck. Is there a function to log out if a function is run too long? or it cant find a tree within a certain amount of seconds.

  13. #13
    Join Date
    Oct 2006
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    how do i install it i cliked install but nothing happened

  14. #14
    Join Date
    Jun 2006
    Posts
    366
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    install is just so u noe u have installed the script or not.. The real thing is underinstall where it says attached file

  15. #15
    Join Date
    Oct 2006
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hey well i got an error

    Line 57: [Error] (15280:1): Unknown identifier 'RunawayDirection' in script C:\Documents and Settings\User1\Desktop\AutoWoodcutter.scar

  16. #16
    Join Date
    Oct 2006
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ugggh help?

  17. #17
    Join Date
    Jun 2006
    Posts
    1,492
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    the question already has been answered

  18. #18
    Join Date
    Oct 2006
    Posts
    33
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default oooo

    ooo lol :P pretty nice job heh

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

    Default

    Not bad, not bad at all.
    Good job dude, i also made a powerchopper, my first script
    You wanne check it ou? then go to this http://www.villu-reborn.com/showthread.php?t=5589 or just simply look around the forum

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

    Default

    looks pretty good, nice job
    "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

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Need help autowoodcutter!
    By faster789 in forum OSR Help
    Replies: 0
    Last Post: 10-02-2007, 11:58 AM
  2. Pwnt by Pwnt's AutoWoodCutter
    By Pwnt by Pwnt in forum RS3 Outdated / Broken Scripts
    Replies: 12
    Last Post: 03-03-2007, 07:18 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
  •