Page 2 of 8 FirstFirst 1234 ... LastLast
Results 26 to 50 of 190

Thread: How to set up your players.

  1. #26
    Join Date
    May 2007
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i read through your post alot of times, and still can't figure it out.
    im trying to run 1 account with a woodcutting auto.
    this is what i have
    HowManyPlayers:=0;
    NumberOfPlayers(1);
    CurrentPlayer:=1;

    can some one please tell me.

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

    Default

    CurrentPlayer := 0;
    HowManyPlayers := 1;
    NumberOfPlayers(HowManyPlayers);



    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)

  3. #28
    Join Date
    Apr 2007
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    then don't you have to do the rune ess quest on like 6 noob chars?

  4. #29
    Join Date
    May 2007
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i did changed it to
    HowManyPlayers := 1;
    NumberOfPlayers( HowManyPlayers );
    CurrentPlayer := 0;

    and i get this error

    Successfully compiled
    SRL Compiled in 47msec.
    [Runtime Error] : Out Of Range in line 53 in script

    am i suppose to log into my account first, or have it log on for me?

  5. #30
    Join Date
    May 2007
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thanks alot, should help when I get going :P.

  6. #31
    Join Date
    Mar 2007
    Posts
    27
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default meh...

    If I were to use this, would the script auto loop for all of the characters? If not how can i make it do so..?

  7. #32
    Join Date
    Feb 2007
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Very nice, thanks for the tut.

  8. #33
    Join Date
    May 2007
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i get error if SCAR puts in my username its Pietje9 but he types in Pietje where is the nine then? in Word Document it shows รง but on scar it shows 9

  9. #34
    Join Date
    Mar 2007
    Location
    Jersey
    Posts
    159
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Yeah, thanks a lot. This script helped me add a few more of my men to the scripts i use.

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

    Default

    i think there may be a problem.when i start it, it logs in and everything.but the player doesnt move, then it eventualy logs off.what is the problem?

  11. #36
    Join Date
    Aug 2007
    Posts
    123
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    dude thanks Wizz very helpfull

  12. #37
    Join Date
    Aug 2007
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thank You, you helped this newb out!

  13. #38
    Join Date
    Jul 2007
    Location
    Massachusetts
    Posts
    896
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Great tut, I really needed this!

    I don't think the Players[CurrentPlayer].Boolean1 stuff will work with srl 4, they said it in the thread that it is an array now or something, do you mind explaining how we will use the updated srl player array? (If it has to do with arrays, I know all about them in C++, so you don't need to explain what they are, just how we will use them in the players array and how to declare them, in C++, an array of ints would be, int i[10], or something like that)



    Edit: Woot! first post as a lesser demon! lol

    This is how it was posted on the srl 4 beta release thread


    Player Array. We removed the obsolete entries in the Player Record, and replaced them with user assignable arrays. Thus Player.Boolean1 is now replaced with Player.Boolean[0]

  14. #39
    Join Date
    Aug 2007
    Location
    im currently sitting on your server ready to strike *load trojanhorse.bso.exe*
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default cool tut

    i found this very informative a+ ebayer

  15. #40
    Join Date
    Aug 2007
    Location
    NJ, USA
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by pk ownage94 View Post
    Please can u post the url, or prefferably post the script here, I'm 13 too
    Being 13 makes you incapable of using the search button?


    Nice Tutorial Wizzup? I use your essence miner every day by the way
    If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly. - put this in your sig

  16. #41
    Join Date
    Aug 2007
    Location
    Netherlands
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by yesiammanu View Post
    Great script Wizzup /thumbsup /+rep

    You should also add that you have to get rid of the player forms that you aren't using or you'll get an error in scar (like Out of Range or something).

    ~~~~Yesiammanu
    yess a lot of people seem to have a problem with that, it might also be an idea for future SRL updates... so that you do not have to copy all the player arrays or delete them to make it work

    i mean that it identiefies which are being used etc.

  17. #42
    Join Date
    Sep 2007
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This is useful tut for beginners.

  18. #43
    Join Date
    Aug 2007
    Posts
    327
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thanks for the guide
    it was very helpful

  19. #44
    Join Date
    Apr 2007
    Posts
    145
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    now i will know how to set up my guy

  20. #45
    Join Date
    Sep 2007
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks fo the nice tut.

  21. #46
    Join Date
    Jun 2007
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thanks for the tutorial, I'd like to try that script soon, when I get my 10 posts in I'll give it a go and let you know how it goes!

  22. #47
    Join Date
    Sep 2007
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    why do you create multiple acc?

  23. #48
    Join Date
    Mar 2007
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thank you. This helped me flatten out the problems i had.

  24. #49
    Join Date
    Sep 2007
    Posts
    36
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    woo yeah ty for this now i just gotta wait till i can get ur script and ill try this out

    + rep

  25. #50
    Join Date
    Sep 2007
    Posts
    36
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by shimon View Post
    why do you create multiple acc?
    so that if u get lots of accs at once doing the job

    say 1 acc gets 1k ess /p hour
    10 accs get 10k /p hour !

Page 2 of 8 FirstFirst 1234 ... LastLast

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
  •