Page 31 of 45 FirstFirst ... 21293031323341 ... LastLast
Results 751 to 775 of 1116

Thread: Shuttleu's Vine Vanquisher [Simba/Color]

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

    Default

    OK after i fill in the form.. I add user.. and when i click Start Script.. I get an Access violation error... what should i do to fix this??

    thanks

  2. #752
    Join Date
    Nov 2011
    Location
    behind you
    Posts
    202
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default

    hey shut...... i got my 99!!!!!!!!!!!!!!!!!!!!!!!!!!!! thanks for the scrip and for the new 99 now what 99 will be the next? haha thanks again

  3. #753
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Quote Originally Posted by dicin View Post
    OK after i fill in the form.. I add user.. and when i click Start Script.. I get an Access violation error... what should i do to fix this??

    thanks
    what is the error?
    i cant help you unless i know what error it is
    Quote Originally Posted by eduardo230 View Post
    hey shut...... i got my 99!!!!!!!!!!!!!!!!!!!!!!!!!!!! thanks for the scrip and for the new 99 now what 99 will be the next? haha thanks again
    Great!
    Time to update the front page!

    ~shut

  4. #754
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

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

    Default

    my bot was running while i was at school, i came back, it logged out, because it didn't did the random: capt arv.


    edit: in the bot menu i can choose what world he doens't go to that world, just clicking logging in
    Last edited by nickgrohe; 01-11-2012 at 11:46 AM.

  6. #756
    Join Date
    Dec 2011
    Location
    USA
    Posts
    88
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  7. #757
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

  8. #758
    Join Date
    Nov 2011
    Location
    United States
    Posts
    815
    Mentioned
    6 Post(s)
    Quoted
    284 Post(s)

    Default

    Quote Originally Posted by nickgrohe View Post
    my bot was running while i was at school, i came back, it logged out, because it didn't did the random: capt arv.


    edit: in the bot menu i can choose what world he doens't go to that world, just clicking logging in
    Randoms are handled by SRL. not the script itself. At the moment they hardly ever work. like 10% of time it will solve the random. Just have to babysit it incase of randoms atm.

  9. #759
    Join Date
    Dec 2011
    Location
    USA
    Posts
    88
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  10. #760
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Quote Originally Posted by lilpjer View Post
    Yes it's set to all.
    ok, can you watch the debug

    a couple of thing if you could do for me please
    could you replace MyFindBirdNest with this one
    Simba Code:
    function MyFindBirdsNest: Boolean;
    var
      x, y: Integer;
      ChatBoxStuff: string;
    begin
      if Debug then Writeln('Looking for a birds nest');
      x:= 260;
      y:= 211;
      ChatBoxStuff:= GetChatBoxText(8, 255);
      if Debug then Writeln(ChatBoxStuff);
      if (Pos('A bird', ChatBoxStuff)<>0) then
      begin
        if Debug then Writeln('Found the red text');
        if FindObjCustom(x, y, ['ake B', 'Bird', 'nest'], [2767422, 2961972, 3818051, 2833729, 2306100, 3949638], 5) then
        begin
          if Debug then Writeln('Found a birds nest!');
          Mouse(x, y, 0, 0, True);
          Result:= True;
        end;
      end;
      if Debug then Writeln('Finished looking for a birds nest');
    end;

    and then when a bird nest drops, can you copy and paste the debug box

    ~shut

  11. #761
    Join Date
    Nov 2011
    Posts
    194
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    it messes up after picking upa nest

  12. #762
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Quote Originally Posted by phamxboa View Post
    it messes up after picking upa nest
    a little more info than that would be appreciated

    such as how does it mess up

    also, are you sure you have game set to all?
    if your not then it will mess up (it is on the first post)

    ~shut

  13. #763
    Join Date
    Nov 2011
    Posts
    194
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    Yes, my setting are set to all. And once it picks up a nest, it has trouble detecting the vines, as it hovers around the map in search of it, but fails to detect.

  14. #764
    Join Date
    Dec 2011
    Location
    USA
    Posts
    88
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I'm almost at 99 woodcutting. Almost a flawless script. Almost.

  15. #765
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Quote Originally Posted by phamxboa View Post
    Yes, my setting are set to all. And once it picks up a nest, it has trouble detecting the vines, as it hovers around the map in search of it, but fails to detect.
    do you have a debug log for me please?

    ~shut

    EDIT: ok, i just witnessed the problem and i know what is happening, i have pushed a update
    Last edited by Shuttleu; 01-12-2012 at 11:29 AM.

  16. #766
    Join Date
    Nov 2011
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    After it picks up a nest it can't find the ivy

  17. #767
    Join Date
    Dec 2011
    Posts
    353
    Mentioned
    3 Post(s)
    Quoted
    8 Post(s)

    Default

    Didn't seem to find vines at cw


    93
    87629003
    Could not find Inferno Adze in hand
    Found Dragon Hatchet in hand
    87629003
    Looking for a birds nest

    Finished looking for a birds nest
    Starting random check
    Finished random check
    87629003
    87629003
    Starting random check
    Finished random check
    chopping vines
    finding vines
    Failed to find the color, no result.
    0
    216

  18. #768
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Quote Originally Posted by smithoxmagic View Post
    After it picks up a nest it can't find the ivy
    is that with 4.2?
    Quote Originally Posted by NexPB View Post
    Didn't seem to find vines at cw


    93
    87629003
    Could not find Inferno Adze in hand
    Found Dragon Hatchet in hand
    87629003
    Looking for a birds nest

    Finished looking for a birds nest
    Starting random check
    Finished random check
    87629003
    87629003
    Starting random check
    Finished random check
    chopping vines
    finding vines
    Failed to find the color, no result.
    0
    216
    ok, i will take a look

    ~shut

    EDIT: just had a look and it seems to be working fine

    have you tried restarting smart?
    Last edited by Shuttleu; 01-12-2012 at 05:39 PM.

  19. #769
    Join Date
    Dec 2011
    Posts
    353
    Mentioned
    3 Post(s)
    Quoted
    8 Post(s)

    Default

    Quote Originally Posted by Shuttleu View Post
    is that with 4.2?

    ok, i will take a look

    ~shut

    EDIT: just had a look and it seems to be working fine

    have you tried restarting smart?
    Hmm... it didn't work for me but I started using it at Varrock I will post a proggie tommorow.

  20. #770
    Join Date
    Nov 2011
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    sorry my problem had some game options wrong. working fine right now got 98 WC from this script so you can almost post my name on the front page

  21. #771
    Join Date
    Dec 2011
    Location
    USA
    Posts
    88
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks this got me 99 wc. I will upload screenies shortly. A shame the nests collection didn't work until I had almost finished.

  22. #772
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Quote Originally Posted by smithoxmagic View Post
    sorry my problem had some game options wrong. working fine right now got 98 WC from this script so you can almost post my name on the front page
    great to hear
    Quote Originally Posted by lilpjer View Post
    Thanks this got me 99 wc. I will upload screenies shortly. A shame the nests collection didn't work until I had almost finished.
    congratz

    and im sorry i didnt tackle the bird nest problem earlier
    i was being kinda... lazy

    ~shut

  23. #773
    Join Date
    Jan 2012
    Location
    Long Island, NY
    Posts
    413
    Mentioned
    5 Post(s)
    Quoted
    95 Post(s)

    Default

    Script works really well, gotten me 3 levels(80 right now). Hopefully will be able to use this until 99. I've noticed it sometimes fails to find a birds nest, only with the seed one. But it's missed like 1 nest out of 15 or so, and I honestly don't care too much about the nests.

    One suggestion, could you implement summoning of beavers? Right now I'm doing it manually every 30 minutes or so. I have an inventory with some beaver scrolls, and some sum pots. Summon the beaver, renew the beaver at 2 minutes, drink pots to restore, drop empty vials for more inv space.

  24. #774
    Join Date
    Dec 2011
    Posts
    353
    Mentioned
    3 Post(s)
    Quoted
    8 Post(s)

    Default

    Here is a samll proggy

  25. #775
    Join Date
    Dec 2011
    Location
    USA
    Posts
    88
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Pic of my 99:

    Quote Originally Posted by Shuttleu View Post
    great to hear


    congratz

    and im sorry i didnt tackle the bird nest problem earlier
    i was being kinda... lazy

    ~shut
    Its ok still great script. 2nd best i've used behind NeXus

Page 31 of 45 FirstFirst ... 21293031323341 ... 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
  •