Page 8 of 8 FirstFirst ... 678
Results 176 to 190 of 190

Thread: How to set up your players.

  1. #176
    Join Date
    Feb 2009
    Location
    Hungary (GMT + 1)
    Posts
    1,774
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thy this helped me a lot!

  2. #177
    Join Date
    Sep 2008
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks so much, I was wondering why it wouldnt solve randoms on my pure... every letter is spaced out lol

  3. #178
    Join Date
    Aug 2007
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks man Im having a greater understanding of this now

  4. #179
    Join Date
    Mar 2009
    Location
    AUS QLD brisbane.
    Posts
    66
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default i need serius help tell me what's wrong

    it keep's coming up with error saying i do not know what's wrong please help me i am going to use thisfor one acoutn ith lvl 3 minng so please tell m what to do


    Line 35: [Error] (17448:21): Variable Expected in script C:\Users\user\Documents\New Folder\SRL Powerminer 3.09(3).scar


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

    Players[0].Name :='';
    Players[0].Pass :='';
    Players[0].Nick :='';
    Players[0].Active:=True;
    Players[0].String1 := 'copper'; // Primairy Ore Color
    Players[0].String2 := 'copper'; // Secondairy Ore Color wont be mined as much as 1.
    Players[0].String3 := 'copper'; // Third Ore Color, won't be mined as much as 1 and 2.
    Players[0].Boolean1 := True; // Is The Pick Equipped?
    Players[0].Boolean2 := True; // False for brightness Check Once.

    Players[1].Name :='';
    Players[1].Pass :='';
    Players[1].Nick :='';
    Players[1].Active:=True;
    Players[1].String1 := 'Iron'; // Primairy Ore Color
    Players[1].String2 := 'Iron'; // Secondairy Ore Color wont be mined as much as 1.
    Players[1].String3 := 'Iron'; // Third Ore Color, won't be mined as much as 1 and 2.
    Players[1].Boolean1 := True; // Is The Pick Equipped?
    Players[1].Boolean2 := True; // False for brightness Check Once.

    Players[2].Name :='';
    Players[2].Pass :='';
    Players[2].Nick :='';
    Players[2].Active:=True;
    Players[2].String1 := 'Iron'; // Primairy Ore Color
    Players[2].String2 := 'Iron'; // Secondairy Ore Color wont be mined as much as 1.
    Players[2].String3 := 'Iron'; // Third Ore Color, won't be mined as much as 1 and 2.
    Players[2].Boolean1 := True; // Is The Pick Equipped?
    Players[2].Boolean2 := True; // False for brightness Check Once.

    Players[3].Name :='';
    Players[3].Pass :='';
    Players[3].Nick :='';
    Players[3].Active:=True;
    Players[3].String1 := 'Iron'; // Primairy Ore Color
    Players[3].String2 := 'Iron'; // Secondairy Ore Color wont be mined as much as 1.
    Players[3].String3 := 'Iron'; // Third Ore Color, won't be mined as much as 1 and 2.
    Players[3].Boolean1 := True; // Is The Pick Equipped?
    Players[3].Boolean2 := True; // False for brightness Check Once.

    Players[4].Name :='';
    Players[4].Pass :='';
    Players[4].Nick :='';
    Players[4].Active:=True;
    Players[4].String1 := 'Iron'; // Primairy Ore Color
    Players[4].String2 := 'Iron'; // Secondairy Ore Color wont be mined as much as 1.
    Players[4].String3 := 'Iron'; // Third Ore Color, won't be mined as much as 1 and 2.
    Players[4].Boolean1 := True; // Is The Pick Equipped?
    Players[4].Boolean2 := True; // False for brightness Check Once.

    Players[5].Name :='';
    Players[5].Pass :='';
    Players[5].Nick :='';
    Players[5].Active:=True;
    Players[5].String1 := 'Iron'; // Primairy Ore Color
    Players[5].String2 := 'Iron'; // Secondairy Ore Color wont be mined as much as 1.
    Players[5].String3 := 'Iron'; // Third Ore Color, won't be mined as much as 1 and 2.
    Players[5].Boolean1 := True; // Is The Pick Equipped?
    Players[5].Boolean2 := True; // False for brightness Check Once.
    Writeln( IntToStr ( HowManyPlayers ) + ' Players' );

  5. #180
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    13,691
    Mentioned
    146 Post(s)
    Quoted
    130 Post(s)

    Default

    The script you are using is outdated.



    The best way to contact me is by email, which you can find on my website: http://wizzup.org
    I also get email notifications of private messages, though.

    Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
    Documentation | Source | Simba Bug Tracker on Github and Villavu )


    My (Blog | Website)

  6. #181
    Join Date
    May 2008
    Posts
    308
    Mentioned
    1 Post(s)
    Quoted
    14 Post(s)

    Default

    If my rs name was:
    Bi A Op

    what should my nick be? ip ?

  7. #182
    Join Date
    Mar 2009
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by bi a op View Post
    If my rs name was:
    Bi A Op

    what should my nick be? ip ?
    Ouch... Bad name. There must be atleast 3 lowercase letters/numbers in row without spaces. You can still bot but I'm afraid some Anti-Randoms will not work.

  8. #183
    Join Date
    May 2009
    Location
    Texas
    Posts
    51
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thanks for the help wizzup? very descriptive

  9. #184
    Join Date
    Feb 2009
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Cool, simple and logical but effective. Also, I read somewhere on the forums that a nick is now rendered useless? Is that true?

  10. #185
    Join Date
    Feb 2009
    Location
    Philipines
    Posts
    600
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by King Klutz View Post
    Cool, simple and logical but effective. Also, I read somewhere on the forums that a nick is now rendered useless? Is that true?
    Except when it has an auto responder.

  11. #186
    Join Date
    Mar 2008
    Posts
    47
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thanks. really helps noobs like me . is there an unlimited number of players you could have?

  12. #187
    Join Date
    Aug 2009
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thank you! lots of help. keep up good work

  13. #188
    Join Date
    Mar 2007
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hey I am just looking to get back into SCAR scripting. This will help tons, so much has changed in the past few years

  14. #189
    Join Date
    Mar 2013
    Posts
    17
    Mentioned
    1 Post(s)
    Quoted
    7 Post(s)

    Default

    now it doesn't drop anything

  15. #190
    Join Date
    Mar 2007
    Posts
    5,125
    Mentioned
    275 Post(s)
    Quoted
    901 Post(s)

    Default

    Gravedig.

    Closed.
    @koolaidsman; Please make your own topic if you still have problems.

    Forum account issues? Please send me a PM

Page 8 of 8 FirstFirst ... 678

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. 100.000 less players!
    By WT-Fakawi in forum News and General
    Replies: 45
    Last Post: 05-15-2012, 01:44 AM
  2. WoW Players!
    By BobboHobbo in forum News and General
    Replies: 7
    Last Post: 09-12-2008, 10:17 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
  •