Page 2 of 3 FirstFirst 123 LastLast
Results 26 to 50 of 61

Thread: HERR Blore!

  1. #26
    Join Date
    Mar 2010
    Posts
    152
    Mentioned
    1 Post(s)
    Quoted
    56 Post(s)

    Default

    Hmmm another problem im afraid, when making potions the script fails to bank the finished potion and withdraws the herbs again, as there is no room to withdraw the vials it assumes there is none and stops the script as if it has finished.
    Anyone else had that happen?

    Edit: It works if decant is true, but doesnt work if decant is false.
    Last edited by GREEN GIANT; 03-16-2010 at 01:49 PM.

  2. #27
    Join Date
    Mar 2010
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Where can i download scar 3.23?

  3. #28
    Join Date
    Mar 2010
    Posts
    152
    Mentioned
    1 Post(s)
    Quoted
    56 Post(s)

    Default

    Quote Originally Posted by NCDS View Post
    Update your SRL to the Open Dev revision and move your plugins.

    http://villavu.com/forum/showthread.php?t=47714

    Follow that link if you want the latest Scar, and the instuctions on how to properly install it

  4. #29
    Join Date
    Mar 2010
    Posts
    152
    Mentioned
    1 Post(s)
    Quoted
    56 Post(s)

    Default

    Hi again, been using the script to much success, it works great
    I want to start making Lantadme potions now though, can any one point me in the right direction on how to edit the script to do this?

  5. #30
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    6,136
    Mentioned
    28 Post(s)
    Quoted
    17 Post(s)

    Default

    GREEN GIANT asked me how to expand Herr Blore.

    Before we go: Two thing you must understand is: One. this script is entirely build around bitmaps. It was for me the easiest way to get it done. Two. My scripts are not known for their beauty. In fact I am a lazy coder. Once I set off, I seldomly enhance my code. But my scripts have something special: I observe them. For weeks I test and test and test, til I get it right. Usually once I release a script, it is worth it's value.

    This is how it works:

    1. I make screenshots and extract (crop) the bitmaps in Photoshop.




    grimy ranarr





    grimy ranarr blowup

    In Scar I make bitmaps using Picture To String... and name them. I do the same thing with Vials, second ingredients, Potions and unfinished potions. If you want to study their boundaries you can reverse engineer them in scar. Copy the bitmap part between the "" quotes and perform String To Picture...


    2. I declare a lot of global variables, one for each bitmap I added to SetIngredients. Lazy, I know, should have been coded with a Type.

    3. In my functions I do a lot of bitmap finding and counting. If you know a little bit of coding, you should be able to wade yourself through the logic. The functions are that poorly coded...it's fawki-style

    4. My main loop is...and I must admit...the most horrible one I ever written. I have never been more goal oriented.

    So how to adjust Herr Blore yourself.

    1. Make bitmaps for
    1. grimy and clean Lantadyme, (reverse engineer my bitmaps for grimy... and clean... and copy them)
    2. the second ingredient
    3. the unf pot
    4. the finished potion(3).
    5. the finished potion(4).


    2. Declare them as globals.

    4. Add to the function SetIngredients your own Case:

    SCAR Code:
    'lantadyme':                                 // Attack Pots
            begin
                GrimyH  := yourGrimyLanta;
                CleanH  := yourCleanLanta;
                CleanXP := 2.5;
                PotXP   := 25;
                UnfPot  := yourUnfLanta;
                SecondIngredient := yourSecondIngredient;
                The3Pot := yourPot3;
            end;                                // Energy Pots

    4. Done.
    SRL is a Library of routines made by the SRL community written for the Program Simba.
    We produce Scripts for the game Runescape.

  6. #31
    Join Date
    Mar 2010
    Posts
    152
    Mentioned
    1 Post(s)
    Quoted
    56 Post(s)

    Default

    Thanks dude your a legend, ill have a good go at this and let you know how i get on

  7. #32
    Join Date
    Feb 2008
    Location
    Pennsylvania
    Posts
    129
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Works well. Herb prices seem to be dropping :/ and idk if i want to invest all my money in herbs only to find by the time i sell the potions i end up losing money.
    <============== - Progress Report ===============>
    Time Running 44 Minutes and 37 Seconds
    54 Runs.
    Cleaned 756 irits
    Clean XP 13305.6
    Pot XP 0
    Total XP 13305.6
    Unfinished 0 Potions
    Made 0 Potions
    Decanted 0 Potions
    Óut of Suplies
    A common mistake that people make when trying to design something completely foolproof is to underestimate the ingenuity of complete fools.

    http://www.stats.srl-forums.com/sigs/4360.png

  8. #33
    Join Date
    Mar 2010
    Posts
    152
    Mentioned
    1 Post(s)
    Quoted
    56 Post(s)

    Default

    GGGRRRR the annoyance....did as explained cropped lil images of both clean, grimy and unfpot and inputted them into script, but qhen i run the script it just says "out of supplies" is there a trick to getting a perfect lil picture?

    EDIT :: SORTED!! Turns out my bitmaps had a little tiny piece of backround in them thus rendering them different
    Thanks again FAKAWI!
    Last edited by GREEN GIANT; 03-19-2010 at 08:46 PM.

  9. #34
    Join Date
    Sep 2006
    Location
    include srl/srl.scar ( aussie)
    Posts
    2,875
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by nikos View Post
    Works well. Herb prices seem to be dropping :/ and idk if i want to invest all my money in herbs only to find by the time i sell the potions i end up losing money.
    <============== - Progress Report ===============>
    Time Running 44 Minutes and 37 Seconds
    54 Runs.
    Cleaned 756 irits
    Clean XP 13305.6
    Pot XP 0
    Total XP 13305.6
    Unfinished 0 Potions
    Made 0 Potions
    Decanted 0 Potions
    Óut of Suplies
    They are being dumped atm (merchanting clans are selling out, expect them to go down more)

  10. #35
    Join Date
    Feb 2008
    Location
    Pennsylvania
    Posts
    129
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Fakawi, the script does not deposit prayer potions(3) and continues to withdraw grimmy ranarr. (when CleanHerbs: true, MakeUnfs: true, MakePots: true, Decant: false )
    I made MakePots: false and it ran fine but MakePots needs to deposit or check to see if it deposited.
    EDIT: I believe it works if you decant the potions but idk why you would do that its not like you make more money. correct me if im wrong..
    Last edited by nikos; 03-25-2010 at 01:15 AM.
    A common mistake that people make when trying to design something completely foolproof is to underestimate the ingenuity of complete fools.

    http://www.stats.srl-forums.com/sigs/4360.png

  11. #36
    Join Date
    Oct 2006
    Location
    Scandinavia
    Posts
    188
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by GREEN GIANT View Post
    Yeah i did that but still.... it hovers where the INV tab would be next to skills tab etc maybe the colour of the tab is confusing it?
    Have the same problem when I trie to test it with Grimy Avantoes.

    Difference to the quote is that I think I have the answer where the problem lies. I'm running Windows 7 64-bit.

    As the noob that I am, is there a way to make scar run as 32-bit? I will look for it in google and edit this out if I find the answer.
    Last edited by Cazabacca; 03-30-2010 at 07:42 PM.
    ~Caza

    Above & Beyond <3

  12. #37
    Join Date
    Mar 2010
    Posts
    119
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I also ran into the issue of prayer potions not being deposited. It will continue to withdraw and clean ranarrs.

    Well, I made an temporary fix for this.
    Change line 942 to
    Grimy2Unf(GrimyH, CleanH, True);
    Is it intentional that it misses cleaning some herbs and goes back for them?

    Are there any plans for supporting multiple seconds? (Harralander/Red spider eggs -> Restore potion is actually pretty decent exp.)
    Last edited by ForgotMyName; 04-05-2010 at 05:21 PM.
    Wow. I've been gone a very long time indeed. So much has changed.

  13. #38
    Join Date
    Mar 2010
    Posts
    152
    Mentioned
    1 Post(s)
    Quoted
    56 Post(s)

    Default

    Hi sorry to bother you again
    I made my own bitmaps for lantadymes that worked perfectly, so i decided to make my own for cadantine, but for some reason when im cleaning cadantines it will clean them then try to clean them a second time instead of just cleaning the ones it missed out :/
    Its not because my bitmaps for clean and grimy are similar because iv chnaged both but still it will not work
    Would it be possible for someone to maybe try it out an get back to me with your results?
    Thanks

    EDIT : If anyone is interested i fixed this problem by changing the tolerance of both grimy and clean cadantines to 15, works like a dream now
    Last edited by GREEN GIANT; 04-21-2010 at 12:17 AM.

  14. #39
    Join Date
    Mar 2010
    Posts
    152
    Mentioned
    1 Post(s)
    Quoted
    56 Post(s)

    Default

    Yet another post by me
    Newest problem is that the script constantly logs me out thinking i have ran out of supplies, when i have plenty in the bank. This is annoying as i like to leave the script to clean a few thousand herbs whilst i do other things, but somtimes return to find out it has cleaned 1 inv then logged me out.

    Any chance someone can alter the script to take away the logging out procedure for running out of supplies?

    Thanks

    This script is awesome btw cleaned over 200k herbs so far

  15. #40
    Join Date
    Oct 2006
    Location
    Scandinavia
    Posts
    188
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Cazabacca View Post
    Have the same problem when I trie to test it with Grimy Avantoes.

    Difference to the quote is that I think I have the answer where the problem lies. I'm running Windows 7 64-bit.

    As the noob that I am, is there a way to make scar run as 32-bit? I will look for it in google and edit this out if I find the answer.
    BTW this problem only came out with grimy avantoes. Kwuarms etc work perfectly. The 64-bit was no problem at all.

    @GREEN GIANT: Don't double post, just edit your last post instead. As for your problem, I have not had any problems with cleaning herbs.
    ~Caza

    Above & Beyond <3

  16. #41
    Join Date
    Oct 2009
    Posts
    165
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Time Running 31 Minutes and 56 Seconds
    35 Runs.
    Cleaned 490 irits
    Clean XP 4312
    Pot XP 0
    Total XP 4312
    Unfinished 490 Potions
    Made 0 Potions
    Decanted 0 Potions
    happy birthday!!!???

  17. #42
    Join Date
    Mar 2010
    Posts
    61
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    <============== - Progress Report ===============>
    Time Running 2 Hours, 58 Minutes and 19 Seconds
    138 Runs.
    Cleaned 1932 harralanders
    Clean XP 24343.2
    Pot XP 0
    Total XP 24343.2
    Unfinished 0 Potions
    Made 0 Potions
    Decanted 0 Potions
    Óut of Suplies
    Successfully executed
    -----------------------------------------------

    Epic . Except it did 4000 harralanders, not 1932. Just noticed o.O.

    EDIT: Another thing I noticed is when making the harralanders unf. pots, it always logged me out at 20 minutes (a few different times), saying it couldn't find any herbs. But there were herbs in my inventory and bank tab for it to use. Not sure exactly what it means but still kudos

    EDIT:

    Time Running 1 Hours, 17 Minutes and 42 Seconds
    63 Runs.
    Cleaned 882 avantoes
    Clean XP 8820
    Pot XP 0
    Total XP 8820
    Unfinished 882 Potions
    Made 0 Potions
    Decanted 0 Potions
    Last edited by chaoyd; 05-04-2010 at 11:33 PM.

  18. #43
    Join Date
    Aug 2009
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Failed when compiling
    Line 270: [Error] (15530:1): Invalid number of parameters in script C:\Users\tommo\Desktop\scarprerelease\includes\SRL \SRL\Core\AntiRandoms\Sandwich.scar


    I get that, tried everything , can't get it to work.
    Last edited by tommo9999; 05-14-2010 at 07:57 PM.

  19. #44
    Join Date
    Jan 2010
    Posts
    5,227
    Mentioned
    6 Post(s)
    Quoted
    60 Post(s)

    Default

    tommo, you need to move your plugins.

  20. #45
    Join Date
    Aug 2009
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I have. copied all files from place inside plugins folder, except the simba folder, to the plugins folder.

  21. #46
    Join Date
    Jan 2010
    Posts
    5,227
    Mentioned
    6 Post(s)
    Quoted
    60 Post(s)

    Default

    Well you're doing something wrong.

  22. #47
    Join Date
    Mar 2007
    Posts
    3,116
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    You need scar 3.23
    Last edited by MylesMadness; 05-15-2010 at 05:10 PM.

  23. #48
    Join Date
    Jan 2010
    Posts
    5,227
    Mentioned
    6 Post(s)
    Quoted
    60 Post(s)

    Default

    ^ ++.

  24. #49
    Join Date
    May 2006
    Location
    West Coast
    Posts
    820
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Fakawi still plugging away ! Good to see

  25. #50
    Join Date
    Jan 2007
    Posts
    8,876
    Mentioned
    123 Post(s)
    Quoted
    327 Post(s)

    Default

    Quote Originally Posted by MylesMadness View Post
    You need scar 2.23
    3.23*

    tommo9999: Check Coh3n's tutorial on downloading scar

Page 2 of 3 FirstFirst 123 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
  •