Results 1 to 6 of 6

Thread: help with pwnaz0r's power cutter

  1. #1
    Join Date
    Dec 2007
    Posts
    56
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default help with pwnaz0r's power cutter

    ok how do i make it so it logs in my other characters?

    on line 84 where it says
    HowManyPlayers:= 1;
    i set it to 3 and filled in the info for the others
    but when it logs off it doesnt log on to the other ones... why is that

  2. #2
    Join Date
    Nov 2007
    Location
    Michigan
    Posts
    129
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    post this on the scripts thread..

  3. #3
    Join Date
    Oct 2007
    Posts
    742
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It probally doesnt have a switch players...
    Woot woot.

  4. #4
    Join Date
    Dec 2007
    Posts
    56
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    well heres the procedure part

    lines 76-123


    // <-------------------------------------------->
    // Fill in the Player array right here
    // <-------------------------------------------->

    procedure DeclarePlayers;
    var
    I: integer;
    begin
    HowManyPlayers:= 3;
    NumberOfPlayers(HowManyPlayers);
    CurrentPlayer:= StartPlayer;

    Players[0].Name:= '';
    Players[0].Pass:= '';
    Players[0].Nick:= '';
    Players[0].Strings[0]:= 'tree'; // tree, oak, willow
    Players[0].Active:= True;//Refer to instructions

    {Players[1].Name:= '';
    Players[1].Pass:= '';
    Players[1].Nick:= '';
    Players[1].Strings[0]:= 'tree'; // tree, oak, willow
    Players[1].Active:= True;//Refer to instructions

    Players[2].Name:= '';
    Players[2].Pass:= '';
    Players[2].Nick:= '';
    Players[2].Strings[0]:= 'tree'; // tree, oak, willow
    Players[2].Active:= True;//Refer to instructions

    Players[3].Name:= '';
    Players[3].Pass:= '';
    Players[3].Nick:= '';
    Players[3].Strings[0]:= 'tree'; // tree, oak, willow
    Players[3].Active:= True;//Refer to instructions

    Players[4].Name:= '';
    Players[4].Pass:= '';
    Players[4].Nick:= '';
    Players[4].Strings[0]:= 'tree'; // tree, oak, willow
    Players[4].Active:= True;//Refer to instructions}

    //DONT MESS BELOW THIS LINE!

    for i:= 0 to HowManyPlayers - 1 do
    Players[i].Rand:= '';

    end;

  5. #5
    Join Date
    Jul 2007
    Location
    California
    Posts
    252
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Well first why are you still posting here even though they told you not to post questions about other peoples scripts here.

    Read this
    http://www.villavu.com/forum/showthread.php?t=16828

    Since this is mainly a multiplayer question I'll answer it anyway.(Pleas post in the correct spot next time)

    SCAR Code:
    // <-------------------------------------------->
    // Fill in the Player array right here
    // <-------------------------------------------->

    procedure DeclarePlayers;
    var
    I: integer;
    begin
    HowManyPlayers:= 3;
    NumberOfPlayers(HowManyPlayers);
    CurrentPlayer:= StartPlayer;

    Players[0].Name:= '';
    Players[0].Pass:= '';
    Players[0].Nick:= '';
    Players[0].Strings[0]:= 'tree'; // tree, oak, willow
    Players[0].Active:= True;//Refer to instructions

    Players[1].Name:= '';
    Players[1].Pass:= '';
    Players[1].Nick:= '';
    Players[1].Strings[0]:= 'tree'; // tree, oak, willow
    Players[1].Active:= True;//Refer to instructions

    Players[2].Name:= '';
    Players[2].Pass:= '';
    Players[2].Nick:= '';
    Players[2].Strings[0]:= 'tree'; // tree, oak, willow
    Players[2].Active:= True;//Refer to instructions

    Players[3].Name:= '';
    Players[3].Pass:= '';
    Players[3].Nick:= '';
    Players[3].Strings[0]:= 'tree'; // tree, oak, willow
    Players[3].Active:= True;//Refer to instructions

    Players[4].Name:= '';
    Players[4].Pass:= '';
    Players[4].Nick:= '';
    Players[4].Strings[0]:= 'tree'; // tree, oak, willow
    Players[4].Active:= True;//Refer to instructions

    //DONT MESS BELOW THIS LINE!

    for i:= 0 to HowManyPlayers - 1 do
    Players[i].Rand:= '';

    end;

    If you take out the {}s it should work. Cause the {} mean that its not a part of the script and its just a comment, same as //.

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

    Default

    and just a advise =) .... this section is not for posting other people script and just leech all you want k?... that would be OTHER SCRIPT help(for leechers)...which doesnt exist =P so just post Pwnz0r the problem k <3 u still

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Anywhere Power Cutter - By ToF
    By Torrent of Flame in forum RS3 Outdated / Broken Scripts
    Replies: 56
    Last Post: 01-07-2009, 05:33 PM
  2. Help with my power cutter plz.
    By shrubie1 in forum OSR Help
    Replies: 9
    Last Post: 06-01-2008, 02:53 AM
  3. Help with my power cutter
    By shadows-collide in forum News and General
    Replies: 29
    Last Post: 06-25-2007, 04:37 PM
  4. Help with Power cutter!@
    By wtf i sp4nk in forum OSR Help
    Replies: 2
    Last Post: 12-17-2006, 02:16 AM
  5. [RS2][SRL]PoweR CutteR
    By JuKKa in forum RS3 Outdated / Broken Scripts
    Replies: 23
    Last Post: 12-02-2006, 10:06 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
  •