Page 6 of 22 FirstFirst ... 4567816 ... LastLast
Results 126 to 150 of 528

Thread: [Ess Miner] Killer06's Essence Miner(first release)

  1. #126
    Join Date
    Jul 2012
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Works perfectly at 1600x900 resolution in the SMART client. Only problem I found is it stopping before 28 essences, which will be easy to fix.

    Picture of it running here: http://puu.sh/29xCA

    All you guys need to do is create DTM's for your own screen.

    Make the DTM's as Killer stated:

    Quote Originally Posted by killer06
    first dtm is for the two trees south of the bank, first point is the left one (at the minimap) - BankDTM
    second is for the rune shop symbol (at the minimap) - AugDTM
    and third is the teleport symbol in the mine (at the minimap) - TeleDTM
    Thanks for the script, +rep indeed!

  2. #127
    Join Date
    Feb 2013
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Can someone help me please?
    Killer06's EssMiner 1.04 (dif bank detection).c: Identifier expected at line 709
    I Tried to chance end. to [END] or end;
    nd it gave me this
    Unexpected end of file at line 37451

  3. #128
    Join Date
    Feb 2013
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Ok, so I fixed the anti-leech (I Think) and I am now getting this error.

    Exception: The given DTM Index[0] doesn't exist at line 260

    it is opening a new script named Simba.

    I am new to Simba scripting so I am unsure how to go about solving this issue, I have used my google fu, alas, I have come up empty. Any help, tutorial, links to forums, anything to help would be greatly appreciated!

  4. #129
    Join Date
    Feb 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    can someone private message me and tell me even how to use this script i dont like know how to use bots.. i just started botting. PRIVATE MESSAGE ME PLEASE

  5. #130
    Join Date
    Dec 2012
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    what do i do with this

    Code:
    Edit getting DTM error now.
    Last edited by subzerok; 02-28-2013 at 03:16 AM.

  6. #131
    Join Date
    Mar 2008
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    I'm getting this error


    [Error] C:\Simba\Scripts\Killer06's EssMiner 1.04 (dif bank detection).simba(600:49): Type mismatch at line 599
    Compiling failed.

    any help?
    Last edited by pop123321pop; 02-28-2013 at 03:07 AM.

  7. #132
    Join Date
    Feb 2013
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Quote Originally Posted by pop123321pop View Post
    I'm getting this error


    Exception in Script: Unable to find file 'P07Include.Simba' used from 'C:\Simba\Scripts\Killer06's EssMiner 1.04 (dif bank detection).simba'

    any help?
    You need to download the 07 include from here: http://villavu.com/forum/showthread.php?t=96863

    anyone have any idea with my: Error: Exception: The given DTM Index[0] doesn't exist at line 260. Issue?

  8. #133
    Join Date
    Feb 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    I cant figure out the last part been trying for 25min..
    //sandwich
    //if(FindColorTolerance(X, Y, 9344970, 150, 50, 350, 240, 4)) then
    // begin
    //end
    //560 720 285 458 640 490 627 374

    [Error] (37451:1): Unexpected end of file at line 37450
    Compiling failed.

  9. #134
    Join Date
    Feb 2013
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Its all commented, should it be?

  10. #135
    Join Date
    Mar 2008
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Thanks austin, my new problem is

    [Error] C:\Simba\Scripts\Killer06's EssMiner 1.04 (dif bank detection).simba(600:49): Type mismatch at line 599
    Compiling failed.

  11. #136
    Join Date
    Feb 2013
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    if(P07_ContainsText(P07_GetUpText, 'ank' )) then

    is on line 599

    however if you search for, P07_ContainsText, then the few lines are the same except for a couple of things. line 599 is mistyped.

  12. #137
    Join Date
    Mar 2008
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Alright, got that fixed, now just have the end bug that other people are getting but nobody is saying how to fix...

    [Error] C:\Simba\Scripts\Killer06's EssMiner 1.04 (dif bank detection).simba(709:4): Identifier expected at line 708
    Compiling failed.

  13. #138
    Join Date
    Feb 2013
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    there needs to be two ends.

    end;
    End;

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

    Default

    im stuck at the code of

    [Error] (37454:1): Unexpected end of file at line 37453
    Compiling failed.

    can anyone help me?>

  15. #140
    Join Date
    Mar 2008
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Thanks man!

  16. #141
    Join Date
    Apr 2012
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    line 599 fix is



    if(P07_ContainsText(P07_GetUpText, ['ank'] )) then

    instead of


    if(P07_ContainsText(P07_GetUpText, 'ank' )) then

  17. #142
    Join Date
    Feb 2013
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Quote Originally Posted by practical View Post
    im stuck at the code of

    [Error] (37454:1): Unexpected end of file at line 37453
    Compiling failed.

    can anyone help me?>
    I have never gotten that error, what line of script does it point to?

    Anyone know why i am getting the: Error: Exception: The given DTM Index[0] doesn't exist at line 260

    I script in ruby, so some things are different than what I am used too (Most everything) I can't figure this out, is there a secondary file I need to edit? Do I need to add a new function for it (I don't think so..) ?! This is quite agravating

  18. #143
    Join Date
    Mar 2008
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Alright, havn't found this one in the thread yet,


    [Error] (37452:1): Unexpected end of file at line 37451
    Compiling failed.

    you guys are awesome
    +1 karma

  19. #144
    Join Date
    Jan 2012
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by austin123457 View Post
    I have never gotten that error, what line of script does it point to?

    Anyone know why i am getting the: Error: Exception: The given DTM Index[0] doesn't exist at line 260

    I script in ruby, so some things are different than what I am used too (Most everything) I can't figure this out, is there a secondary file I need to edit? Do I need to add a new function for it (I don't think so..) ?! This is quite agravating
    //sandwich
    //if(FindColorTolerance(X, Y, 9344970, 150, 50, 350, 240, 4)) then
    // begin
    //end
    //560 720 285 458 640 490 627 374

    [Error] (37454:1): Unexpected end of file at line 37453
    Compiling failed.

  20. #145
    Join Date
    Feb 2013
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    They are commented. I don't think that they should be.

  21. #146
    Join Date
    Jan 2012
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by austin123457 View Post
    They are commented. I don't think that they should be.
    it just like takes me to the bottom of the script can you pm me?

  22. #147
    Join Date
    Feb 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    cant figure it out also..

    [Error] (37452:1): Unexpected end of file at line 37451
    Compiling failed.

  23. #148
    Join Date
    Jan 2012
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by xblades12 View Post
    cant figure it out also..

    [Error] (37452:1): Unexpected end of file at line 37451
    Compiling failed.
    Hence anti-leech. Take 10 minutes to watch a tutorial in beginner's scripting guide. Besides, even if u dont know how to script, simba tells you the error there is. Just apply that to a bit of basic knowledge and there u go!

    And for all of you getting dtm error, or the screen turning back and forth, read through op more thoroughly. You have to create your own dtm's. There are some guides on villavu to help u. best of luck! Script is pretty solid for 5 days after 07scape release. Nice job

  24. #149
    Join Date
    Feb 2013
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Lines 710-726 are commented, as far as I know, they shouldn't be. You are going to need to move around some things to get it working right also though.

    b3ast since you seem so knowledgeable do you know what is with

    Error: Exception: The given DTM Index[0] doesn't exist at line 260

  25. #150
    Join Date
    Jan 2012
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by austin123457 View Post
    Lines 710-726 are commented, as far as I know, they shouldn't be. You are going to need to move around some things to get it working right also though.

    b3ast since you seem so knowledgeable do you know what is with

    Error: Exception: The given DTM Index[0] doesn't exist at line 260
    It doesn't recognise the dtm's set. You have to make your own
    on the op, he says where to place the points for your dtms

Page 6 of 22 FirstFirst ... 4567816 ... 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
  •