Results 1 to 8 of 8

Thread: need help plz

  1. #1
    Join Date
    Apr 2007
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default need help plz

    OK, I didn't make a script but I just need help with all the scripts im using. Every time I try to use a script it says [Runtime Error] : Out Of Range in line ** in script...... and the line that its talking about is where I put my name for the script to login to my account. If anyone could help me thank you.

  2. #2
    Join Date
    Feb 2007
    Posts
    3,616
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I am 99.9% sure you are doing this. there maybe 6 player slots or something around there correct? Maybe you only want 3 of them active, and the other 3 aren't. the HowManyPlayers Still Has To Be 6! its "how many player" slots there are, not how many are active. That should fix your problems.

  3. #3
    Join Date
    Dec 2006
    Location
    Australia
    Posts
    698
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Post your script please i think you have just forgotten to change the number of users

  4. #4
    Join Date
    Feb 2007
    Posts
    3,616
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by me_ntal View Post
    Post your script please i think you have just forgotten to change the number of users
    As said above in more detail

  5. #5
    Join Date
    Apr 2007
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ok well if you read the first sentence I said it wasn't my script im just having problems using it. I took out the other player slots because I read thats what you have to do in a post but it still doesn't work. I left it so player[0] is still there and I left player[1] also, but when I start it, it starts on player[1] got a full invt. of what it's suppose to get then logged out saying next player...

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

    Default

    Quote Originally Posted by JAD View Post
    I am 99.9% sure you are doing this. there maybe 6 player slots or something around there correct? Maybe you only want 3 of them active, and the other 3 aren't. the HowManyPlayers Still Has To Be 6! its "how many player" slots there are, not how many are active. That should fix your problems.
    Or make them all active, and comment out ones not being used, and adjust HowManyPlayers.

  7. #7
    Join Date
    Apr 2007
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ok this is part of wizzup?'s essence miner script......

    Const
    StartPlayer = 1;
    NumberOfUsers = 2;
    MinutesPerLoad = 5;
    Loads = 100;
    VersionNumber = '1.09';
    YourSRLSTATSID = ''; // Stats ID.
    YourSRLSTATSPASS = ''; // Stats Pass.
    YourRCMASTER = ''; // Remote Control Master.
    WizzyDebug = True;

    Var
    Position : String;
    EssencePoint : Array [0..4] Of TPoint;
    MiningMark, Abyss, NOAbyss, AuburyText, RuneShopColor,
    RuneEssenceMined, PureEssenceMined, iMark, IdleMark, IdleMark2, Doors: Integer;
    PortalBool, PouchBool, PouchBool2 : Boolean;

    Procedure DeclarePlayers;

    Begin
    HowManyPlayers:= NumberOfUsers;
    NumberOfPlayers( HowManyPlayers );
    CurrentPlayer := StartPlayer;

    Players[1].Name :='*******';
    Players[1].Pass :='****';
    Players[1].Nick :='*******';
    Players[1].Loc :='Bank';
    Players[1].Active:=True;
    Players[1].Boolean1 := True; // Is The Pick Equipped?
    Players[1].Boolean2 := False; // False for brightness Check Once.
    Players[1].String1 := 'False'; // Bank PIN, If any.

    Players[1].Name :='*******';
    Players[1].Pass :='******';
    Players[1].Nick :='*******';
    Players[1].Loc :='Bank';
    Players[1].Active:=True;
    Players[1].Boolean1 := True; // Is The Pick Equipped?
    Players[1].Boolean2 := False; // False for brightness Check Once.
    Players[1].String1 := 'False'; // Bank PIN, If any.

    and i just wanna know what i did wrong the *= name/pass/nick and stuff. i just need to know so i can mine and make my runes later lol

  8. #8
    Join Date
    Feb 2007
    Posts
    3,616
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    both those arrays are [1]. How did that happen

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
  •