Results 1 to 18 of 18

Thread: Duff's Clay Softener

  1. #1
    Join Date
    Feb 2011
    Location
    Earth
    Posts
    1,784
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default Duff's Clay Softener

    Duff's Clay Softener


    Status v 1.0: Working!


    This is my third script, second published script. I attempted to bring together what I have learned from the community into a useful script to give back to those that have helped me. Any comments or suggestions on how I can better the script would be greatly appreciated. It currently is fully functional, has enough failsafes to make it stable to run over long periods, and makes you money!



    Set-Up Instructions
    • Open script in Simba
    • Fill out DeclarePlayers procedure
    • Choose a starting location(Be very careful, valid locations are at the top of the script
    • Have regular Clay in first Bank slot, Soft Clay CANNOT be in the second bank slot
    • Run the script and post the proggy!


    Current Features
    • Multi-Player
    • Anti-Ban
    • Anti-Randoms
    • Progress Reports
    • Reflection Walking
    • Banking
    • Timed Breaks
    • SRL Stats


    Future Features
    • More Locations
    • Vial filling support
    • Color Walking


    Bugs
    • Some Timing Errors
    • Misclicking because of lag
    • Progress Report ugliness


    Sample Progress Report
    Progress Report:
    [==================================================================]
    [           Duffs Clay Softener by PatDuffy                        ]
    [==================================================================]
    [         Total Time Run: 3 Hours, 41 Minutes and 6 Seconds        ]
    [==================================================================]
    [ Total Clay Softened: 4144                                        ]
    [ Total Number of Loads: 148                                       ]
    [ Current Rate of: 1124 Softened Clay per Hour                     ]
    [ BanHammer Evaded : 151                                           ]
    [==================================================================]
    [ Player 0: lone                                                   ]
    [ Loads: 52                                                        ]
    [ Softened: 1456 Clay                                              ]
    [ Player Active: True                                              ]
    [==================================================================]
    [ Player 1: mpty                                                   ]
    [ Loads: 48                                                        ]
    [ Softened: 1344 Clay                                              ]
    [ Player Active: True                                              ]
    [==================================================================]
    [ Player 2: reak                                                   ]
    [ Loads: 48                                                        ]
    [ Softened: 1344 Clay                                              ]
    [ Player Active: True                                              ]
    [==================================================================]


    Credits
    • All the wonderful tutorial writers
    • The Devs who maintain SRL
    Last edited by PatDuffy; 03-10-2011 at 10:24 PM.

    Currently: Working on Defending&Attacking in my Castle-Wars Script
    Project Rebuild: 90M/170M

  2. #2
    Join Date
    Aug 2008
    Location
    Baarn, Netherlands
    Posts
    74
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    it doesnt work for me, it walks to the foutain but then it doesnt make the clay into soft clay. it immediatly walks back to the bank but there it stands till it logs out...

  3. #3
    Join Date
    Feb 2011
    Location
    Earth
    Posts
    1,784
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Ill check into this when I get home in a few hours

    EDIT: I ran the script on my computer and it banked correctly and continued to run. Can you please run the script again and give me more specifics about how it failed for you?
    Last edited by PatDuffy; 03-17-2011 at 05:00 PM.

    Currently: Working on Defending&Attacking in my Castle-Wars Script
    Project Rebuild: 90M/170M

  4. #4
    Join Date
    Aug 2008
    Location
    Baarn, Netherlands
    Posts
    74
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    this is what i get:

    Progress Report:
    Walking to Fountain
    [Reflection] Randoms var set!
    Clicked Clay
    Failed to find fountain
    Player could not be found
    Player is lost, logging out


    or

    Progress Report:
    Walking to Fountain
    [Reflection] Randoms var set!
    Clicked Clay
    Clicked Clay
    Failed to find fountain
    Found player at fountain
    Walking to bank
    Both banking methods failed
    Player is out of clay
    Player is lost, logging out

  5. #5
    Join Date
    Feb 2011
    Location
    Earth
    Posts
    1,784
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    I think I might know the problem, check your graphics settings. The color I used for water detection was taken from a browser with water detail set to low, brightness to max, and all un-needed animations set to minimum. Since the common error message in both of those debugs is "Failed to find fountain" I' guessing that's the problem.

    When I get a chance later, I'll change the fountain color to a Color Array so I can use colors from different graphics settings.

    Currently: Working on Defending&Attacking in my Castle-Wars Script
    Project Rebuild: 90M/170M

  6. #6
    Join Date
    Aug 2008
    Location
    Baarn, Netherlands
    Posts
    74
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ok, i shall try. thanx for the reactions

    edit: it works now, post proggy when im done
    Last edited by mr-sjb; 03-17-2011 at 05:32 PM.

  7. #7
    Join Date
    Aug 2008
    Location
    Baarn, Netherlands
    Posts
    74
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Progress Report:
    [==================================================================]
    [           Duffs Clay Softener by PatDuffy                        ]
    [==================================================================]
    [         Total Time Run: 1 Hours, 26 Minutes and 40 Seconds       ]
    [==================================================================]
    [ Total Clay Softened: 1484                                        ]
    [ Total Number of Loads: 53                                        ]
    [ Current Rate of: 1027 Softened Clay per Hour                     ]
    [ BanHammer Evaded : 56                                            ]
    [==================================================================]
    [ Player 0:  ***                                                 ]
    [ Loads: 53                                                        ]
    [ Softened: 1484 Clay                                                ]
    [ Player Active: True                                              ]
    [==================================================================]


    the progress report as promised
    Last edited by mr-sjb; 03-18-2011 at 08:12 AM.

  8. #8
    Join Date
    Feb 2011
    Location
    Earth
    Posts
    1,784
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks but next time could you use [Report][ /Report ] tags(without space) to make it easier to read?

    Currently: Working on Defending&Attacking in my Castle-Wars Script
    Project Rebuild: 90M/170M

  9. #9
    Join Date
    Aug 2008
    Location
    Baarn, Netherlands
    Posts
    74
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ok, i changed it

  10. #10
    Join Date
    Dec 2007
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    how much money/hr does this make?

  11. #11
    Join Date
    Aug 2008
    Location
    Baarn, Netherlands
    Posts
    74
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    dont know, maybe you can find it out by looking at my report, and look up the prices of clay and soft clay

  12. #12
    Join Date
    Feb 2011
    Location
    Earth
    Posts
    1,784
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Well due to fluctuating clay and soft clay prices, I would say somewhere between 50k-80k an hour with no skills at all. That's doing around 1k-1.1k clay an hour with a 40-60 price gap between clay and soft clay.

    Currently: Working on Defending&Attacking in my Castle-Wars Script
    Project Rebuild: 90M/170M

  13. #13
    Join Date
    Mar 2011
    Posts
    48
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Running it now
    It's still going but the current proggie is..
    [================================================== ================]
    [ Duffs Clay Softener by PatDuffy ]
    [================================================== ================]
    [ Total Time Run: 1 Hours, 2 Minutes and 10 Seconds ]
    [================================================== ================]
    [ Total Clay Softened: 1064 ]
    [ Total Number of Loads: 38 ]
    [ Current Rate of: 1026 Softened Clay per Hour ]
    [ BanHammer Evaded : 39 ]
    [================================================== ================]
    [ Player 0: *** ]
    [ Loads: 38 ]
    [ Softened: 1064 Clay ]
    [ Player Active: True ]
    [================================================== ================]

  14. #14
    Join Date
    Feb 2011
    Location
    Earth
    Posts
    1,784
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks! Glad to see people actually using it

    Currently: Working on Defending&Attacking in my Castle-Wars Script
    Project Rebuild: 90M/170M

  15. #15
    Join Date
    Sep 2008
    Posts
    352
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by PatDuffy View Post
    Thanks! Glad to see people actually using it
    - After i get my nubs to a decent cb level ill b using this as well ^^

  16. #16
    Join Date
    Jun 2007
    Location
    Netherlands
    Posts
    137
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    [================================================== ================]
    [ Duffs Clay Softener by PatDuffy ]
    [================================================== ================]
    [ Total Time Run: 3 Hours, 36 Minutes and 3 Seconds ]
    [================================================== ================]
    [ Total Clay Softened: 2800 ]
    [ Total Number of Loads: 100 ]
    [ Current Rate of: 777 Softened Clay per Hour ]
    [ BanHammer Evaded : 92 ]
    [================================================== ================]
    [ Player 0: *** ]
    [ Loads: 100 ]
    [ Softened: 2800 Clay ]
    [ Player Active: True ]
    [================================================== ================]
    It got stuck in pinball random and kept logging in and out. That's why the clay per hour is so low, don't know for how long it has been in pinball but on my previous run the clay per hour was around 1,4k.(I'm not sure could be my memory failing me. Forgot to save that proggie though..)
    The script works fine
    Last edited by autoerforlife; 04-12-2011 at 10:39 PM.
    This week is exam week, after that I'll start making my first script

    I've been away for a while, reading about the updates i've missed now

  17. #17
    Join Date
    Feb 2011
    Location
    Earth
    Posts
    1,784
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Glad to know it's still working since I havent updated it in around 2 weeks, thanks for the proggy!

    Currently: Working on Defending&Attacking in my Castle-Wars Script
    Project Rebuild: 90M/170M

  18. #18
    Join Date
    Jun 2007
    Location
    Netherlands
    Posts
    137
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hmm I'm running it again now, it worked fine but after a while it started switching players every time it banked and every time it was at the fountain.
    But I'm only using 1 player so it logs me out and logs me back in immediately..
    Could you please look into that?
    This week is exam week, after that I'll start making my first script

    I've been away for a while, reading about the updates i've missed now

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
  •