Page 1 of 3 123 LastLast
Results 1 to 25 of 62

Thread: Nebula's Aio Longbow cutter

  1. #1
    Join Date
    Dec 2011
    Location
    New York, USA
    Posts
    1,242
    Mentioned
    12 Post(s)
    Quoted
    193 Post(s)

    Default Nebula's Aio Longbow cutter

    This script cuts logs in the soul wars bank.

    Have a knife in your toolbelt, don't wear grey clothes, and don't forget to fill out the required information.



    V1.1
    -Changed wait times
    -Fixed standards a bit
    -Tweaked antiban frequency

    V 1.2:
    -Tweaked antiban
    -Changed how the script clicks the Fletch button.
    -New progress report system, your progress reports are now displayed on screen instead of in the debug box.
    -Changed the numbers next to xp per log. The old numbers were the xp you gained from woodcutting, not fletching

    V 1.3: (current version)
    -Tweaked a few wait times for more consistency/stability.
    -Added an extra log dtm in-case the script can't find your logs the first time around.[/I]

    V 1.4: (current version)
    -Changed FreeDTMS[/I]

    Nebula


    Use the version furthest down, v1.4
    Last edited by Nebula; 02-29-2012 at 04:14 PM.

  2. #2
    Join Date
    Dec 2011
    Posts
    95
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I'll try it out thanks for the script

  3. #3
    Join Date
    Dec 2011
    Posts
    95
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SRL Compiled in 15 msec
    SMART Initialized.
    Loaded: Server 91, Members: True, Signed: True, Super Detail: False.
    no logs
    Successfully executed.
    The following DTMs were not freed: [2, 3]
    Needs more sleep time from when withdrawing the logs. I'll try to fix this for my script now.

    Also when it clicks the fletching buttons make sure you give it a loner wait time as well because it just clciked one twice and not the other.

    Just pretty much all the sleeps need to be changed, I changed them all for my script because I always do because my internet is slow as fuck.
    Last edited by kyocera; 02-04-2012 at 08:41 PM.

  4. #4
    Join Date
    Dec 2011
    Location
    New York, USA
    Posts
    1,242
    Mentioned
    12 Post(s)
    Quoted
    193 Post(s)

    Default

    Quote Originally Posted by kyocera View Post
    Needs more sleep time from when withdrawing the logs. I'll try to fix this for my script now.

    Also when it clicks the fletching buttons make sure you give it a loner wait time as well because it just clciked one twice and not the other.

    Just pretty much all the sleeps need to be changed, I changed them all for my script because I always do because my internet is slow as fuck.
    What do you mean? I can fix it if you explain it a bit better.

    thanks.

  5. #5
    Join Date
    Dec 2011
    Posts
    95
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Nebula View Post
    What do you mean? I can fix it if you explain it a bit better.

    thanks.
    sleeptime = random wait samething

    here's my short proggy wasn't paying attention

    [quote|||---Nebulas Aio longbow cutter---|||
    Time Running- 0:3:40
    XP gained-8400
    Exp Per hour-137454
    Logs cut-84
    Logs Cut Per Hour-1374
    no logs
    Successfully executed.
    The following DTMs were not freed: [2, 3][/quote]

  6. #6
    Join Date
    Dec 2011
    Posts
    95
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Wait(randomrange(2000,4000));
    Antiban;
    until(FindDTM(alog, x, y, MIX1, MIY1, MIX2, MIY2)= false);
    Wait(randomrange(1500, 2000));
    repeat
    Wait(randomrange(2000,4000));
    Antiban;
    until(FindDTM(alog, x, y, MIX1, MIY1, MIX2, MIY2)= false);
    Wait(randomrange(1500, 2000))
    repeat
    etc
    repeat
    repeat
    end else
    begin
    writeln('no logs');
    Logout;
    TerminateScript;
    end;
    I added, like 5 repeats so it would try more before it logged out because I got 24.xxx logs in my bank right now.
    Last edited by kyocera; 02-04-2012 at 08:52 PM.

  7. #7
    Join Date
    Dec 2011
    Posts
    95
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I big problem is when you first log in you have to click through 2 menus instead of 1 when you click fletch on logs.

    1st menu is just the knife
    2nd menu is to click what type of bow or shaft
    after you click the 1st menu once it never appears again until you log out.

    This script does not successfully work around this.
    But regardless it is doing fine for me right now.

  8. #8
    Join Date
    Dec 2011
    Location
    New York, USA
    Posts
    1,242
    Mentioned
    12 Post(s)
    Quoted
    193 Post(s)

    Default

    The script should work around the knife that comes up during the first fletching cycle. That has been in the script since the first version, but I will check the make sure that doesn't need fixing.

    I updated the sleep times during/after banking so it should be better for most users now.

  9. #9
    Join Date
    Dec 2011
    Posts
    95
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Nebula View Post
    The script should work around the knife that comes up during the first fletching cycle. That has been in the script since the first version, but I will check the make sure that doesn't need fixing.

    I updated the sleep times during/after banking so it should be better for most users now.
    Thanks, maybe the knife is a sleeptime problem as well? I need to watch my bot closely I keep minimizing it -___-
    It didn't click the knife thing too.

  10. #10
    Join Date
    Dec 2011
    Location
    New York, USA
    Posts
    1,242
    Mentioned
    12 Post(s)
    Quoted
    193 Post(s)

    Default

    I figured out the source of the problem. For now just stop the script and click the knife manually for the first time

  11. #11
    Join Date
    Jan 2012
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I write in 100 for maples but it says no logs can u explain ?

  12. #12
    Join Date
    Dec 2011
    Location
    New York, USA
    Posts
    1,242
    Mentioned
    12 Post(s)
    Quoted
    193 Post(s)

    Default

    Quote Originally Posted by torger11 View Post
    I write in 100 for maples but it says no logs can u explain ?
    I'll have a look at it now. One moment.

    Edit:

    Make sure there are no items in your bank that look like logs. Also, make sure that your logs are on the right half of your bank and that you are in soul wars. It works perfectly for me.

    V 1.2:
    -Tweaked antiban
    -Changed how the script clicks the Fletch button.
    -New progress report system, your progress reports are now displayed on screen instead of in the debug box.
    -Changed the numbers next to xp per log. The old numbers were the xp you gained from woodcutting, not fletching
    Last edited by Nebula; 02-12-2012 at 01:20 AM.

  13. #13
    Join Date
    Feb 2012
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    pretty flawless bot and i lov the new proggy set on the v1.2 ), ima try to run as long as i can and will be posting the results tomorrow =D, whoo im finally going to get 99 fletching.

  14. #14
    Join Date
    Dec 2011
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    what do you mean by "Put logs on the right side of your bank"? i tried putting logs all the way to the right, i tried having them in the first slot etc.

    it just automaticly logs off.

    gives the following: no logs in bank

    EDIT: got it working by putting it in and bank slot with other items, runes in my case.
    will test it and post progress report as follows, hope it stable

    EDIT2:
    OK, here is what i got so far:
    you need to put in a failsafe of some sorts, because it got stuck at the "option" where you click /long/short-bows. just stood still. this happened twice in under 30 minutes. I had to manually click the option.

    Also, it spamclicks letters (f, d, 8, 0, b, 4) in to the chat. This is very unconvenient, because it shows that it's a bot. It doesn't send it, but i don't think its very subtle, and might be very ban-able. Script does this alot!

    Hope this is some constructive criticism.

    if this could be fixed, this script would do 90k exp/h easy! As it is now, you can't really run it for long.

    EDIT3:



    Picture explaining what im talking about.
    Last edited by Deload; 02-14-2012 at 04:21 PM.

  15. #15
    Join Date
    Feb 2012
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    for some reason the new version logs off randomly and it doesn't say why. It's not like before where it stated the "no logs" bug but it just does it randomly. All the information on the script is set up right and i have it set for 1500 loads yet it stops after i cut anywhere between 1000-3000 logs, once i find out more information about it, ill make sure to notify and post it.

  16. #16
    Join Date
    Dec 2011
    Location
    New York, USA
    Posts
    1,242
    Mentioned
    12 Post(s)
    Quoted
    193 Post(s)

    Default

    I'll get to work on a fix, thanks.

  17. #17
    Join Date
    Feb 2012
    Posts
    62
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hey so this is a really good script and im not sure how to post my progies or where i get them from but ill just type them out right here. oh and the only problem i have gotten so far is that it will just sit there after it had clicked on knife where it shows what type of bow you want to craft and i had to click it my self and it went back to running normaly. but yea this is a really good script for the program i really like it. you have my thanks

    time running 31.28
    exp gained 44037
    exp a hour 83473
    logs cut 756
    logs cut an hour 1436

    edit:2 also when u input a world for some reason it just hits play didnt know if you knew that or not
    Last edited by shaggyster; 02-14-2012 at 08:43 PM. Reason: a problem

  18. #18
    Join Date
    Dec 2011
    Location
    New York, USA
    Posts
    1,242
    Mentioned
    12 Post(s)
    Quoted
    193 Post(s)

    Default

    Quote Originally Posted by shaggyster View Post
    edit:2 also when u input a world for some reason it just hits play didnt know if you knew that or not
    Could you explain this a bit better?

    Also, once I am done fixing my monkfish script, this script will be fixed. Should be within a few hours.

  19. #19
    Join Date
    Feb 2012
    Posts
    62
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    line 21 World = 46; //The world you want to use. Make sure it is a members world.

    46 was what i put it on and it put me on world 18 also i had a random log out saying i didnt have logs but i do and its back to running again

  20. #20
    Join Date
    Feb 2012
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I find that if the random typing thing is annoying put it in a quick chat only worl and it cant type anything

  21. #21
    Join Date
    Feb 2012
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Screenshot after 1 hour of crafting maple longbows:
    http://i1228.photobucket.com/albums/...ourscreeny.png

  22. #22
    Join Date
    Feb 2012
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Screenshot after 1 hour of crafting maple longbows:

  23. #23
    Join Date
    Dec 2011
    Posts
    106
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    worked perfectly fine a few days ago but now it cuts around 200 maple longs then it says no logs =( i have about 50k of em btw

  24. #24
    Join Date
    Dec 2011
    Location
    New York, USA
    Posts
    1,242
    Mentioned
    12 Post(s)
    Quoted
    193 Post(s)

    Default

    Quote Originally Posted by lotery33 View Post
    worked perfectly fine a few days ago but now it cuts around 200 maple longs then it says no logs =( i have about 50k of em btw
    I'll fix this tonight, thanks.

  25. #25
    Join Date
    Feb 2012
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thanks for the script! btw, i think theres a bug where it gets stuck at the place where you choose what to fletch (only happens sometimes)

Page 1 of 3 123 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
  •