Results 1 to 7 of 7

Thread: Help with Pwnaz0r's PowerChopper

  1. #1
    Join Date
    Sep 2007
    Location
    In a house.
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Help with Pwnaz0r's PowerChopper

    I'm new to scripting, and I wondered how I'm supposed to layout the code at line 37 in this SCAR Script: http://www.villavu.com/forum/showthread.php?t=17144

    Thank you.

  2. #2
    Join Date
    Aug 2007
    Posts
    1,404
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    That's a typo in the script; The player-array starts on line 48.
    You aren't supposed to set anything up in line 37.

    -Knives

  3. #3
    Join Date
    Sep 2007
    Location
    In a house.
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Yes that's what I meant. I mean where it says:

    SCAR Code:
    Players[0].Name :='';
      Players[0].Pass :='';
      Players[0].Nick :='';
      Players[0].Integers[2] := 50; //Loads To Do
      Players[0].Strings[1] := 'regular'; // Regular, Oak, Willow

  4. #4
    Join Date
    Aug 2007
    Posts
    1,404
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Players[0].Name:= '' <--- Insert RuneScape name here.
    Players[0].Pass:= '' <--- Insert RuneScape password here. (Password of the RS-character named what you wrote above.)
    Players[0].Nick:= '' <--- Insert 3 non-capital letters of your name here.
    Players[0].Integers[2]:= 50; <--- Insert number of loads (full backpack) you want to do.)
    Players[0].Strings[1]:= 'Regular' <---- Insert what kind of logs you want to chop here.

    That might have been hard to understand, so I'll make an example also:
    SCAR Code:
    Players[0].Name :='stupidman123';
      Players[0].Pass :='iforgotit';
      Players[0].Nick :='upi';
      Players[0].Integers[2] := 10; //Loads To Do
      Players[0].Strings[1] := 'Willow'; // Regular, Oak, Willow

    -Knives

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

    Default

    Quote Originally Posted by King of Knives View Post
    Players[0].Name:= '' <--- Insert RuneScape name here.
    Players[0].Pass:= '' <--- Insert RuneScape password here. (Password of the RS-character named what you wrote above.)
    Players[0].Nick:= '' <--- Insert 3 non-capital letters of your name here.
    Players[0].Integers[2]:= 50; <--- Insert number of loads (full backpack) you want to do.)
    Players[0].Strings[1]:= 'Regular' <---- Insert what kind of logs you want to chop here.

    That might have been hard to understand, so I'll make an example also:
    SCAR Code:
    Players[0].Name :='stupidman123';
      Players[0].Pass :='iforgotit';
      Players[0].Nick :='upi';
      Players[0].Integers[2] := 10; //Loads To Do
      Players[0].Strings[1] := 'Willow'; // Regular, Oak, Willow

    -Knives
    Yes indeed ,the script isn't 'broke', it's cool, it works
    [QUOTE=Santa_Clause;277761]I love you too TSN :p[/QUOTE]
    [CENTER][URL="http://www.stats.srl-forums.com/sigs"][IMG]http://www.stats.srl-forums.com/sigs/1324.png[/IMG][/URL][/CENTER]

  6. #6
    Join Date
    Jun 2007
    Location
    I'm not sure...
    Posts
    581
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Just an fyi if you didn't know; Nick is just 3 letters in your character's name, no caps or spaces.
    ---------------------------------------------------------


    Pm me if you need any math functions made. Me = l0ving t3h mathz

    ---------------------------------------------------------

  7. #7
    Join Date
    Sep 2007
    Location
    In a house.
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thank you guys! Rep+ for all of you.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. My first powerchopper
    By Malformed in forum First Scripts
    Replies: 6
    Last Post: 12-27-2009, 05:22 PM
  2. help with pwnaz0r's power cutter
    By Xanek in forum OSR Help
    Replies: 5
    Last Post: 12-06-2007, 04:11 AM
  3. Need help fiixing Pwnaz0r's Powerminer gas finding
    By Danteliciouz in forum OSR Help
    Replies: 7
    Last Post: 10-22-2007, 02:51 PM
  4. Need help with my powerchopper
    By pallooo in forum OSR Help
    Replies: 26
    Last Post: 10-13-2007, 12:57 AM
  5. My First PowerChopper
    By i like mauls in forum First Scripts
    Replies: 2
    Last Post: 06-19-2007, 04:35 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
  •