Page 7 of 36 FirstFirst ... 5678917 ... LastLast
Results 151 to 175 of 896

Thread: NEW: SRL 3.2 Goblin Scheduler 0.39

  1. #151
    Join Date
    Nov 2006
    Posts
    189
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Haha, that's only a hint, it is something in the include. It's nothing, just ignore it. You see the "successfully compiled" words? That means it works, so go train, train like you never did before!!!
    If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly. - put this in your sig

  2. #152
    Join Date
    Nov 2006
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Dude this script is awesome! You're a miracle worker!

  3. #153
    Join Date
    Nov 2006
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Is there any way for it to automatically train strength only, instead of evening it out, or just attack?

    Edit:Sorry for double posting, just realized that

  4. #154
    Join Date
    Nov 2006
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by kjsoccerboy View Post
    Is there any way for it to automatically train strength only, instead of evening it out, or just attack?

    Edit:Sorry for double posting, just realized that
    Yea, someone please answer that by posting ur edited code with strength. I tried what other ppl said, and it didnt work. Also, does it open doors for other people cuz it doesn't for me.

  5. #155
    Join Date
    Jun 2006
    Posts
    694
    Mentioned
    0 Post(s)
    Quoted
    31 Post(s)

    Default

    /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
    | --> Goblin GoblinScheduler -> 0.44 <- Progress Report --> by WT-Fakawi <-- |
    <~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~>
    Worked for 2 Hours, 29 Minutes and 2 Seconds
    Attacked 285 Goblins.
    Cast 0 Spells.
    Died 0 Times.
    Opened 0 Doors.
    <~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~>
    Name : *********
    Number : 2
    Active : True
    Worked : 38
    Location : Lumbridge
    <~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~>
    0 : ********* = T. - Lvl : 19 16 15 2 19. W : 44 min. K : 109 Goblins. L: Lumbridge
    1 : ************ = T. - Lvl : 13 11 10 1 15. W : 47 min. K : 70 Goblins. L: Lumbridge
    2 : *********** = T. - Lvl : 10 10 10 1 14. W : 38 min. K : 106 Goblins. L: Lumbridge
    <~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~>
    Successfully executed

    It works very well but the problem is is that it doesnt open any doors, could you fix that please?

  6. #156
    Join Date
    Nov 2006
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Could you PLEASE tell me how to straight Strength only, and why it wont open doors for me?

  7. #157
    Join Date
    Jun 2006
    Posts
    694
    Mentioned
    0 Post(s)
    Quoted
    31 Post(s)

    Default

    Quote Originally Posted by ppl k1ll3r View Post
    Could you PLEASE tell me how to straight Strength only, and why it wont open doors for me?

    Go to this section of the script, about line 587 around there, cause i added some stuff, well just find this part:
    procedure SetPlayerParams;
    begin
    if ( not ( LoggedIn )) then Exit;
    WieldAll;

    GameTab(1);
    If AutoLevels then
    SetLowest
    else
    begin
    if Players[CurrentPlayer].Skill = 'attack' then SetFightMode(1);
    if Players[CurrentPlayer].Skill = 'strength' then SetFightMode(2);
    if Players[CurrentPlayer].Skill = 'defence' then SetFightMode(4);
    LampSkill := LowerCase ( Players[CurrentPlayer].Skill );
    if Players[CurrentPlayer].Skill = 'auto' then SetLowest;
    end;
    FTWaitD(1000 + Random(500));
    SetChat('on', 1);
    SetChat('friends', 2);
    SetChat('off', 3);
    SetChat('on', 1);
    FindTalk;
    StartTime := GetSystemTime ;
    end;
    Go to this:

    begin
    if Players[CurrentPlayer].Skill = 'attack' then SetFightMode(1);
    if Players[CurrentPlayer].Skill = 'strength'then SetFightMode(2);
    if Players[CurrentPlayer].Skill = 'defence' then SetFightMode(4);
    LampSkill := LowerCase ( Players[CurrentPlayer].Skill );
    if Players[CurrentPlayer].Skill = 'auto' then SetLowest;
    And change to this:

    begin

    if Players[CurrentPlayer].Skill = 'strength'then SetFightMode(2);
    LampSkill := LowerCase ( Players[CurrentPlayer].Skill );
    if Players[CurrentPlayer].Skill = 'auto' then SetLowest;

    Make sure you have autolevels on and it should work and for the doors im having the same problem

  8. #158
    Join Date
    Nov 2006
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    works well for just 1 account until it hits a random then it logs off and stays like that., but otherwise- gotten 40 att n str n 1 def in 1 day

  9. #159
    Join Date
    Oct 2006
    Posts
    491
    Mentioned
    0 Post(s)
    Quoted
    41 Post(s)

    Default

    because its made for multiple accounts not just one...i ran it for about 18hrs and got 9 lv 3's to lv 20+ so if it one get a random it will go to the next account until all are stuck but if you only run 30 mins each account you will get less randoms =)

  10. #160
    Join Date
    Dec 2006
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    awsome

  11. #161
    Join Date
    Dec 2006
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    awsome

  12. #162
    Join Date
    Nov 2006
    Posts
    91
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Omg!

    This is probly the best script ever!!!! i got my guy from levle 3 to level 20 in an hour(4 guys to level 20 in 1 hour)
    I dont know what the member scripts are but im sure this ownz all of them great work man You rock

  13. #163
    Join Date
    Nov 2006
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by wyn10 View Post
    Go to this section of the script, about line 587 around there, cause i added some stuff, well just find this part:

    Go to this:



    And change to this:




    Make sure you have autolevels on and it should work and for the doors im having the same problem
    ok i did that, n i made auto levels true. Now it just puts it on defence...

  14. #164
    Join Date
    Nov 2006
    Posts
    42
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    wow thanks i tested it today worked great or me!!

  15. #165
    Join Date
    Nov 2006
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Worked for 1 Hours, 13 Minutes and 16 Seconds
    Attacked 218 Goblins.
    Cast 0 Spells.
    Died 0 Times.
    Opened 0 Doors.

    The script could of gone longer im sure! i just stoped because i wanted to something else on the computer. Great script man, one of the better free scripts i've ever tried!

  16. #166
    Join Date
    Jun 2006
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I love this script! lol

    <~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~>
    Worked for 4 Hours, 50 Minutes and 7 Seconds
    Attacked 355 Goblins.
    Cast 0 Spells.
    Died 0 Times.
    Opened 5 Doors.
    <~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~>

  17. #167
    Join Date
    Oct 2006
    Posts
    491
    Mentioned
    0 Post(s)
    Quoted
    41 Post(s)

    Default

    yea this script is nice it would be the BEST if the door opening was a bit better but other than its great so far im have a 21hr proggy im working on a 120+ proggy and will post it here if i do get that proggy im not sure but i think it will be the longest ever posted for this script cant wait =X

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

    Default

    Just got my first chance to test RC. After a couple hours of checking and getting 'everything is cool', it got a couple false (both lost-not stuck in random, and very close to lumby castle). Fixed em, and sent reset command and it worked beautifully. One thing is though that it said Hi multiple times, so I had to set private on master to off just to shut it up. Which I guess is fine if you make a noob account just for the purpose of being the master.

  19. #169
    Join Date
    Jun 2006
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I thought this was pretty impressive.


    /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
    | SRL Randoms Report |
    | www.villu-reborn.com |
    |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
    | Logged in : 13 |
    | Talking Random[s] : 2 |
    | Dwarfs[s] Solved : 1 |
    | Lamp[s] Solved : 9 |
    | New Box[s] Solved : 1 |
    \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/

  20. #170
    Join Date
    Nov 2006
    Posts
    84
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ive got a problem. It is always changing players. I only filled out 1 form for 1 charcter. After it takes a few steps it clicks the chat to off. Then it comes back and walks a little and repeats. I set the time per player to 30 mins but it still does that. Anyone know the problem?

  21. #171
    Join Date
    Dec 2006
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Help Plz!!!!

    What is the remote mater what do i put for Nick???

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

    Default

    i love this script. got a good proggy last night had to stop the script tho cuz my mom needed on.

    Worked for 8 Hours, 40 Minutes and 46 Seconds
    Attacked 680 Goblins.
    Cast 0 Spells.
    Died 2 Times.
    Opened 11 Doors.



    hellz yeah this script is amazing dankness and fawki.

    Worked for 18 Hours, 20 Minutes and 44 Seconds
    Attacked 966 Goblins.
    Cast 0 Spells.
    Died 3 Times.
    Opened 11 Doors.

  23. #173
    Join Date
    Nov 2006
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
    | --> Goblin GoblinScheduler -> 0.44 <- Progress Report --> by WT-Fakawi <-- |
    <~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~>
    Worked for 2 Hours, 3 Minutes and 55 Seconds
    Attacked 199 Goblins.
    Cast 0 Spells.
    Died 0 Times.
    Opened 1 Doors.
    <~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~>

    Great script, doesnt open doors though... Dankness, thanks for helping me out with Player.Skill thing.

  24. #174
    Join Date
    Oct 2006
    Posts
    33
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Love this script, no progress report yet, but I editet it a little bit. Now it does Lumby homeport before the script begins.

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

    Default

    w00t w00t my longest report yet, i could have let it run longer but had to stop it cuz my mom. and can someone please explain how the RC master works? or where can i read about it?

    /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
    | --> Goblin GoblinScheduler -> 0.44 <- Progress Report --> by WT-Fakawi <-- |
    <~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~>
    Worked for 26 Hours, 0 Minutes and 22 Seconds
    Attacked 1609 Goblins.
    Cast 0 Spells.
    Died 0 Times.
    Opened 21 Doors.

Page 7 of 36 FirstFirst ... 5678917 ... LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Question about Goblin Scheduler
    By PwNZoRNooB in forum Bot Information and Spottings
    Replies: 1
    Last Post: 04-19-2007, 07:37 PM
  2. NEW: SRL 2.2 Goblin Scheduler 0.35
    By WT-Fakawi in forum RS3 Outdated / Broken Scripts
    Replies: 165
    Last Post: 11-20-2006, 07:09 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
  •