Results 1 to 17 of 17

Thread: How to make an Eldevin miner?

  1. #1
    Join Date
    Dec 2006
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default How to make an Eldevin miner?

    I was looking at Hoodz methods posted and i cant figure out how to make a miner that would mine rocks over and over at a specified location. Would using findcolortolerance do it?

    Otherwise how do i even attempt to do this?

    I am fairly new at Simba scripting and try to figure this out. Might need a teacher or someone to point me in the right direction so i can start spending time coding scripts for the mass!

    Thanks for considering all this and trying to help me out!

  2. #2
    Join Date
    Sep 2007
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    I am also interested in working on one of these, I'm pretty amateur when it comes to Simba though, Bee if you're interested add me on Skype, "xuvens", and we can both try and figure this out

  3. #3
    Join Date
    Sep 2012
    Location
    Netherlands
    Posts
    2,752
    Mentioned
    193 Post(s)
    Quoted
    1468 Post(s)

    Default

    Quote Originally Posted by KimchiDiamonds View Post
    Use TPA can be effective but needs some knowledge of the TPA function. Colours of rock very hard to distinguish from background. Need some understanding of colour finding functions.

    Also need know how TRUE FALSE situations. When to tell if mining or not mining? Or maybe just wait? Need a lot of failsafe aswell of course.
    GL
    Are there things changing if you are mining? If i remember it correctly your mouse icon changes

  4. #4
    Join Date
    Sep 2012
    Location
    Netherlands
    Posts
    2,752
    Mentioned
    193 Post(s)
    Quoted
    1468 Post(s)

    Default

    Quote Originally Posted by KimchiDiamonds View Post
    Maybe can try with pixelshift or check the colouring of rock. Rock grows grey and your axe stops moving I dont know sorry
    I think a simple mouse icon check will work. Ill try to make one asap. Now i have to turn of my farm script (running for 27 hours now)

  5. #5
    Join Date
    Sep 2007
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Awesome!! Thanks hoodz

  6. #6
    Join Date
    Dec 2011
    Location
    United States
    Posts
    960
    Mentioned
    21 Post(s)
    Quoted
    504 Post(s)

    Default

    There is a little bar that fills up with a goldish color while you are mining. You will have to change the coordinates to the very start of the bar.

    Code:
    countColorTolerance(3977195,intToBox(358,477,364,481),30)

  7. #7
    Join Date
    Dec 2006
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by Wetish View Post
    There is a little bar that fills up with a goldish color while you are mining. You will have to change the coordinates to the very start of the bar.

    Code:
    countColorTolerance(3977195,intToBox(358,477,364,481),30)
    Ill see what i can do with it now.

  8. #8
    Join Date
    Dec 2006
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    @Hoodz can you pm me all the eldevin methods we can use for scripting please? Or send me your farming script or a mining script? I can do very good with a template in front of me then work from there.

    Thanks.

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

    Default

    Guess i will have to give up. Its not working at all.

  10. #10
    Join Date
    Sep 2012
    Location
    Netherlands
    Posts
    2,752
    Mentioned
    193 Post(s)
    Quoted
    1468 Post(s)

    Default

    Quote Originally Posted by Bee View Post
    @Hoodz can you pm me all the eldevin methods we can use for scripting please? Or send me your farming script or a mining script? I can do very good with a template in front of me then work from there.

    Thanks.
    yes, still have to do 100's of functions ;(

    next time use mention tags so i get noticed

  11. #11
    Join Date
    Dec 2006
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by hoodz View Post
    yes, still have to do 100's of functions ;(

    next time use mention tags so i get noticed
    Perfect, sounds good.

    By the way why does it does that to me?

    [Error] C:\Simba\Includes\Eldevin\Eldevin.simba(252:3): Unknown identifier 'Al_MouseBoxEx' at line 252
    Compiling failed.

    I did that you told me to and it does that.

  12. #12
    Join Date
    Feb 2011
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    @hoodz you're the man, haha, i would also like to have a function listing if you dont mind. i know you're busy but i'm quite alright at scripting or enhancing scripts.

  13. #13
    Join Date
    Sep 2012
    Location
    Netherlands
    Posts
    2,752
    Mentioned
    193 Post(s)
    Quoted
    1468 Post(s)

    Default

    Quote Originally Posted by Bee View Post
    Perfect, sounds good.

    By the way why does it does that to me?

    [Error] C:\Simba\Includes\Eldevin\Eldevin.simba(252:3): Unknown identifier 'Al_MouseBoxEx' at line 252
    Compiling failed.

    I did that you told me to and it does that.
    You need the al_functions too. I pm you tomorrow the al_functions because i cant do that right now.
    Quote Originally Posted by muffinheadstatus View Post
    @hoodz you're the man, haha, i would also like to have a function listing if you dont mind. i know you're busy but i'm quite alright at scripting or enhancing scripts.
    What functions do you need?

  14. #14
    Join Date
    Dec 2006
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by hoodz View Post
    You need the al_functions too. I pm you tomorrow the al_functions because i cant do that right now.


    What functions do you need?
    Awesome, thanks mate!

  15. #15
    Join Date
    Feb 2011
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    @hoodz i meant the scripts you're working on, i could help as well. i know the functions lmao, i'm a dumbass

  16. #16
    Join Date
    Dec 2006
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by muffinheadstatus View Post
    @hoodz i meant the scripts you're working on, i could help as well. i know the functions lmao, i'm a dumbass
    Well as we speak they are somehow broken.

  17. #17
    Join Date
    Feb 2014
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Anyone have working eldevin scripts

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
  •