Poll: How would you rate this script?

Page 4 of 6 FirstFirst ... 23456 LastLast
Results 76 to 100 of 136

Thread: Solarwind's Monk Terminator

  1. #76
    Join Date
    Dec 2006
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    nice job solarwind this is a good script

  2. #77
    Join Date
    Sep 2006
    Posts
    63
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  3. #78
    Join Date
    Oct 2006
    Posts
    888
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Update coming after 10 days.

  4. #79
    Join Date
    Oct 2006
    Posts
    888
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I have about 10 days till my exams end. I'm going to be very busy these 10 days, so no updates. After about 10 days, expect a major update with a lot of fixes, a graphical user interface, ranging support and more (listed on the release first post).

  5. #80
    Join Date
    Nov 2006
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    how can u make it use more players?

  6. #81
    Join Date
    Oct 2006
    Posts
    888
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Step 1) In the constants section, there is a constant that specifies the number of players.

    SCAR Code:
    MyNumberOfPlayers = 1;

    Change the 1 in MyNumberOfPlayers to how many players you want to add.

    Example: for three players:
    SCAR Code:
    MyNumberOfPlayers = 3;


    Step 2) The DeclarePlayers procedure declares all of the players. The default for one player is this:

    SCAR Code:
    Players[0].Name :='asdf';
    Players[0].Pass :='asdf';
    Players[0].Nick :='sdf';
    Players[0].Active := True;
    Players[0].Skill := 'Strength';

    To add more players, simply copy and paste that for the number of players you want and change the number in the square brackets ( [0] ) to the player that it defines. For example, this configuration is for three players:

    SCAR Code:
    Players[0].Name :='asdf';
    Players[0].Pass :='asdf';
    Players[0].Nick :='sdf';
    Players[0].Active := True;
    Players[0].Skill := 'Strength';

    Players[1].Name :='asdf';
    Players[1].Pass :='asdf';
    Players[1].Nick :='sdf';
    Players[1].Active := True;
    Players[1].Skill := 'Strength';

    Players[2].Name :='asdf';
    Players[2].Pass :='asdf';
    Players[2].Nick :='sdf';
    Players[2].Active := True;
    Players[2].Skill := 'Strength';

    That should work. If it does not, please post and I'll be happy to help.

  7. #82
    Join Date
    Oct 2006
    Posts
    888
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Front page updated, please take a look through it.

  8. #83
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    dude stop double psoting/ dumbing your own stuff
    If people are interested, they will come =)

  9. #84
    Join Date
    Oct 2006
    Posts
    888
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by yohojo8 View Post
    dude stop double psoting/ dumbing your own stuff
    If people are interested, they will come =)
    I know, I'm just letting people know about updates. I want this thread to stay active and not slowly die away like other threads.

  10. #85
    Join Date
    Jun 2006
    Location
    USA
    Posts
    1,828
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    You always do double/triple posts, I think it's not allowed in SRL forums...

  11. #86
    Join Date
    Jan 2007
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Better then spamming up the forums making useless posts like everyone else >: (

    Hey how many days left of exams you got? I'm egarly (sp????) awaiting :P.

  12. #87
    Join Date
    Oct 2006
    Posts
    888
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Pentti View Post
    You always do double/triple posts, I think it's not allowed in SRL forums...
    Go work on your stuff, I'll keep to mine. And my exams end on the thirty first of January.

  13. #88
    Join Date
    Jan 2007
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Awesome scrpt solarwind! Lol, why are you banned?

    Anyway... I ran this script overnight without any problems. I know about the swarm issue, but luckily I didn't get one. I ran it with 10 fresh off of lumby players, with the healing procedure, none of them died and all are safely above 20 attack and 25 strength. Thanks for the script! I'll post the progress report later, but now, I have to go to school.

  14. #89
    Join Date
    Oct 2006
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    loved it, the script worked very well heres my proggy

    +---------------------------------------------------------------------------------------------------+
    | Solarwind's Monk Terminator v0.59
    |
    | Name: destronooby
    | Number: 0
    | Autoing: True
    | Died: 0 times.
    | Player worked: 149 Minutes.
    | Player time left: 22 Minutes
    | Total time worked: 02:51:39.
    +---------------------------------------------------------------------------------------------------+
    | 0: destronooby: Active: T At: 31 St: 42 Df: 1 HP: 34 Worked: 149 Minutes. Killed: 213 Monks.
    +---------------------------------------------------------------------------------------------------+

    /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
    | SRL Randoms Report |
    | www.villu-reborn.com |
    |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
    | Logged in : 3 |
    | Talking Random[s] : 3 |
    | Dwarfs[s] Solved : 1 |
    | Capn Hand[s] Solved : 1 |
    \~~~~~~~~

  15. #90
    Join Date
    Feb 2006
    Location
    Under a rock.
    Posts
    1,351
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by pwnt pl0x? View Post
    Awesome scrpt solarwind! Lol, why are you banned?

    Anyway... I ran this script overnight without any problems. I know about the swarm issue, but luckily I didn't get one. I ran it with 10 fresh off of lumby players, with the healing procedure, none of them died and all are safely above 20 attack and 25 strength. Thanks for the script! I'll post the progress report later, but now, I have to go to school.
    I'm thinking this is SolarWind... Just registered today + praising his own script. Also, he talks just like Solarwind. How would someone who just registered today Download SRL, and get 10 players through lumbridge for this script..?

    Nice try Solar..
    SRL Developer
    ◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘

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

    Default

    Plus he said overnight, which means he had srl and script yesterday...

  17. #92
    Join Date
    Feb 2006
    Location
    London, England
    Posts
    2,045
    Mentioned
    2 Post(s)
    Quoted
    0 Post(s)

    Default

    + he has the same IP addresses
    SRL Wiki | SRL Rules | SRL Stats
    Ultimate SCAR Scripting Tutorial | Starblaster100's Auth System | Join the official SRL IRC now!


    Help Keep SRL Alive! Please disable Advert Blockers on SRL! Help Keep SRL Alive!


  18. #93
    Join Date
    Jun 2006
    Location
    Tennessee, USA
    Posts
    2,603
    Mentioned
    1 Post(s)
    Quoted
    46 Post(s)

    Default

    why was he banned though?

  19. #94
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    Because hes a dickhead

  20. #95
    Join Date
    Jan 2007
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Damn! You guys caught onto me. I just posted on my own thread to see how Star knows all my accounts. Lol I got banned for stupid reasons. Don't worry about it, primitive people who can not think past pascal banned me.

  21. #96
    Join Date
    Feb 2006
    Location
    Under a rock.
    Posts
    1,351
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by StarblasterIsAMoron View Post
    Damn! You guys caught onto me. I just posted on my own thread to see how Star knows all my accounts. Lol I got banned for stupid reasons. Don't worry about it, primitive people who can not think past pascal banned me.
    If you don't like this forum and the leaders then leave.. You seem to not be able to take not being here.. You should have just taken your week ban and stopped creating multiple accounts. Keep it up and you may get IP banned. Also, don't tell me you don't care, because you wouldn't be so determined to stay here if you aren't... If you actually don't care if you're banned, thats good, because we don't either.
    SRL Developer
    ◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘

  22. #97
    Join Date
    Jan 2007
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Cheesehunk View Post
    If you don't like this forum and the leaders then leave.. You seem to not be able to take not being here.. You should have just taken your week ban and stopped creating multiple accounts. Keep it up and you may get IP banned. Also, don't tell me you don't care, because you wouldn't be so determined to stay here if you aren't... If you actually don't care if you're banned, thats good, because we don't either.
    I'm not desperate to stay here you bitch, I just need to post while banned. Also, not everyone wants me gone. Just stuck up bitches like you.

    And stop spamming my thread! This is for my MonkTerminator. Holy shit, bitches like you think you can go around spamming threads just because you're at a higher member status.

  23. #98
    Join Date
    Jan 2007
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Destroant View Post
    loved it, the script worked very well heres my proggy

    +---------------------------------------------------------------------------------------------------+
    | Solarwind's Monk Terminator v0.59
    |
    | Name: destronooby
    | Number: 0
    | Autoing: True
    | Died: 0 times.
    | Player worked: 149 Minutes.
    | Player time left: 22 Minutes
    | Total time worked: 02:51:39.
    +---------------------------------------------------------------------------------------------------+
    | 0: destronooby: Active: T At: 31 St: 42 Df: 1 HP: 34 Worked: 149 Minutes. Killed: 213 Monks.
    +---------------------------------------------------------------------------------------------------+

    /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
    | SRL Randoms Report |
    | www.villu-reborn.com |
    |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
    | Logged in : 3 |
    | Talking Random[s] : 3 |
    | Dwarfs[s] Solved : 1 |
    | Capn Hand[s] Solved : 1 |
    \~~~~~~~~
    Thanks, I'm glad you liked it, once these bitches lift my ban, I'll post my updated version. It has forms and everything!

  24. #99
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    6,136
    Mentioned
    28 Post(s)
    Quoted
    17 Post(s)

    Default

    Quote Originally Posted by CheesehunkIsAMoron View Post
    Thanks, I'm glad you liked it, once these bitches lift my ban, I'll post my updated version. It has forms and everything!
    Final warning for solarwind AKA: CheesehunkIsAMoron, pwnt pl0x?, StarblasterIsAMoron, Linux, Linux2 Linux3 and shares with IronTeapot, torrent and ezannier:

    If we hear from you again in the next 6 days, you will be deleted.
    SRL is a Library of routines made by the SRL community written for the Program Simba.
    We produce Scripts for the game Runescape.

  25. #100
    Join Date
    Oct 2006
    Posts
    412
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Humm? what did i do now? i haven't posted in a few weeks cause of school.

Page 4 of 6 FirstFirst ... 23456 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [DIVI] Monk Terminator [DIVI]
    By I Karma I in forum RS3 Outdated / Broken Scripts
    Replies: 59
    Last Post: 07-20-2007, 01:40 AM
  2. Solarwind's Monk Terminator v0.47
    By solarwind in forum RS3 Outdated / Broken Scripts
    Replies: 12
    Last Post: 02-12-2007, 12:50 AM
  3. Solarwind's Monk Terminator v0.49
    By solarwind in forum RS3 Outdated / Broken Scripts
    Replies: 35
    Last Post: 02-08-2007, 12:02 PM
  4. Solarwind's Monk Terminator
    By solarwind in forum RS3 Outdated / Broken Scripts
    Replies: 22
    Last Post: 01-26-2007, 05:31 AM
  5. Solarwind's Monk Terminator v0.32
    By solarwind in forum RS3 Outdated / Broken Scripts
    Replies: 9
    Last Post: 01-07-2007, 04:10 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
  •