Page 3 of 4 FirstFirst 1234 LastLast
Results 51 to 75 of 79

Thread: [COL] EvilChicken!'s Varrock Smither!

  1. #51
    Join Date
    Jul 2007
    Location
    Norway.
    Posts
    1,938
    Mentioned
    3 Post(s)
    Quoted
    0 Post(s)

    Default

    Guys, I have both good and bad news.

    The good news: I updated the script and added SMS stats.
    The bad news: I can't give you the update until the bitmaps for the various bars have been updated in SRL, it seems as if they are broken. Oh, and once we're at it; the hammer BMP needs to be updated too.

    If someone could provide useful bitmaps for the mentioned objects, I'd commit them and release the update.

  2. #52
    Join Date
    Apr 2007
    Location
    Colchester, UK
    Posts
    1,220
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    got it to work.

    had to change you hammer finding to
    Simba Code:
    if (FindBitmapToleranceIn(hammerbmp, X, Y, MIX1, MIY1, MIX2, MIY2, 15)) then

    your way of initialising it first didnt work but this way did.

    i used this bitmap for iron bar (hope its right)
    Simba Code:
    iron bar:= BitmapFromString(6, 6, 'meJyzs3e0A6PAwBAIQuMCkbKyKhCR' +
            'J4IsCAA0ohye');
    steel bar := BitmapFromString(6, 6, 'meJyLi0uKQ0JV1Q1mZhbIXIgIHJEn' +
            'AhEEANoTIws=');
    Progress Report:
    Status: /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
    Status: |     SRL Randoms Report       |
    Status: |       www.villavu.com        |
    Status: |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
    Status: \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
    
    <!---
    <! EvilChicken!'s Varrock Smither  v0.8
    <!---
    <! Total runtime:                  20 Minutes and 5 Seconds
    <! Players active:                 1 out of 1
    <! Total smithing XP gained:       12175
    <! -> XP gained per hour:          36343
    <! Total levels gained:            7
    <! Total amount of items smithed:  137
    <! -> Items made per hour:         408
    <! > Kiteshields made:             9
    <! > 2-handed swords made:         45
    <! > Platelegss made:              45
    <! > Platebodys made:              38
    <!---
    <! ## | Nick | A | L: | Smithing item: | #items: | XP:    | Location: | Status:      | Rand:
    <! 0  | est  | T | 35 | Platebody      | 137     | 12175  | GetBestItemID| WithdrawBars | 
    <!---
    Last edited by Bobzilla69; 12-08-2010 at 09:56 PM.

  3. #53
    Join Date
    Oct 2010
    Location
    Brasil PR Ponta Grossa
    Posts
    96
    Mentioned
    1 Post(s)
    Quoted
    9 Post(s)

    Default

    smart dont open and apear that
    25 PM || Player #0 Started script.
    12:49:35 PM || Player #0 is now inactive. Unable to get player smithing level. GetAllLevels is broken?
    12:49:38 PM || Player #0 Setup on all players failed.

  4. #54
    Join Date
    Feb 2009
    Location
    Irvine, CA
    Posts
    2,873
    Mentioned
    8 Post(s)
    Quoted
    138 Post(s)

    Default

    Quote Originally Posted by otavioafm View Post
    smart dont open and apear that
    25 PM || Player #0 Started script.
    12:49:35 PM || Player #0 is now inactive. Unable to get player smithing level. GetAllLevels is broken?
    12:49:38 PM || Player #0 Setup on all players failed.
    try following instructions. Original thread states to read script for instructions.

    in the script, line 84 says "To use SMART, uncomment the "include"-line above.

    Also, if you read the last few posts, you'd know that this script isn't really in working condition right now.

  5. #55
    Join Date
    Oct 2010
    Posts
    52
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    could there be a support for sc hammers?

  6. #56
    Join Date
    Jul 2007
    Location
    Norway.
    Posts
    1,938
    Mentioned
    3 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by renafox View Post
    could there be a support for sc hammers?
    If you could provide me with a bitmap? Or, I could maybe find one myself. Maybe.


    @everybody: .. alright, I'll update the bitmaps and everything myself.. When I get home or something, probably tonight. And I guess I'll go bitmap hunting if no one is willing to help me out.

  7. #57
    Join Date
    Apr 2007
    Location
    Colchester, UK
    Posts
    1,220
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by EvilChicken! View Post
    @everybody: .. alright, I'll update the bitmaps and everything myself.. When I get home or something, probably tonight. And I guess I'll go bitmap hunting if no one is willing to help me out.
    i posted some above
    Simba Code:
    iron bar:= BitmapFromString(6, 6, 'meJyzs3e0A6PAwBAIQuMCkbKyKhCR' +
            'J4IsCAA0ohye');
    steel bar := BitmapFromString(6, 6, 'meJyLi0uKQ0JV1Q1mZhbIXIgIHJEn' +
            'AhEEANoTIws=');

    posted what i needed so far.

    when i need to smelt the other i will post some

  8. #58
    Join Date
    Oct 2010
    Posts
    52
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    PHP Code:
    SRL Compiled in 16 msec
    SMART Initialized
    .
    LoadedServer 90MembersFalseSignedTrueSuper DetailFalse.
    Sleeping approxevery 01h 00splus upto 09m 00s of added randomness.
    Sleeping for 06m 00s every break, plus upto 06m 00s of added randomness.
    11:24:31 PM || Player #0 Started script.
    1
    2
    4
    Welcome to Runescape
    .
    ***********
    5
    1
    2
    11
    :24:56 PM || Player #0 Player's smithing level is 89.
    11:24:57 PM || Player #0 Distance from player to bank symbol: 372 
    stops there and doesnt move

    waited for like 10mins and still nothing

  9. #59
    Join Date
    Oct 2010
    Location
    Brasil PR Ponta Grossa
    Posts
    96
    Mentioned
    1 Post(s)
    Quoted
    9 Post(s)

    Default

    what is going on?, smart don't open and i am geting that.

    SRL Compiled in 16 msec
    Sleeping approx. every 01h 00s, plus upto 09m 00s of added randomness.
    Sleeping for 06m 00s every break, plus upto 06m 00s of added randomness.
    12:16:55 PM || Player #0 Started script.
    12:17:04 PM || Player #0 is now inactive. Unable to get player smithing level. GetAllLevels is broken?
    12:17:05 PM || Player #0 Setup on all players failed.
    Successfully executed.

  10. #60
    Join Date
    Oct 2010
    Location
    Brasil PR Ponta Grossa
    Posts
    96
    Mentioned
    1 Post(s)
    Quoted
    9 Post(s)

    Default

    i uncoment line 77 and 78 and smart dont open

  11. #61
    Join Date
    May 2006
    Posts
    151
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Reading. It's a useful skill. I already explained how to get SMART to work earlier in the thread - have a look.

  12. #62
    Join Date
    Jul 2007
    Location
    Norway.
    Posts
    1,938
    Mentioned
    3 Post(s)
    Quoted
    0 Post(s)

    Default

    This script has now been updated; version 0.9 is out.

    Continuous detection of best available item to smith seems to fail for me, I can't bother to stress with that for now -- if anyone wants to take a shot at looking into it, it would be greatly appreciated.

    Otherwise, this script should be in a perfectly functional state. Enjoy!

  13. #63
    Join Date
    Aug 2007
    Posts
    984
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Ran 4 times failed 3/4 can't select throwing knife correctly.
    Last edited by Becks; 12-26-2010 at 08:49 AM.
    SRL > Runescape

    Quote Originally Posted by brent8900 View Post
    when i download it its a FAWG.rar how to i get it to FAWG.exe

  14. #64
    Join Date
    Jul 2007
    Location
    Norway.
    Posts
    1,938
    Mentioned
    3 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Becks View Post
    Ran 4 times failed 3/4 can't select throwing knife correctly.
    Too big of a mousebox, or are the coordinates off?

  15. #65
    Join Date
    Aug 2007
    Posts
    984
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by EvilChicken! View Post
    Too big of a mousebox, or are the coordinates off?
    I think to big of a mouse box. It was clicking above but the other time it clicked directly on it.
    SRL > Runescape

    Quote Originally Posted by brent8900 View Post
    when i download it its a FAWG.rar how to i get it to FAWG.exe

  16. #66
    Join Date
    Sep 2008
    Location
    My House
    Posts
    519
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Good script I like it. Though it has troubles finding the bank and the anvil when the symbols are outside the actual building. Also when finding the anvil after it tries the FindObjectRecord and starts to try the SmartColors it tends to not find it. Like it finds it and hovers over all the colors on the anvil but doesn't click the anvil like it hasn't found it and is still searching. Like the script though Rep++
    Still learning to code in Simba.

  17. #67
    Join Date
    Aug 2008
    Location
    Finland
    Posts
    2,851
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    Stopped when standing in front of the bank booth, with 2 bars in inventory.
    Progress Report:
    Status: /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
    Status: |     SRL Randoms Report       |
    Status: |       www.villavu.com        |
    Status: |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
    Status: \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
    
    <!---
    <! EvilChicken!'s Varrock Smither  v0.9
    <!---
    <! Total runtime:                  39 Minutes and 23 Seconds
    <! Players active:                 0 out of 1
    <! Total smithing XP gained:       37500
    <! -> XP gained per hour:          57107
    <! Total levels gained:            1
    <! Total amount of items smithed:  200
    <! -> Items made per hour:         304
    <! > Platebodys made:              200
    <!---
    <! ## | Name | A | L: | Smithing item: | #items: | XP:    | Location: | Status:      | Rand:
    <! 0  | **** | F | 61 | Platebody      | 200     | 37500  | Bank_Open | LostTowardsBank| 
    <!---


    This one was stopped when it found a mod
    Progress Report:
    Status: /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
    Status: |     SRL Randoms Report       |
    Status: |       www.villavu.com        |
    Status: |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
    Status: | Mods Found        :        2 |
    Status: \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
    
    <!---
    <! EvilChicken!'s Varrock Smither  v0.9
    <!---
    <! Total runtime:                  1 Hours, 26 Minutes and 40 Seconds
    <! Players active:                 0 out of 1
    <! Total smithing XP gained:       64688
    <! -> XP gained per hour:          44775
    <! Total levels gained:            2
    <! Total amount of items smithed:  345
    <! -> Items made per hour:         238
    <! > Platebodys made:              345
    <!---
    <! ## | Name | A | L: | Smithing item: | #items: | XP:    | Location: | Status:      | Rand:
    <! 0  | ****| F | 63 | Platebody      | 345     | 64688  | Login Failed| LostTowardsBank| 
    <!---
    Last edited by marpis; 01-15-2011 at 01:16 PM.

  18. #68
    Join Date
    Sep 2008
    Location
    My House
    Posts
    519
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I may modify the script for personal use becuase I am still having problems with the walking. I may just make it walk to a point. I am only using it for a couple hours, and I don't care if I get banned. This account is only for getting money for free trade to trade to my main. Nice script otherwise.
    Still learning to code in Simba.

  19. #69
    Join Date
    Mar 2009
    Location
    Norway
    Posts
    493
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Norway rules!

    Oh, and I see you put a lot of effort in this script, so it's a shame it's not working so well. In an overcrowded bank the script won't detect the bank symbol and log out even tho' my character is standing in the middle of the bank. Reflection would work like a charm here!

  20. #70
    Join Date
    Jul 2007
    Location
    Norway.
    Posts
    1,938
    Mentioned
    3 Post(s)
    Quoted
    0 Post(s)

  21. #71
    Join Date
    Apr 2008
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Seems really buggy for me, initially had the same problem as becks, not selecting throwing knives, i fixed that with a simple tweak but its still really buggy and never manages to complete more than 2 invos

  22. #72
    Join Date
    Aug 2007
    Location
    Where do you live?
    Posts
    934
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Progress Report:
    Status: /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
    Status: |     SRL Randoms Report       |
    Status: |       www.villavu.com        |
    Status: |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
    Status: \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
    
    <!---
    <! EvilChicken!'s Varrock Smither  v0.9
    <!---
    <! Total runtime:                  47 Minutes and 40 Seconds
    <! Players active:                 1 out of 1
    <! Total smithing XP gained:       38812
    <! -> XP gained per hour:          48838
    <! Total levels gained:            0
    <! Total amount of items smithed:  621
    <! -> Items made per hour:         781
    <! > Crossbow boltss made:         621
    <!---
    <! ## | Name | A | L: | Smithing item: | #items: | XP:    | Location: | Status:      | Rand:
    <! 0  | **** | T | 81 | Crossbow bolts | 621     | 38812  | LostNoAnvil| WithdrawBars | 
    <!---

    Still runs nice... But it does have trouble with finding anvil.. Other than that there aren't really any problems with it..

  23. #73
    Join Date
    Sep 2010
    Location
    Northern Kentuckeh
    Posts
    759
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    I am not sure if you are still updating this but have you thought about adding support for the Golden Hammer?

  24. #74
    Join Date
    Nov 2008
    Location
    Canada
    Posts
    159
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    I agree with the above post, would be great
    I run in triangles because circles are for squares.

  25. #75
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    Progress Report:
    <!---
    <! EvilChicken!'s Varrock Smither  v0.9
    <!---
    <! Total runtime:                  7 Minutes and 37 Seconds
    <! Players active:                 0 out of 1
    <! Total smithing XP gained:       2025
    <! -> XP gained per hour:          15917
    <! Total levels gained:            5
    <! Total amount of items smithed:  54
    <! -> Items made per hour:         424
    <! > 2-handed swords made:         54
    <!---
    <! ## | Name | A | L: | Smithing item: | #items: | XP:    | Location: | Status:      | Rand:
    <! 0  | | F | 20 | 2-handed sword | 54      | 2025   | SmithItemInQueue| NoSmithScreen| 
    <!---


    Was going smoothly, then it said it failed finding anvil using record, it tried to use SmartColors, and the mouse was on the anvil moving around slightly over and over until the failsafe kicked in and logged me of. (I think it forgot to click the bar before clicking the anvil, which is why it thought it wasn't hovering the anvil (wrong up text?)).

    Sweet script, good job! I appreciate it.

    Edit:MoreStuff:
    11:12:50 AM || Player #0 Walking to anvil, attempt #0.
    11:13:02 AM || Player #0 Walking to anvil, attempt #1.
    11:13:13 AM || Player #0 Walking to anvil, attempt #2.
    11:13:25 AM || Player #0 Walking to anvil, attempt #3.
    11:13:25 AM || Player #0 is now inactive. got lost on the way to the anvil.
    Wast standing in the bank, didn't watch what was happening though.
    Last edited by YoHoJo; 02-19-2011 at 07:14 PM.

Page 3 of 4 FirstFirst 1234 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
  •