Page 8 of 10 FirstFirst ... 678910 LastLast
Results 176 to 200 of 226

Thread: XtraIvy

  1. #176
    Join Date
    Feb 2012
    Location
    DON'T PM ME ASKING FOR STUFF
    Posts
    2,170
    Mentioned
    38 Post(s)
    Quoted
    423 Post(s)

    Default

    Quote Originally Posted by Excel View Post
    Thanks man! i got 99 Just a while ago. XTRAIVY FTW.
    no problem on my phone so i cant do a smiley face haha

  2. #177
    Join Date
    Apr 2012
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    dude this is a perfect bot and im definatly going to start using it, and screw the birds nest lol who cuts ivy for money

    but one problem is it seems to be having problems with randoms with me I know you probably use SRL for them but just brining that up(:

  3. #178
    Join Date
    Jan 2012
    Posts
    134
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    same problem with randoms dosent loot birds nest
    Beep Bop

  4. #179
    Join Date
    Apr 2012
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Thumbs up

    Quote Originally Posted by xtrapsp View Post
    FLAWLESS


    Current Public Release: XtraIvy-lite-22/03/2012

    What is XtraIvy?
    XtraIvy is the first in an Xtra-Series of scripts.
    It cuts Ivy's at Castlewars. Not tested elsewhere, However I suppose it could work (If anyone wants to try it out. Go ahead. It wont bank though)

    FAQ
    NONE YET

    Found a Bug?
    Doesn't pick up nests for some people... looking into that - UPDATE 05/04/2012 - Been working with TPA's Making this way more accurate and human like! No multiple clicks now! and soon world hopping when busy!

    If you've found a bug I would really appreciate some help, be as detailed as you can if so

    INSTRUCTIONS
    1. Start by castlewars ivy (Southwall)
    2. Fill in the form
    3. Start script
    4. let it continue
    5. WATCH IT (Antiban isn't perfect Won't stop improving it however)

    NOTES:
    Thanks to Harry for releasing this: http://villavu.com/forum/attachment....8&d=1321311394

    This allows you to run the bot for longer than 6 hours


    I am proud to announce this is pretty much flawless!!!!





    99's achieved:

    Progress Report:
    Put me down for a 99 Bro!!!! i got it b/c of ur script! Thanks So Much!
    
    StickToTheScript






    Video: http://www.youtube.com/embed/O4CyxgZMiYM
    nice scripts well done. added more colors its works like magic....thanks bro...

  5. #180
    Join Date
    Apr 2012
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    May I try to shed some light onto why your birdnest isn't working?
    to my knowledge pascal won't run multiple functions at a time like certain programming variations are able
    whats happening as I see it is
    you do one search for a birds nest at the beggining of the script
    then in your chop function you are never leaving the searching phase
    you have it looping looking for ivy until the inventory is full so once your script hits the chop function... it never gets out of it until the banking phase.
    hope this helps!

    Code:
      Repeat
       if FindObj(X, Y, 'Iv', 4619873, 8) then
        mouse( x, y, 2, 2, true);
        PlaySound(ScriptPath+'Windows Hardware Fail.wav');
        PlaySound(ScriptPath+'Windows Hardware Remove.wav');
        wait(4500 + Random(15000));
         Until (InvFull);
    basically since ivy hardly goes to the bank you just run this code over and over and over again

    a fix that you could try is since ivy is relativly stationary and not to many variables to account for and screen movement I think that if you get rid of this loop here and just keep the (if inv full to check for banking) then let your main loop(the one with the nest searching and antiban in it) keep running this chop function over and over again
    Last edited by Umler; 04-19-2012 at 01:14 AM.

  6. #181
    Join Date
    Feb 2012
    Location
    DON'T PM ME ASKING FOR STUFF
    Posts
    2,170
    Mentioned
    38 Post(s)
    Quoted
    423 Post(s)

    Default

    Quote Originally Posted by Umler View Post
    May I try to shed some light onto why your birdnest isn't working?
    to my knowledge pascal won't run multiple functions at a time like certain programming variations are able
    whats happening as I see it is
    you do one search for a birds nest at the beggining of the script
    then in your chop function you are never leaving the searching phase
    you have it looping looking for ivy until the inventory is full so once your script hits the chop function... it never gets out of it until the banking phase.
    hope this helps!

    Code:
      Repeat
       if FindObj(X, Y, 'Iv', 4619873, 8) then
        mouse( x, y, 2, 2, true);
        PlaySound(ScriptPath+'Windows Hardware Fail.wav');
        PlaySound(ScriptPath+'Windows Hardware Remove.wav');
        wait(4500 + Random(15000));
         Until (InvFull);
    basically since ivy hardly goes to the bank you just run this code over and over and over again

    a fix that you could try is since ivy is relativly stationary and not to many variables to account for and screen movement I think that if you get rid of this loop here and just keep the (if inv full to check for banking) then let your main loop(the one with the nest searching and antiban in it) keep running this chop function over and over again
    Hey thanks for Pm'ing me about this. Yea I came to realise this in the non-public version I have (Even more accurate with Ivy etc etc) and It came to no suprise that after chopping and changing finding nests was alot more accurate. The problem is that Jagex has added a tree to annoy colour bots (It blocks up the view) That along with the slope behind the character etc.

    I've been working on lots of other bots recently. But I'm planning on kickstarting this script again. A huge push .

    I recently got a apprenticeship in computer programming so that took up my time too :P

  7. #182
    Join Date
    Mar 2012
    Posts
    60
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    unfortionaly does not pick the birdnests up for me just saying.

    Doing Ivy's at CW

    in my chat bar it says that a birdnest fall on the floor but it just continue chopping.

  8. #183
    Join Date
    Feb 2012
    Location
    DON'T PM ME ASKING FOR STUFF
    Posts
    2,170
    Mentioned
    38 Post(s)
    Quoted
    423 Post(s)

    Default

    Quote Originally Posted by chuckyb0y View Post
    unfortionaly does not pick the birdnests up for me just saying.

    Doing Ivy's at CW

    in my chat bar it says that a birdnest fall on the floor but it just continue chopping.
    read the post above

    I have a fixed version. Not released yet

  9. #184
    Join Date
    Feb 2012
    Location
    DON'T PM ME ASKING FOR STUFF
    Posts
    2,170
    Mentioned
    38 Post(s)
    Quoted
    423 Post(s)

    Default

    Script Re-Released. No Nest Support (Until I'm done with nests )

  10. #185
    Join Date
    Dec 2011
    Location
    Berlin
    Posts
    795
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by xtrapsp View Post
    Script Re-Released. No Nest Support (Until I'm done with nests )
    Nice one ! You will get that in the next days working =)

    I will try to answer all Runescape related questions!

  11. #186
    Join Date
    Feb 2012
    Location
    DON'T PM ME ASKING FOR STUFF
    Posts
    2,170
    Mentioned
    38 Post(s)
    Quoted
    423 Post(s)

    Default

    Quote Originally Posted by Imanoobbot View Post
    Nice one ! You will get that in the next days working =)
    it works :P I'm just selfish

  12. #187
    Join Date
    Dec 2011
    Location
    Berlin
    Posts
    795
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by xtrapsp View Post
    it works :P I'm just selfish
    Okey, hehe Can test it tomorrow for you.

    I will try to answer all Runescape related questions!

  13. #188
    Join Date
    Apr 2012
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by xtrapsp View Post
    Hey thanks for Pm'ing me about this. Yea I came to realise this in the non-public version I have (Even more accurate with Ivy etc etc) and It came to no suprise that after chopping and changing finding nests was alot more accurate. The problem is that Jagex has added a tree to annoy colour bots (It blocks up the view) That along with the slope behind the character etc.

    I've been working on lots of other bots recently. But I'm planning on kickstarting this script again. A huge push .

    I recently got a apprenticeship in computer programming so that took up my time too :P
    yup understandable I'm starting to put some finishing touches on my ivy bot and these dumb camera angles and Jagex keep messing with the nest color just by a little. and keeps throwing my bot off ><

  14. #189
    Join Date
    Apr 2012
    Posts
    33
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    So it went pretty well for a couple hours yesterday, then it was going well when I decided to go to sleep. I woke up in the morning and my character was in a random event. But that's no bid deal. I'm probably gonna monitor it most of the time anyway. Great bot!

  15. #190
    Join Date
    Feb 2012
    Location
    DON'T PM ME ASKING FOR STUFF
    Posts
    2,170
    Mentioned
    38 Post(s)
    Quoted
    423 Post(s)

    Default

    Umler i'l give you a hint, make it so when it detects chatbox writing it looks for nest, if not found it rotates camera angle etc etc

    Use marktime(T) so that after a set time it gives up

  16. #191
    Join Date
    Apr 2012
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thanks!, ill make sure too work on that:P

  17. #192
    Join Date
    Mar 2012
    Posts
    50
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I suggest making it detect once the ivy is gone, then for it to click another rather then randomly going from ivy to ivy on a timer because the way it is now looks very bot like and it's got a lot of xp waste. Otherwise, good job so far
    Currently working on max cape, and learning to script along the way!

  18. #193
    Join Date
    Feb 2012
    Location
    DON'T PM ME ASKING FOR STUFF
    Posts
    2,170
    Mentioned
    38 Post(s)
    Quoted
    423 Post(s)

    Default

    Quote Originally Posted by xYumz View Post
    I suggest making it detect once the ivy is gone, then for it to click another rather then randomly going from ivy to ivy on a timer because the way it is now looks very bot like and it's got a lot of xp waste. Otherwise, good job so far
    Your wrong, No xp waste. It'd waste more waiting for ivy to finish being chopped.

    The moving on before it's finished is just as human like. People move onto more ivy if they think it's not quick enough

  19. #194
    Join Date
    Dec 2011
    Location
    Berlin
    Posts
    795
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by xtrapsp View Post
    Your wrong, No xp waste. It'd waste more waiting for ivy to finish being chopped.

    The moving on before it's finished is just as human like. People move onto more ivy if they think it's not quick enough
    As I was making 99 (legit wtf) with it I was always afking it. Just make a pixelshift function which looks if the player is still cutting or afk. And make a bit random time before moving to next one (0-3 minutes or something like that). Would make the script beast!

    And nest support is not really needed also you have to bank then from time to time

    I will try to answer all Runescape related questions!

  20. #195
    Join Date
    Feb 2012
    Location
    DON'T PM ME ASKING FOR STUFF
    Posts
    2,170
    Mentioned
    38 Post(s)
    Quoted
    423 Post(s)

    Default

    Quote Originally Posted by Imanoobbot View Post
    As I was making 99 (legit wtf) with it I was always afking it. Just make a pixelshift function which looks if the player is still cutting or afk. And make a bit random time before moving to next one (0-3 minutes or something like that). Would make the script beast!

    And nest support is not really needed also you have to bank then from time to time
    banking is semi-supported already.
    As for the wc, it has AFK in it. So it decided when it wants to stop for ages before carrying on

  21. #196
    Join Date
    Apr 2012
    Posts
    33
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    The script is still going STRONG! Got me from 94-95 WC. That's over 700k XP so far. On my way to 99! Thank you so much, xtrapsp!!!

  22. #197
    Join Date
    Apr 2012
    Location
    South Yorkshire, Doncaster
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Bro, you just got me 99 woodcutting. <333333

  23. #198
    Join Date
    Feb 2012
    Posts
    107
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    came back to check some newer version bc goin back to 99 wc.

    by looks of it people are saying it dosnt pick bird nests..? idk if this is fixed


    but when i use to use xtraivy1 which i think was ur first release of script it use to pick nests up..make like 1mil lol from them XD

  24. #199
    Join Date
    May 2012
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hi, anyone help me please?
    I get xception in Script: Unable to find file 'SRL\SRL.simba' used from '' when i click start.

  25. #200
    Join Date
    May 2012
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    It got stuck a bit. But i think i got ti to work now.

    Thanks alot for the script

Page 8 of 10 FirstFirst ... 678910 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
  •