Results 1 to 9 of 9

Thread: help wc bot ;D

  1. #1
    Join Date
    Jan 2008
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default help wc bot ;D

    ok first thing is how do i fill this out do i put my reall acc and stuff like i make acc then put in the pass and the user name and the nick name and stuff?

    Players[0].Name :=''; //Character name
    Players[0].Pass :=''; //Character PAss
    Players[0].Nick :=''; //Nickname 3 Letter of char name
    Players[0].Active := True;
    Players[0].Loc := 'Trees';
    Players[0].Integers[0] := 1; //how many loads for this player to chop
    Players[0].Integers[1] := 0;
    Players[0].Integers[2] := 0;
    Players[0].Integers[3] := 0;

    and im geting this error and if any one could send me a video or talk to me on msn how to set up and use other peoples scripts cause im very stupid unfourunaently

    Line 177: [Error] (13444:1): Unknown identifier 'RunAwayDirection' in script C:\Documents and Settings\OWNER\My Documents\Downloads\JMacro 5[1].0.5\JMacro 5.0.5\New Folder\[Rip-It] SecretCutter v0[1].10.scar

  2. #2
    Join Date
    Dec 2006
    Location
    Program TEXAS home of AUTOERS
    Posts
    7,934
    Mentioned
    26 Post(s)
    Quoted
    237 Post(s)

    Default

    [rip-it]?????? hmmmm

    well that script is old<ripped it> lol and to fill it out u do have to put ur user/pass

  3. #3
    Join Date
    Jul 2007
    Posts
    1,055
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Just use this

    SCAR Code:
    procedure DeclarePlayers; // by Osmm =D
    begin

      HowManyPlayers:= 1;              // How many players are you using
      CurrentPlayer:= 0;               // Don't touch this.
      NumberOfPlayers(HowManyPlayers); // Don't touch this.

      SRLID := '';             // SRL Stats ID - Should be a number; NOT your srl username
      SRLPassword := '';       // SRL Stats Password - Random letters & numbers; NOT your srl password
                               // The script WILL NOT work without a SRL ID and Password.
                               // Get them here [url]http://www.stats.srl-forums.com/[/url]

      Players[0].Name := '';             // Username.
      Players[0].Pass := '';             // Password.
      Players[0].Nick := '';             // 2-4 letters of Username (that are not capital letters or numbers).
      Players[0].Active := True;         // Don't touch this.

    end;

  4. #4
    Join Date
    Jan 2008
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    so copy and paste that in scar?

  5. #5
    Join Date
    Jan 2008
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hrm any other sugestions or if u have a woodcutter script u could link to me if u would like

  6. #6
    Join Date
    May 2007
    Location
    NSW, Australia
    Posts
    2,823
    Mentioned
    3 Post(s)
    Quoted
    25 Post(s)

    Default

    Quote Originally Posted by osmm View Post
    Just use this

    SCAR Code:
    procedure DeclarePlayers; // by Osmm =D
    begin

      HowManyPlayers:= 1;              // How many players are you using
      CurrentPlayer:= 0;               // Don't touch this.
      NumberOfPlayers(HowManyPlayers); // Don't touch this.

      SRLID := '';             // SRL Stats ID - Should be a number; NOT your srl username
      SRLPassword := '';       // SRL Stats Password - Random letters & numbers; NOT your srl password
                               // The script WILL NOT work without a SRL ID and Password.
                               // Get them here [url]http://www.stats.srl-forums.com/[/url]

      Players[0].Name := '';             // Username.
      Players[0].Pass := '';             // Password.
      Players[0].Nick := '';             // 2-4 letters of Username (that are not capital letters or numbers).
      Players[0].Active := True;         // Don't touch this.

    end;
    By you my anual xP by srl ftw?

  7. #7
    Join Date
    Jun 2006
    Posts
    3,861
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by osmm View Post
    Just use this

    SCAR Code:
    procedure DeclarePlayers; // by Osmm =D
    begin

      HowManyPlayers:= 1;              // How many players are you using
      CurrentPlayer:= 0;               // Don't touch this.
      NumberOfPlayers(HowManyPlayers); // Don't touch this.

      SRLID := '';             // SRL Stats ID - Should be a number; NOT your srl username
      SRLPassword := '';       // SRL Stats Password - Random letters & numbers; NOT your srl password
                               // The script WILL NOT work without a SRL ID and Password.
                               // Get them here [url]http://www.stats.srl-forums.com/[/url]

      Players[0].Name := '';             // Username.
      Players[0].Pass := '';             // Password.
      Players[0].Nick := '';             // 2-4 letters of Username (that are not capital letters or numbers).
      Players[0].Active := True;         // Don't touch this.

    end;
    This script uses specific user variables... that won't work.

  8. #8
    Join Date
    Jun 2007
    Location
    Wednesday
    Posts
    2,446
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    Maybe next time we could just point them to the How to Auto section in Tutorial Island?
    Also as said above, the script isn't up-to-date and you would probably be better off finding a newer script/learning how to script and updating it yourself/finding the thread where you got it and seeing if it has been updated.

  9. #9
    Join Date
    Feb 2007
    Location
    Estonia.
    Posts
    1,938
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    You should go to Tutorial island.
    Read some TUT-s
    And these fellows explained everything pretty nice and easy to you.
    Anyway a Powercutter can be found from my sig.
    Eerik.

Thread Information

Users Browsing this Thread

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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •