Page 4 of 4 FirstFirst ... 234
Results 76 to 86 of 86

Thread: iCleaner [Herblore] [Grimy herb cleaner]

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

    Default

    thx freeweed, that worked for me

    script seems good, it just cleans kinda slow.

    And every load it examines the first herb -> if this is antiban, i don't think it's neccesary doing it every load ?

    + in bank it clicks withdraw 'x', followed by typing '28' for like 1 out of 2 loads. Does it really need to do this so many times ? Just at start is enough no ?

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

    Default

    Quote Originally Posted by Yobesti View Post
    thx freeweed, that worked for me

    script seems good, it just cleans kinda slow.

    And every load it examines the first herb -> if this is antiban, i don't think it's neccesary doing it every load ?

    + in bank it clicks withdraw 'x', followed by typing '28' for like 1 out of 2 loads. Does it really need to do this so many times ? Just at start is enough no ?
    If you don't want it to examine the herbs just remove it from the antiban, the withdraw x thing is SRL.

    --

    Also sorry everyone, my pest control and soul wars scripts are not going to be released very soon, since im working on a java based bot.

  3. #78
    Join Date
    Jan 2012
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by iCURiP View Post
    If you don't want it to examine the herbs just remove it from the antiban, the withdraw x thing is SRL.
    Ok thanks !

    PS; What about making it clean faster ? What value should i change ?
    is it this one ?
    Code:
                 MouseItem(Pattern[ISlot], 1);
                 wait(5 + Random(50));    <<===
    Grtz
    Yobesti

  4. #79
    Join Date
    Dec 2011
    Posts
    128
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Yobesti View Post
    Ok thanks !

    PS; What about making it clean faster ? What value should i change ?
    is it this one ?
    Code:
                 MouseItem(Pattern[ISlot], 1);
                 wait(5 + Random(50));    <<===
    Grtz
    Yobesti

    You can't really make it faster, that 50 wait is pretty much 1/20 of a second at max, most of the time its even smaller than that, which is needed to make all of your clicks not at the same intervals, the main reason it is slowish is because its a color bot and it has to search the screen which takes a couple of seconds.

  5. #80
    Join Date
    Dec 2011
    Posts
    1,162
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Has anyone added soul wars bank?

  6. #81
    Join Date
    Feb 2006
    Location
    Weed Ca
    Posts
    146
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Smile

    Quote Originally Posted by iCURiP View Post
    If you don't want it to examine the herbs just remove it from the antiban, the withdraw x thing is SRL.

    --

    Also sorry everyone, my pest control and soul wars scripts are not going to be released very soon, since im working on a java based bot.
    To become a better scripter I suggest going through the srl functions/procedures and editing/make your own designed just for this script. #1 srl is just a bunch of very general code made for a broad use. If you make your own 99% of the time youll have a better and I guarantee a faster script. I threw in some of my own premade stuff like a banking procedure and moved the herb closer to the inventory in bank, and so on ext.... I'd show you but since this is a first script you might as well work on it yourself, if you plan to move on to better

    Most normal players wont keep entering manually 28. you can have it check the menu text to see what value its already at.

    An alternative would be just have it do withdraw on occasion or 50/50 between withral 28 and all. What ever floats your boat.
    Have fun always

    Taken from Boreas
    [CODE]If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly. - put this in your sig[/CODE]

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

    Default

    Quote Originally Posted by Mr. Freeweed View Post
    To become a better scripter I suggest going through the srl functions/procedures and editing/make your own designed just for this script. #1 srl is just a bunch of very general code made for a broad use. If you make your own 99% of the time youll have a better and I guarantee a faster script. I threw in some of my own premade stuff like a banking procedure and moved the herb closer to the inventory in bank, and so on ext.... I'd show you but since this is a first script you might as well work on it yourself, if you plan to move on to better

    Most normal players wont keep entering manually 28. you can have it check the menu text to see what value its already at.

    An alternative would be just have it do withdraw on occasion or 50/50 between withral 28 and all. What ever floats your boat.
    This was my first simba script but i have improved a lot since this, and i now have working pest control + soul wars scripts, although i have temporarily taken a break from pascal as Java is my preferred language, I'm working on a java based bot client at the moment.

    iPestControl: http://www.youtube.com/watch?v=96gWn_CVa8A
    iSoulwars: http://www.youtube.com/watch?v=eag3r6y-FIQ
    Last edited by iCURiP; 01-12-2012 at 08:21 PM.

  8. #83
    Join Date
    Nov 2011
    Posts
    93
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Are u ggoing to release iSoulwars or iPestControl to public?

  9. #84
    Join Date
    Dec 2011
    Location
    Toronto, Ontario
    Posts
    6,424
    Mentioned
    84 Post(s)
    Quoted
    863 Post(s)

    Default

    Quote Originally Posted by imaloser View Post
    Good stuff man, I'm tryna hoan on m pascal language as we speak lol.

    (:
    English first lol.

  10. #85
    Join Date
    Dec 2011
    Posts
    128
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by S1N View Post
    English first lol.
    I like this post tbh

    -- On a side note --
    After taking a break from simba, I'm slowly getting back into it again, currently just making a falconry bot, then i may start work on my soul wars script again depending on how i feel.

  11. #86
    Join Date
    Feb 2012
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I got error

    "Exception in Script: Unable to find file 'SRL/SRL.scar' used from ''

Page 4 of 4 FirstFirst ... 234

Thread Information

Users Browsing this Thread

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

Tags for this Thread

Posting Permissions

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