Results 1 to 8 of 8

Thread: I'm totally lost!!!!!

  1. #1
    Join Date
    Jan 2007
    Posts
    101
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    I'm totally lost!!!!!

    HHHHEEEELLLLPPPP!!!! I don't know what i should do now :frown: :frown: :frown: :frown: :frown: :frown:




    SCAR Code:
    program FirstAutoWoodCutter;
     {///////////////////////////////////////////////
     //This is my first auto woodcutting script.   //
     //Use at your own risk! I'm not responsible   //
     //Of any loss or ban you may get!             //
     //Auto woodcutter brought to you by: Lolislol //
     //If you are having any problems post them    //
     //At my topic or to [email]blue_bmx@hotmail.com[/email]      //
     //           HAVE FUN CHEATING!               //
     ///////////////////////////////////////////////}

     const
    //---------------Setup Here---------------//////////////
    treecolor1=3041376;                                   //
                                                          //
    treecolor2=1728592;                                   //
                                                          //
    treecolor3=2246712                                    //
                                                          //
    whattree='Tree';   //The type of tree you want to cut.//
                                                          //
    ////////////////////////////////////////////////////////
                                                          //
    runaway='N';                                          //
                                                          //
    StartPlayer=0;                                        //
                                                          //
    LoadsToDo=2;                                          //
                                                          //
                                                          //
    ////////////////////////////////////////////////////////
     procedure DeclarePlayers;
     
     players[0].Name :='';   //Your RuneScape Name
     players[0].Pass :='';   //Your RuneScape PassWord
     players[0].Nick :='';   //3-4 Letters Of UserName
     players[0].Active := True;   //Is The Player Active?(True,False)
     players[0].Loc  :='';   //Don't Touch Please
     players[0].Lamp :='';   //Skill For Lamp

     WriteLn( IntToStr( HowManyPlayers ) + ' Players');

    end;
    //---------------------------------------------------//
    procedure WindowsTray;
    begin
    DisguiseScar('Winamp');
    end;

    function FindNormalRandoms;
     begin

  2. #2
    Join Date
    Sep 2006
    Posts
    5,219
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    I don't know what you are asking. Plan out what you want the script to do exactly before starting a script.

  3. #3
    Join Date
    Jan 2007
    Location
    BC, Canada
    Posts
    66
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I fixed some errors but for the setup your using with the players I think you need to use included files.

    SCAR Code:
    program FirstAutoWoodCutter;
     {///////////////////////////////////////////////
     //This is my first auto woodcutting script.   //
     //Use at your own risk! I'm not responsible   //
     //Of any loss or ban you may get!             //
     //Auto woodcutter brought to you by: Lolislol //
     //If you are having any problems post them    //
     //At my topic or to <a href="mailto:blue_bmx@hotmail.com">blue_bmx@hotmail.com</a>      //
     //           HAVE FUN CHEATING!               //
     ///////////////////////////////////////////////}

     const
    //---------------Setup Here---------------//////////////
    treecolor1=3041376;                                   //
                                                          //
    treecolor2=1728592;                                   //
                                                          //
    treecolor3=2246712;                                    //
                                                          //
    whattree='Tree';   //The type of tree you want to cut.//
                                                          //
    ////////////////////////////////////////////////////////
                                                          //
    runaway='N';                                          //
                                                          //
    StartPlayer=0;                                        //
                                                          //
    LoadsToDo=2;                                          //
                                                          //
                                                          //
    ////////////////////////////////////////////////////////
     procedure DeclarePlayers;
     begin
          players[0].Name :='';   //Your RuneScape Name
          players[0].Pass :='';   //Your RuneScape PassWord
          players[0].Nick :='';   //3-4 Letters Of UserName
          players[0].Active := True;   //Is The Player Active?(True,False)
          players[0].Loc  :='';   //Don't Touch Please
          players[0].Lamp :='';   //Skill For Lamp

     WriteLn( IntToStr( HowManyPlayers ) + ' Players');

    end;
    //---------------------------------------------------//
    procedure WindowsTray;
    begin
      DisguiseScar('Winamp');
    end;

    function FindNormalRandoms;
     begin
     end;



    begin
    end.

  4. #4
    Join Date
    Jan 2007
    Posts
    101
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It's auto power woodcutter with anti-randoms that's all

  5. #5
    Join Date
    Dec 2006
    Location
    Helsinki, Finland
    Posts
    177
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Then u should atleast add procedures for finding tree and chopping, and for droppin logs too. Then u could put some antiban in it and make the mainloop. I recommed u to start learning from tut's and u can also download other people's powercutter, and look what they have done.

  6. #6
    Join Date
    Jan 2007
    Posts
    101
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Yeah i know but i basicly mean WHERE i put them in?

  7. #7
    Join Date
    Dec 2006
    Location
    Helsinki, Finland
    Posts
    177
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Look at other peoples power choppers as i said. thats one of the ways i used to learn.

  8. #8
    Join Date
    Jul 2006
    Posts
    189
    Mentioned
    1 Post(s)
    Quoted
    19 Post(s)

    Default

    yeah learning off others scripts is in my opinion the best way to learn scripting and what does what and what goes where :P

    HHHHEEEELLLLPPPP!!!! I don't know what i should do now
    to be honest, if you dont know what to do next, then how are we supposed to know?

    so if you are asking a question, atleast ask what you need help doing!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Sirlaughsalot's Totally RAD
    By sirlaughsalot in forum RS3 Outdated / Broken Scripts
    Replies: 131
    Last Post: 05-05-2009, 08:53 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
  •