Page 6 of 18 FirstFirst ... 4567816 ... LastLast
Results 126 to 150 of 444

Thread: [SRL] Zephyr's Draynor Yew Gatherer

  1. #126
    Join Date
    Jan 2007
    Posts
    101
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hey, how can you copy the proggy outta the script?

    But anyways it made 5 loads in 46 minutes and got me 1 lvl wcing up 62 wcing and 135 yew logs



    AHA! I found the script error reason.

    else Randomness := -20 + Random(40);
    end; <----------- Add another end; under that.
    {------------------------------------------------------------------------------]
    [ procedure SetupPlayer; ]
    [ by: ZephyrsFury ]
    [ Description: Sets up the player. ]
    {------------------------------------------------------------------------------}
    procedure SetupPlayer;


    Fix it to look like this:
    else Randomness := -20 + Random(40);
    end;
    end;
    {------------------------------------------------------------------------------]
    [ procedure SetupPlayer; ]
    [ by: ZephyrsFury ]
    [ Description: Sets up the player. ]
    {------------------------------------------------------------------------------}
    procedure SetupPlayer;

  2. #127
    Join Date
    Sep 2007
    Location
    Australia
    Posts
    46
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    OMG 3500 lines NICE this is a great script i will run then post proggies l8er.
    And very nice long proggie.
    Thanks for posting.

  3. #128
    Join Date
    Sep 2007
    Location
    Australia
    Posts
    46
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    zephyrsfury nice script and ill use heaps






    ps check ur pm's

  4. #129
    Join Date
    Apr 2007
    Location
    Perth, Australia
    Posts
    3,926
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    Ok thats for the bug lolislol. Rep++ for picking it out.

    And thanks for the tips billy. Rep++ as well.

    I'll post a new version with a fix and the ability to set the type of worlds for each player soon.

    I don't think waiting randomly after a certain number of loads is more human. If you think about it, when people play RS they get bored according to time not the number of loads. Thats the idea behind waiting randomly according to time not loads.

    EDIT: Script updated... its still Ver 1.2 though cos only 6 people actually downloaded it. . For those that get an identifier error please download it from the first post.

  5. #130
    Join Date
    May 2006
    Posts
    141
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    [----------------------------------------------------------------------------------------]
    [ March 20th, 2008, 08:36:12 PM ]
    [----------------------------------------------------------------------------------------]
    [ >>> Zephyr's Draynor Yew Gatherer Ver 1.2 <<< ]
    [----------------------------------------------------------------------------------------]
    [ Total Time Running: 9 Hours, 5 Minutes and 19 Seconds ]
    [ Total Loads Done: 43 ]
    [ Woodcutting Levels Gained: 2 ]
    [ Yews Chopped and Banked: 1069 ]
    [ Chopping Rate: 118 Logs/Hr ]
    [ WalkBacks: 3 ]
    [ Auto-Responds: 8 ]
    [ Current World: *** ]
    [----------------------------------------------------------------------------------------]
    [ | Nick | Act | Loc | Wc Lvl | Axe | Loads | Logs | Time ]
    [ o | *** | T | Bank | 74 | Rune | 43 | 1069 | 538 min ]
    [----------------------------------------------------------------------------------------]

    Still going on 1 acc

  6. #131
    Join Date
    Feb 2007
    Posts
    193
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Im planning to make money soon so i will test this and post a proggy.

    ~XxChronic2007xX

    EDIT: I got an error soon after i permitted the site :
    [Runtime Error] : Exception: Access violation at address 01AB10AB in module 'Embedded SMART.dll'. Read of address 00000054 in line 47 in script C:\Program Files\SCAR 3.14\includes\SRL/SRL/misc/SMART.scar

  7. #132
    Join Date
    Mar 2007
    Location
    The Netherlands
    Posts
    80
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by xxchronic2007xx View Post
    Im planning to make money soon so i will test this and post a proggy.

    ~XxChronic2007xX

    EDIT: I got an error soon after i permitted the site :
    [Runtime Error] : Exception: Access violation at address 01AB10AB in module 'Embedded SMART.dll'. Read of address 00000054 in line 47 in script C:\Program Files\SCAR 3.14\includes\SRL/SRL/misc/SMART.scar
    have same prob

  8. #133
    Join Date
    Dec 2006
    Posts
    99
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    If you want to auto while using SMART, then wait for Zephyr to comment. But, if you want to auto without SMART until he gets back, remove {.include SMART.scar}

    - TaylorV
    /

  9. #134
    Join Date
    Dec 2006
    Posts
    99
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Also, my best progress report so far.

    [----------------------------------------------------------------------------------------]
    [ March 20th, 2008, 01:24:40 AM ]
    [----------------------------------------------------------------------------------------]
    [ >>> Zephyr's Draynor Yew Gatherer Ver 1.2 <<< ]
    [----------------------------------------------------------------------------------------]
    [ Total Time Running: 2 Hours, 53 Minutes and 23 Seconds ]
    [ Total Loads Done: 12 ]
    [ Woodcutting Levels Gained: 1 ]
    [ Yews Chopped and Banked: 287 ]
    [ Chopping Rate: 99 Logs/Hr ]
    [ WalkBacks: 2 ]
    [ Auto-Responds: 3 ]
    [ Current World: 41 ]
    [----------------------------------------------------------------------------------------]
    [ | Nick | Act | Loc | Wc Lvl | Axe | Loads | Logs | Time ]
    [ o | ***| F | Lost - Dead | 65 | Rune | 12 | 287 | 173 min]
    [----------------------------------------------------------------------------------------]

    - TaylorV
    /

  10. #135
    Join Date
    Oct 2007
    Location
    If (Online) then Loc := ('On comp') else Loc := ('Somewhere else!');
    Posts
    2,020
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    wow dude some realy nice code int here good job man thx proggie on way soon

  11. #136
    Join Date
    Oct 2007
    Location
    Sweden
    Posts
    199
    Mentioned
    1 Post(s)
    Quoted
    23 Post(s)

    Default

    Quote Originally Posted by xxchronic2007xx View Post
    [Runtime Error] : Exception: Access violation at address 01AB10AB in module 'Embedded SMART.dll'. Read of address 00000054 in line 47 in script C:\Program Files\SCAR 3.14\includes\SRL/SRL/misc/SMART.scar
    If you want to use smart you need to follow this tutorial first. =) http://www.villavu.com/forum/showthread.php?t=21279
    Otherwise, remove the smart include just as TylorV sad.
    Previously known as Billy Opel.

  12. #137
    Join Date
    Apr 2007
    Location
    Perth, Australia
    Posts
    3,926
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    Nice proggie there Rencuz, I'll add it to the first post.

    And regarding the access violation errors - you're getting them because I forgot to remove the SMART include line. If you do not plan to use SMART while autoing just delete that line.

  13. #138
    Join Date
    Feb 2007
    Posts
    91
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    [----------------------------------------------------------------------------------------]
    [ >>> Zephyr's Draynor Yew Gatherer Ver 1.2 <<< ]
    [----------------------------------------------------------------------------------------]
    [ Total Time Running: 8 Hours, 33 Minutes and 1 Seconds ]
    [ Total Loads Done: 22 ]
    [ Woodcutting Levels Gained: 2 ]
    [ Yews Chopped and Banked: 555 ]
    [ Chopping Rate: 65 Logs/Hr ]
    [ WalkBacks: 1 ]
    [ Auto-Responds: 15 ]
    [ Current World: 35 ]
    [----------------------------------------------------------------------------------------]
    [ | Nick | Act | Loc | Wc Lvl | Axe | Loads | Logs | Time ]
    [ o | *** | F | Yew 1 | 64 | Addy | 22 | 555 | 511 min ]
    [----------------------------------------------------------------------------------------]

    Single Player proggie, also had a few 1-2 hours proggies but forgot to copy them. Great Script Zeph!

  14. #139
    Join Date
    Dec 2006
    Posts
    99
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    [----------------------------------------------------------------------------------------]
    [ >>> Zephyr's Draynor Yew Gatherer Ver 1.2 <<< ]
    [----------------------------------------------------------------------------------------]
    [ Total Time Running: 1 Hours, 22 Minutes and 42 Seconds ]
    [ Total Loads Done: 4 ]
    [ Woodcutting Levels Gained: 0 ]
    [ Yews Chopped and Banked: 108 ]
    [ Chopping Rate: 78 Logs/Hr ]
    [ WalkBacks: 0 ]
    [ Auto-Responds: 6 ]
    [ Current World: 51 ]
    [----------------------------------------------------------------------------------------]
    [ | Nick | Act | Loc | Wc Lvl | Axe | Loads | Logs | Time ]
    [ o | ***| F | Trees | 66 | Rune | 4 | 108 | 82 min]
    [----------------------------------------------------------------------------------------]

    Always gets stuck with the same 2 randoms. :/ The "Odd One Out" and.. the one with the 'classroom' and you have to answer the dragon's questions.

    - TaylorV
    /

  15. #140
    Join Date
    Mar 2007
    Posts
    562
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hmm when i start it, it just sits there and does nothing. it still says the scripts running and all. doesnt work with smart and without.

    haxor


    EDIT: i got it to move, it runs half way to trees and comes up with this error:
    [Runtime Error] : Type Mismatch in line 729 in script C:\Program Files\SCAR 3.14\includes\SRL/SRL/Core/Symbol.scar

  16. #141
    Join Date
    Apr 2007
    Location
    Perth, Australia
    Posts
    3,926
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by Haxor View Post
    hmm when i start it, it just sits there and does nothing. it still says the scripts running and all. doesnt work with smart and without.

    haxor


    EDIT: i got it to move, it runs half way to trees and comes up with this error:
    [Runtime Error] : Type Mismatch in line 729 in script C:\Program Files\SCAR 3.14\includes\SRL/SRL/Core/Symbol.scar
    Check out the first post. I've got the fix there. Its just a bug in SRL.

  17. #142
    Join Date
    Feb 2007
    Posts
    91
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    [----------------------------------------------------------------------------------------]
    [ March 22nd, 2008, 06:55:42 PM ]
    [----------------------------------------------------------------------------------------]
    [ >>> Zephyr's Draynor Yew Gatherer Ver 1.2 <<< ]
    [----------------------------------------------------------------------------------------]
    [ Total Time Running: 11 Hours, 39 Minutes and 35 Seconds ]
    [ Total Loads Done: 33 ]
    [ Woodcutting Levels Gained: 3 ]
    [ Yews Chopped and Banked: 857 ]
    [ Chopping Rate: 74 Logs/Hr ]
    [ WalkBacks: 1 ]
    [ Auto-Responds: 43 ]
    [ Current World: 81 ]
    [----------------------------------------------------------------------------------------]
    [ | Nick | Act | Loc | Wc Lvl | Axe | Loads | Logs | Time ]
    [ o | *** | F | Demon | 68 | Rune | 33 | 857 | 694 min ]
    [----------------------------------------------------------------------------------------]

    Another single player proggy for you, and its the number one proggy so far

  18. #143
    Join Date
    Apr 2007
    Location
    Perth, Australia
    Posts
    3,926
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by phatal View Post
    [----------------------------------------------------------------------------------------]
    [ March 22nd, 2008, 06:55:42 PM ]
    [----------------------------------------------------------------------------------------]
    [ >>> Zephyr's Draynor Yew Gatherer Ver 1.2 <<< ]
    [----------------------------------------------------------------------------------------]
    [ Total Time Running: 11 Hours, 39 Minutes and 35 Seconds ]
    [ Total Loads Done: 33 ]
    [ Woodcutting Levels Gained: 3 ]
    [ Yews Chopped and Banked: 857 ]
    [ Chopping Rate: 74 Logs/Hr ]
    [ WalkBacks: 1 ]
    [ Auto-Responds: 43 ]
    [ Current World: 81 ]
    [----------------------------------------------------------------------------------------]
    [ | Nick | Act | Loc | Wc Lvl | Axe | Loads | Logs | Time ]
    [ o | *** | F | Demon | 68 | Rune | 33 | 857 | 694 min ]
    [----------------------------------------------------------------------------------------]

    Another single player proggy for you, and its the number one proggy so far

    Hehe. We have a winner...

  19. #144
    Join Date
    Sep 2006
    Location
    Barrie, Canada
    Posts
    47
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This script is t3h sex. I'm ready to kick some phatal ass.

    RESERVED FOR PROGGIE
    I will also send you a great working free autoclicker, works like a charm. PM me!

  20. #145
    Join Date
    Feb 2007
    Posts
    91
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    [----------------------------------------------------------------------------------------]
    [ March 29th, 2008, 08:51:43 AM ]
    [----------------------------------------------------------------------------------------]
    [ >>> Zephyr's Draynor Yew Gatherer Ver 1.2 <<< ]
    [----------------------------------------------------------------------------------------]
    [ Total Time Running: 13 Hours, 34 Minutes and 23 Seconds ]
    [ Total Loads Done: 38 ]
    [ Woodcutting Levels Gained: 2 ]
    [ Yews Chopped and Banked: 922 ]
    [ Chopping Rate: 68 Logs/Hr ]
    [ WalkBacks: 2 ]
    [ Auto-Responds: 15 ]
    [ Current World: 13 ]
    [----------------------------------------------------------------------------------------]
    [ | Nick | Act | Loc | Wc Lvl | Axe | Loads | Logs | Time ]
    [ o | ** | T | Bank | 74 | Addy | 38 | 922 | 759 min ]
    [----------------------------------------------------------------------------------------]

    ^^ Beat my record! Great script Zeph!
    -btw I stopped it manually, because it was having a little problem switching worlds... so it would log out click switch worlds, world list wouldnt pop up, log in cut one log, then try to switch worlds again. Just figured I would let you know.

  21. #146
    Join Date
    Apr 2007
    Location
    Perth, Australia
    Posts
    3,926
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by phatal View Post
    [----------------------------------------------------------------------------------------]
    [ March 29th, 2008, 08:51:43 AM ]
    [----------------------------------------------------------------------------------------]
    [ >>> Zephyr's Draynor Yew Gatherer Ver 1.2 <<< ]
    [----------------------------------------------------------------------------------------]
    [ Total Time Running: 13 Hours, 34 Minutes and 23 Seconds ]
    [ Total Loads Done: 38 ]
    [ Woodcutting Levels Gained: 2 ]
    [ Yews Chopped and Banked: 922 ]
    [ Chopping Rate: 68 Logs/Hr ]
    [ WalkBacks: 2 ]
    [ Auto-Responds: 15 ]
    [ Current World: 13 ]
    [----------------------------------------------------------------------------------------]
    [ | Nick | Act | Loc | Wc Lvl | Axe | Loads | Logs | Time ]
    [ o | ** | T | Bank | 74 | Addy | 38 | 922 | 759 min ]
    [----------------------------------------------------------------------------------------]

    ^^ Beat my record! Great script Zeph!
    -btw I stopped it manually, because it was having a little problem switching worlds... so it would log out click switch worlds, world list wouldnt pop up, log in cut one log, then try to switch worlds again. Just figured I would let you know.
    Wow thats great. Thanks for posting.

    I'll see what I can do about the world switching.

  22. #147
    Join Date
    Mar 2007
    Location
    Montreal, Quebec
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Most of the time (for me) this script ends at one point. And when I check my proggie it says 'location: No gametab. Since when I log back on my char is right next to the trees and is not in an unsolvable random, what causes this? I would guess it's because it waits for too long = unacctivity = gets my comp to switch user screen and/or screensaver. How can I solve this?

    And, you say the script randomly loggs out every specified number of minutes for a specified number of minutes. Whats random in this?

    YOU SHOULD BE WORKING

  23. #148
    Join Date
    Jan 2008
    Location
    Muskegon MI
    Posts
    66
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default



    I get this when i run it. its apparently in the smart file, but all other scripts i use with smart seem to work. Please help?!?!?

    [Runtime Error] : Exception: Access violation at address 01A210AB in module 'Embedded SMART.dll'. Read of address 00000054 in line 48 in script C:\Program Files\SCAR 3.14\includes\SRL/SRL/misc/SMART.scar

  24. #149
    Join Date
    Feb 2007
    Posts
    91
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    btw i wont have any new proggies for awhile... my account got perm banned =/ but it was my fault for overuse. I still plan on making a new account and using again though so dont worry

  25. #150
    Join Date
    Apr 2007
    Location
    Perth, Australia
    Posts
    3,926
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by Iamk View Post
    Most of the time (for me) this script ends at one point. And when I check my proggie it says 'location: No gametab. Since when I log back on my char is right next to the trees and is not in an unsolvable random, what causes this? I would guess it's because it waits for too long = unacctivity = gets my comp to switch user screen and/or screensaver. How can I solve this?

    And, you say the script randomly loggs out every specified number of minutes for a specified number of minutes. Whats random in this?
    Hmm, I'm not sure of the reason. I've never gotten this problem. Perhaps its because of the reasons you stated. I'm assuming you're not using SMART (SMART works even if the screensaver comes up and chnages to the switch user screen). Maybe you could use SMART or perhaps turn off the random waiting by changing the constant (RandomlyWait or WaitRandomly I think its called).

    The script waits every 20 minutes either side of the minutes set in the constant for the number of minutes set plus a random 20 minutes.

    Quote Originally Posted by bradfootball33 View Post


    I get this when i run it. its apparently in the smart file, but all other scripts i use with smart seem to work. Please help?!?!?

    [Runtime Error] : Exception: Access violation at address 01A210AB in module 'Embedded SMART.dll'. Read of address 00000054 in line 48 in script C:\Program Files\SCAR 3.14\includes\SRL/SRL/misc/SMART.scar
    Its because in the script I've uploaded I've forgotten to un-include SMART.scar. If you want to run this script with SMART you must add SMART yourself(ie. add SmartSetup, SetTargetDC(SmartGetDC), etc).

    Quote Originally Posted by phatal View Post
    btw i wont have any new proggies for awhile... my account got perm banned =/ but it was my fault for overuse. I still plan on making a new account and using again though so dont worry
    Sorry bout your account. Thanks for using this script so much though .

Page 6 of 18 FirstFirst ... 4567816 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Zephyr's Karamja Fisher w/ Reflection
    By Shady? in forum RS3 Outdated / Broken Scripts
    Replies: 54
    Last Post: 04-16-2009, 04:13 PM
  2. Zephyr's AutoTalker
    By ZephyrsFury in forum RS3 Outdated / Broken Scripts
    Replies: 7
    Last Post: 07-05-2007, 03:27 PM
  3. Unicorn horn gatherer (BIG MONEY!)
    By script dump ur m0m in forum RS3 Outdated / Broken Scripts
    Replies: 6
    Last Post: 05-23-2007, 07:19 AM
  4. Zephyr's AutoTalker Ver 0.1
    By ZephyrsFury in forum First Scripts
    Replies: 4
    Last Post: 04-25-2007, 12:39 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •