Page 13 of 17 FirstFirst ... 31112131415 ... LastLast
Results 301 to 325 of 405

Thread: Rogeruks Soul Wars Fletcher

  1. #301
    Join Date
    Jan 2008
    Location
    Houston, Texas, USA
    Posts
    770
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Talking

    Hey Roger. Here is a 10 hour proggy

    PHP Code:
    [=================================================================]
    [                  
    Rogeruks Soul Wars Fletcher                    ]
    [============================= 
    V2.0 ==============================]
    [      
    Ran For: 10 Hours7 Minutes and 25 Seconds                ]
    [      
    Times Banked512                                          ]
    [      
    Maple Long Bows Fletched13824                            ]
    [      
    EXP Gained801792                                         ]
    [      
    Estimated EXP Per Hour79198                              ]
    [      
    Levels Gained0                                           ]
    [                                                                 ]
    [=================================================================] 
    And something else



    <3 you

  2. #302
    Join Date
    Mar 2008
    Location
    New Jersey
    Posts
    1,673
    Mentioned
    1 Post(s)
    Quoted
    9 Post(s)

    Default

    it spams a proggy and log is bad if I start the script with just a knife, if I have logs it fletches them all then spams the proggy with log is bad. It doesn't go to bank them. I'll see if I can figure out why, all I know right now is it has something to do most likely with the fletch procedure, that's the one with writeln('log is bad');

    EDIT: not sure, but I think this is why:

    SCAR Code:
    Until (NCount = 0) Or (I > 4);
              wait(100 + Random(600));
              NCount := CountItems('dtm', Log, []);
              If (NCount > 1) Then Goto Again;

    I think it's going to again because of ncount>1, although it should be 0, cause there is no logs left, so I don't get what's wrong. It should be 0 because that's the until, although there is the or i>4, but it only says bad log when the inv is empty or all (u) bows.

    Is it just me getting this error?
    Last edited by Baked0420; 12-05-2009 at 04:08 PM.

  3. #303
    Join Date
    Apr 2007
    Posts
    38
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    [============================= V2.0 ==============================]
    [ Ran For: 1 Hours, 53 Minutes and 53 Seconds ]
    [ Times Banked: 97 ]
    [ Willow Long Bows Fletched: 2619 ]
    [ EXP Gained: 107379 ]
    [ Estimated EXP Per Hour: 56573 ]
    [ Levels Gained: 2 ]
    [ ]
    [================================================== ===============]


    to baked: try using 2.0. i was getting same error as you but when i down graded it worked fine

  4. #304
    Join Date
    Nov 2007
    Location
    lol
    Posts
    176
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by v8godfather View Post
    [============================= V2.0 ==============================]
    [ Ran For: 1 Hours, 53 Minutes and 53 Seconds ]
    [ Times Banked: 97 ]
    [ Willow Long Bows Fletched: 2619 ]
    [ EXP Gained: 107379 ]
    [ Estimated EXP Per Hour: 56573 ]
    [ Levels Gained: 2 ]
    [ ]
    [================================================== ===============]


    to baked: try using 2.0. i was getting same error as you but when i down graded it worked fine
    its not good if you have to downgrade if there is a higher version whats the point of v2.1 then?

  5. #305
    Join Date
    Apr 2007
    Location
    UK
    Posts
    2,295
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Baked0420 View Post
    it spams a proggy and log is bad if I start the script with just a knife, if I have logs it fletches them all then spams the proggy with log is bad. It doesn't go to bank them. I'll see if I can figure out why, all I know right now is it has something to do most likely with the fletch procedure, that's the one with writeln('log is bad');

    EDIT: not sure, but I think this is why:

    SCAR Code:
    Until (NCount = 0) Or (I > 4);
              wait(100 + Random(600));
              NCount := CountItems('dtm', Log, []);
              If (NCount > 1) Then Goto Again;

    I think it's going to again because of ncount>1, although it should be 0, cause there is no logs left, so I don't get what's wrong. It should be 0 because that's the until, although there is the or i>4, but it only says bad log when the inv is empty or all (u) bows.

    Is it just me getting this error?
    Im not getting any errors with latest version.

    That loop is simply to check if it is still fletching if the NCount is 0 (no logs) then it will exit. If there is more than 1 log which means fletching did not complete then it will start again.

    Rogeruk's Al-Kharid Tanner V1.1 [Released]
    Rogeruk's Barbarian Crafter [Coming Soon]
    Rogeruk's Guild Fisher [Coming Soon]
    !! - Taking Requests - !!

  6. #306
    Join Date
    Nov 2007
    Location
    lol
    Posts
    176
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by rogeruk View Post
    Im not getting any errors with latest version.

    That loop is simply to check if it is still fletching if the NCount is 0 (no logs) then it will exit. If there is more than 1 log which means fletching did not complete then it will start again.
    i do get that same error.
    i pmed you few days ago.

  7. #307
    Join Date
    Apr 2007
    Location
    UK
    Posts
    2,295
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by wesleyxD View Post
    i do get that same error.
    i pmed you few days ago.
    If it cant find the log in your inventory that error will happen.

    Rogeruk's Al-Kharid Tanner V1.1 [Released]
    Rogeruk's Barbarian Crafter [Coming Soon]
    Rogeruk's Guild Fisher [Coming Soon]
    !! - Taking Requests - !!

  8. #308
    Join Date
    Dec 2006
    Posts
    399
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    my acc that i got 99 fletching with was banned about a week after ...

    bye bye maxed gs pure
    Hax0r


  9. #309
    Join Date
    Nov 2007
    Location
    lol
    Posts
    176
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Jethr0x View Post
    my acc that i got 99 fletching with was banned about a week after ...

    bye bye maxed gs pure
    with this fletcher?

  10. #310
    Join Date
    Jan 2008
    Location
    Houston, Texas, USA
    Posts
    770
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by wesleyxD View Post
    with this fletcher?
    http://www.villavu.com/forum/showpos...1&postcount=99

    Jethr0x You were showcasing your character with your friends in that pic. One of them could easily have reported you or Jagex used the chat logs or something. Its probably not the scripts fault. No one else got their account banned (except Roger But that was because he spammed and sold all his stuff to general store)

  11. #311
    Join Date
    Apr 2007
    Location
    UK
    Posts
    2,295
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by FEAR View Post
    http://www.villavu.com/forum/showpos...1&postcount=99

    Jethr0x You were showcasing your character with your friends in that pic. One of them could easily have reported you or Jagex used the chat logs or something. Its probably not the scripts fault. No one else got their account banned (except Roger But that was because he spammed and sold all his stuff to general store)
    Hahah yea. I dont care . Spam sell FTW

    Rogeruk's Al-Kharid Tanner V1.1 [Released]
    Rogeruk's Barbarian Crafter [Coming Soon]
    Rogeruk's Guild Fisher [Coming Soon]
    !! - Taking Requests - !!

  12. #312
    Join Date
    Nov 2007
    Location
    lol
    Posts
    176
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by FEAR View Post
    http://www.villavu.com/forum/showpos...1&postcount=99

    Jethr0x You were showcasing your character with your friends in that pic. One of them could easily have reported you or Jagex used the chat logs or something. Its probably not the scripts fault. No one else got their account banned (except Roger But that was because he spammed and sold all his stuff to general store)
    lol yeah stupid

  13. #313
    Join Date
    Dec 2007
    Location
    Belgium
    Posts
    228
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I can't get this script to work. I'm not new to SCAR/SRL.

    Whenever I try to run, SMART opens, logs in, turns up the camera angle, then it starts to flash the progress report in my debug box. Script does nothing. Any help would be appreciated.

    EDIT: Sorry V2.0 works.

    EDIT: Progress Report

    [================================================== ===============]
    [ Rogeruks Soul Wars Fletcher ]
    [============================= V2.0 ==============================]
    [ Ran For: 2 Hours, 25 Minutes and 38 Seconds ]
    [ Times Banked: 129 ]
    [ Maple Long Bows Fletched: 3483 ]
    [ EXP Gained: 202014 ]
    [ Estimated EXP Per Hour: 83228 ]
    [ Levels Gained: 7 ]
    [ ]
    [================================================== ===============]
    Successfully executed

    Perfect.
    Last edited by I Rambozo I; 12-10-2009 at 09:53 PM.
    How do I know? Know how.

  14. #314
    Join Date
    Mar 2008
    Location
    New Jersey
    Posts
    1,673
    Mentioned
    1 Post(s)
    Quoted
    9 Post(s)

    Default

    for strings[0] I have willow, for strings[2] I have fletch. When you fletch, it just makes a DTM of a log in general, and I have willow and oak logs in the same tab, so it finds the oak log first, and it doesn't check uptext, so it keeps doing the wrong log for me. I tried taking it out and started writing this, I just checked on the script, now it's trying to do mage logs when I don't have that level , I'll change them to be in a different tab for now too, until you add either uptext checking on the log dtm, or make a dtm for each log, I'm guessing you just gave the main point a tolerance of 255.

    EDIT: doing the log I want now that the other two types are in a different tab, a good temp fix for now . I'll post proggy when it's done.

    EDIT2: It couldn't find the bank at first, so it spammed the debug with a proggy, and status with log is bad, found a person wearing a white dress and training kiteshield (I changed the chest color, since it was doing the same with your color (spamming debug and status when not found)), then it found the bank, moused over it, then SCAR crashed, so I don't have the proggy, did a few loads though, wasn't bad. But the findchest(x, y); needs to be fixed up a bit, that's about it.
    Last edited by Baked0420; 12-11-2009 at 03:15 PM.

  15. #315
    Join Date
    Mar 2008
    Location
    England
    Posts
    142
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    PHP Code:
    [=================================================================]
    [                  
    Rogeruks Soul Wars Fletcher                    ]
    [============================= 
    V2.1 ==============================]
    [      
    Ran For: 1 Hours35 Minutes and 4 Seconds                 ]
    [      
    Times Banked72                                           ]
    [      
    Yew Long Bows Fletched1944                               ]
    [      
    EXP Gained145800                                         ]
    [      
    Estimated EXP Per Hour92012                              ]
    [      
    Levels Gained0                                           ]
    [                                                                 ]
    [=================================================================] 

  16. #316
    Join Date
    Apr 2007
    Location
    UK
    Posts
    2,295
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Sorry guys cant test or update my latest account banned lol

    Rogeruk's Al-Kharid Tanner V1.1 [Released]
    Rogeruk's Barbarian Crafter [Coming Soon]
    Rogeruk's Guild Fisher [Coming Soon]
    !! - Taking Requests - !!

  17. #317
    Join Date
    Apr 2007
    Location
    Netherlands
    Posts
    427
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Quote Originally Posted by rogeruk View Post
    Sorry guys cant test or update my latest account banned lol
    Awh I am sorry to hear that How come ? or just bad luck ?

    I hope someone is willing to lend you a p2p account. I didn't test this script because I am f2p but if I see some proggy's and reactions this must be an awesome flawless script.

    sorry for your lost

    What were his stats btw ?

  18. #318
    Join Date
    Nov 2007
    Location
    lol
    Posts
    176
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by rogeruk View Post
    Sorry guys cant test or update my latest account banned lol
    i can lend a account but first i wanna know why you got banned and how.
    The account i can lend have 99 mage and 99 fletch.

  19. #319
    Join Date
    Apr 2007
    Location
    UK
    Posts
    2,295
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    My accounts get banned because they run out of P2P, it was high level in many stats, over 12M in bank etc, but once my membership ran out it was banned lol.

    Rogeruk's Al-Kharid Tanner V1.1 [Released]
    Rogeruk's Barbarian Crafter [Coming Soon]
    Rogeruk's Guild Fisher [Coming Soon]
    !! - Taking Requests - !!

  20. #320
    Join Date
    Mar 2008
    Location
    New Jersey
    Posts
    1,673
    Mentioned
    1 Post(s)
    Quoted
    9 Post(s)

    Default

    maybe autoing too long per day? or not enough variation, like just doing one skill for 5 days straight no break. Like checking bank/GE, doing other skills.

  21. #321
    Join Date
    Dec 2007
    Location
    Belgium
    Posts
    228
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    String Yew longbows does not work. Hope you find an account to test with soon.
    How do I know? Know how.

  22. #322
    Join Date
    Nov 2007
    Location
    lol
    Posts
    176
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by rogeruk View Post
    My accounts get banned because they run out of P2P, it was high level in many stats, over 12M in bank etc, but once my membership ran out it was banned lol.
    well oke idc if that account got banned i dont play on it anymore but its f2p i can lend it you can set recoveries if you wan but you have to make it p2p

  23. #323
    Join Date
    Dec 2007
    Location
    Belgium
    Posts
    228
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    PHP Code:
    [=================================================================]
    [                  
    Rogeruks Soul Wars Fletcher                    ]
    [============================= 
    V2.0 ==============================]
    [      
    Ran For: 3 Hours11 Minutes and 47 Seconds                ]
    [      
    Times Banked179                                          ]
    [      
    Yew Long Bows Fletched4833                               ]
    [      
    EXP Gained362475                                         ]
    [      
    Estimated EXP Per Hour113399                             ]
    [      
    Levels Gained2                                           ]
    [                                                                 ]
    [=================================================================]
    Successfully executed 
    This is nice Rogeruk, only the stringing should be fixed to make this a perfect script.
    How do I know? Know how.

  24. #324
    Join Date
    Jun 2007
    Posts
    71
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Rev : 313
    Try : Normal and oak logs.

    It log in, check if knife on then it start lagging so much and i have this :

    [================================================== ===============]
    [ Rogeruks Soul Wars Fletcher ]
    [============================= V2.1 ==============================]
    [ Ran For: 35 Seconds ]
    [ Times Banked: 0 ]
    [ Oak Short Bows Fletched: 0 ]
    [ EXP Gained: 0 ]
    [ Estimated EXP Per Hour: 0 ]
    [ Levels Gained: 0 ]
    [ ]
    [================================================== ===============]
    Log is bad.
    Successfully executed

  25. #325
    Join Date
    Dec 2007
    Location
    Belgium
    Posts
    228
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    PHP Code:
    [=================================================================]
    [                  
    Rogeruks Soul Wars Fletcher                    ]
    [============================= 
    V2.0 ==============================]
    [      
    Ran For: 5 Hours59 Minutes and 35 Seconds                ]
    [      
    Times Banked330                                          ]
    [      
    Yew Long Bows Fletched8910                               ]
    [      
    EXP Gained668250                                         ]
    [      
    Estimated EXP Per Hour111500                             ]
    [      
    Levels Gained1                                           ]
    [                                                                 ]
    [=================================================================]
    PROBLEMinv interface not open
    PROBLEM
    inv interface not open
    Successfully executed 
    It's the second time in a row that the script terminates after 5 hours and 59 minutes. Don't know why tough, I was asleep. I did notice that my character was not facing the bank.
    How do I know? Know how.

Page 13 of 17 FirstFirst ... 31112131415 ... LastLast

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
  •