Page 11 of 36 FirstFirst ... 91011121321 ... LastLast
Results 251 to 275 of 877

Thread: [07][SMART] Waffle's Power Fletcher 9001 [No Anti-leech]

  1. #251
    Join Date
    Feb 2012
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Worked pretty well. I had to solve randoms myself, as expected, so the proggy is a bit meh.

    Bows fletched: 729
    Running Time: 51 Minutes and 22 Seconds

    Really would recommend though. Great script. Works well in Draynor. It's pretty cool that it emotes a 'Cheer' after each level. :P

    Anti-ban is pretty good, walks outside of bank, then back to bank. Checks exp, etc.

    A few bugs/flaws:

    - If paused, then unpaused with some cut long already, it uses knife on long instead of banking and getting a new inventory (happened a few times)
    - Opened Fletching menu and I had to manually pause the bot and Disable SMART8 to exit the menu


    Thanks!

  2. #252
    Join Date
    Mar 2013
    Location
    The middle of Pennsylvania
    Posts
    214
    Mentioned
    3 Post(s)
    Quoted
    71 Post(s)

    Default

    Quote Originally Posted by BananaCam View Post
    Worked pretty well. I had to solve randoms myself, as expected, so the proggy is a bit meh.

    Bows fletched: 729
    Running Time: 51 Minutes and 22 Seconds

    Really would recommend though. Great script. Works well in Draynor. It's pretty cool that it emotes a 'Cheer' after each level. :P

    Anti-ban is pretty good, walks outside of bank, then back to bank. Checks exp, etc.

    A few bugs/flaws:

    - If paused, then unpaused with some cut long already, it uses knife on long instead of banking and getting a new inventory (happened a few times)
    - Opened Fletching menu and I had to manually pause the bot and Disable SMART8 to exit the menu


    Thanks!
    Thanks!

    I'm not sure why it clicked on the skill, but I shall look into it. Try out version 5.0 and let me know what you think!

  3. #253
    Join Date
    Mar 2013
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Works great. THANKS!

  4. #254
    Join Date
    Feb 2013
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    It was making shortbows when I had longbows selected. (V5.0)
    change:
    Code:
     if (bowType = 1) then
          randomMouseClick(259,407);
    to
    Code:
     if (bowType = 1) then
          randomMouseClick(269,407);
    seems to work now.
    Last edited by Copyright5; 03-27-2013 at 11:06 AM.

  5. #255
    Join Date
    Jan 2013
    Posts
    27
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    So it doesnt cuts magic logs?

  6. #256
    Join Date
    Feb 2013
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Quote Originally Posted by Mikail View Post
    So it doesnt cuts magic logs?
    It does?
    Code:
      logType = 'agic';           //The type of log you are fletching without first letter

  7. #257
    Join Date
    Jan 2013
    Posts
    27
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    Quote Originally Posted by Copyright5 View Post
    It does?
    Code:
      logType = 'agic';           //The type of log you are fletching without first letter
    Appreantly it doesnt. It gets the logs the knife then it tries to cuts it into shortbows. Yes i have the "Longbow" option on. On "1" Btw

  8. #258
    Join Date
    Feb 2013
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Quote Originally Posted by Mikail View Post
    Appreantly it doesnt. It gets the logs the knife then it tries to cuts it into shortbows. Yes i have the "Longbow" option on. On "1" Btw
    Did you read my post above? I literally said how to fix that.

  9. #259
    Join Date
    Jan 2013
    Posts
    27
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    Quote Originally Posted by Copyright5 View Post
    Did you read my post above? I literally said how to fix that.
    I did typed in "agic"

  10. #260
    Join Date
    Feb 2013
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Quote Originally Posted by Mikail View Post
    I did typed in "agic"
    Higher than that man... I posted code to change.

  11. #261
    Join Date
    Mar 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Using 5.0 right now but the mouse keeps just hovering and bouncing around above the knife?

  12. #262
    Join Date
    Nov 2012
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    [Error] G:\Simba\Includes\SRL-OSR/SRL/core/text.simba(805:13): Unknown identifier 'UpChars07' at line 804
    Compiling failed.

    I don't understand what i am doing wrong.... I did install all 07fonts and SRL thingy perfectly. Whats wrong this time?

  13. #263
    Join Date
    Jan 2013
    Posts
    27
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    Quote Originally Posted by Copyright5 View Post
    Higher than that man... I posted code to change.
    I DID CHANGE THE "EW" TO "AGIC" It doesnt work. It does tries to string it but it doesnt fletchs it. Well it actually does but it clicks on shortbows..

  14. #264
    Join Date
    Mar 2013
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Error: Exception: Mask is invalid. Width/Height: (9,6). WhiteHi/BlackHi: (-1,53) at line 780
    The following DTMs were not freed: [SRL - Lamp bitmap, SRL - Book of Knowledge]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Minimap Mask bitmap]

    This shows up in antirandoms when I run your script. Sometimes this tab pops up and then the script doesn't work. But if it doesn't pop up it works.

  15. #265
    Join Date
    Mar 2013
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by Crazyyy View Post
    Using 5.0 right now but the mouse keeps just hovering and bouncing around above the knife?
    My problem also.

  16. #266
    Join Date
    Feb 2013
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Quote Originally Posted by Mikail View Post
    I DID CHANGE THE "EW" TO "AGIC" It doesnt work. It does tries to string it but it doesnt fletchs it. Well it actually does but it clicks on shortbows..
    Are you retarded or something?
    Quote Originally Posted by Copyright5 View Post
    It was making shortbows when I had longbows selected. (V5.0)
    change:
    Code:
     if (bowType = 1) then
          randomMouseClick(259,407);
    to
    Code:
     if (bowType = 1) then
          randomMouseClick(269,407);
    seems to work now.

  17. #267
    Join Date
    Feb 2013
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    It's been 4 days still cant use the new(5.0) script but i can use old one(2.3)? Each time i run (3-5.0 script)it compiles and runs then smart stays with a white screen. With old one it works but obviously has quite a few bugs so there's my dilemma

  18. #268
    Join Date
    Nov 2011
    Posts
    60
    Mentioned
    0 Post(s)
    Quoted
    10 Post(s)

    Default

    Here's a proggy for you

    Please submit all feedback on the forums
    You are using version: 5.0

    Bows strung: 5516
    Running Time: 4 Hours, 29 Minutes and 21 Seconds

  19. #269
    Join Date
    Feb 2013
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Quote Originally Posted by 10gez10 View Post
    It's been 4 days still cant use the new(5.0) script but i can use old one(2.3)? Each time i run (3-5.0 script)it compiles and runs then smart stays with a white screen. With old one it works but obviously has quite a few bugs so there's my dilemma
    This is caused by java not having enough ram.

  20. #270
    Join Date
    Mar 2013
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Hey man ,
    The script is awesome ,
    But I'm having a problem with the 5.0 script ,when I start it ,It make a full inventory of willow longbow but then it get me this error : Error: Exception: Mask is invalid. Width/Height: (9,6). WhiteHi/BlackHi: (-1,53) at line 780 The following DTMs were not freed: [SRL - Lamp bitmap, SRL - Book of Knowledge] The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Minimap Mask bitmap, 3]

    and for the 2.33 ;When I ran it , it get me this error : Compiled successfully in 1514 ms.
    SRL Compiled in 0 msec
    Paired with SMART[3652]

    Thanks man If you can help me

  21. #271
    Join Date
    Feb 2013
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Quote Originally Posted by Copyright5 View Post
    This is caused by java not having enough ram.
    Possible but very unlikely since i have high spec laptop and develop in java..

  22. #272
    Join Date
    Mar 2013
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Nevermind, I managed to fix the issue.
    Last edited by Karasuba; 03-27-2013 at 08:39 PM.

  23. #273
    Join Date
    Mar 2013
    Location
    The middle of Pennsylvania
    Posts
    214
    Mentioned
    3 Post(s)
    Quoted
    71 Post(s)

    Default

    Quote Originally Posted by Copyright5 View Post
    It was making shortbows when I had longbows selected. (V5.0)
    change:
    Code:
     if (bowType = 1) then
          randomMouseClick(259,407);
    to
    Code:
     if (bowType = 1) then
          randomMouseClick(269,407);
    seems to work now.
    Thanks for the quick fix, I hadn't had time to find the co-ords when cutting magics. Will implement that today.
    +rep

  24. #274
    Join Date
    May 2012
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    V5.0

    Bows fletched: 3294
    Running Time: 2 Hours, 21 Minutes and 32 Seconds

    Thanks! I'll be sure to post longer reports next.

    Edit: I was going to ask about the new stringing procedure but you already implemented it! Awesome update, cuts down on the '14's that enter chat log.
    Last edited by perpfection; 03-27-2013 at 09:00 PM.

  25. #275
    Join Date
    Mar 2013
    Location
    The middle of Pennsylvania
    Posts
    214
    Mentioned
    3 Post(s)
    Quoted
    71 Post(s)

    Default

    Quote Originally Posted by ownuinmysleep View Post
    Error: Exception: Mask is invalid. Width/Height: (9,6). WhiteHi/BlackHi: (-1,53) at line 780
    The following DTMs were not freed: [SRL - Lamp bitmap, SRL - Book of Knowledge]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Minimap Mask bitmap]

    This shows up in antirandoms when I run your script. Sometimes this tab pops up and then the script doesn't work. But if it doesn't pop up it works.
    Quote Originally Posted by ahfederation View Post
    Hey man ,
    The script is awesome ,
    But I'm having a problem with the 5.0 script ,when I start it ,It make a full inventory of willow longbow but then it get me this error : Error: Exception: Mask is invalid. Width/Height: (9,6). WhiteHi/BlackHi: (-1,53) at line 780 The following DTMs were not freed: [SRL - Lamp bitmap, SRL - Book of Knowledge] The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Minimap Mask bitmap, 3]

    and for the 2.33 ;When I ran it , it get me this error : Compiled successfully in 1514 ms.
    SRL Compiled in 0 msec
    Paired with SMART[3652]

    Thanks man If you can help me
    Apologiese for the double post.

    You guys MUST set a NICKNAME.

Page 11 of 36 FirstFirst ... 91011121321 ... 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
  •