Page 7 of 22 FirstFirst ... 5678917 ... LastLast
Results 151 to 175 of 528

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

  1. #151
    Join Date
    Feb 2013
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    can someone help me with the code, or send it to me

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

    Default

    Well b3astown could you just tell me what I have to do man, for

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

    I know it tells me whats wrong but I have no idea what that means man.
    greatly appreciated if you could help me out!

  3. #153
    Join Date
    Nov 2011
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I did everything right even with the ends at the end of the script. I still get unexpected end of file at line. Greatly disappointed. I even watched 2 tutorials.

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

    Default

    Can anyone help me with the DTM error on line 260? im not sure how to create the points

  5. #155
    Join Date
    May 2012
    Posts
    51
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    I just did this and the script is running way better now. Thanks.

  6. #156
    Join Date
    Nov 2011
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I did faildetect := 0;

    until (false);

    playalarm;

    end;
    End;

    And I still get wrong.

  7. #157
    Join Date
    Feb 2013
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Quote Originally Posted by Ann_arbor View Post
    I just did this and the script is running way better now. Thanks.
    Did what? Mine is pretty slow, only about 500 ess per hour.

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

    Default

    I have tried multiple tutorials and setting my own DTMs for each of the three spots, however I still get the..

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

    If anyone can PM me suggestions or direct me to a fix i would appreciate it.

    I have just discovered this community and look forward to being an active and contributing member in the future as i expand my knowledge.

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

    Default

    erroe at line 260 with DTM set my own still problem

  10. #160
    Join Date
    Apr 2012
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    got mine working, for all those with problems, you have to add an end...
    script works well for something thats new but needs some improvement with speed...

  11. #161
    Join Date
    Feb 2013
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Not sure if I've finished fixing the anti-leach, but what I am getting is this error.

    walk to aug
    Successfully executed.
    The following DTMs were not freed: [0, 1, 2, 3]

    it just stops after it takes 1 step out of bank

  12. #162
    Join Date
    Feb 2013
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I am stumped at line 599
    nvm solved yea
    Last edited by BigO; 02-28-2013 at 06:00 AM.

  13. #163
    Join Date
    Feb 2013
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Someone PM Me how to fix line 599 & the rest ? please, I tried learning it but I still don't understand

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

    Default

    Quote Originally Posted by tezzyr View Post
    Did what? Mine is pretty slow, only about 500 ess per hour.
    Try increasing the tolerance on the Aug guy.

    Edit: On second thought, increasing tolerance on ess rocks will fuck everything up.
    Last edited by gotoel; 02-28-2013 at 06:41 AM.

  15. #165
    Join Date
    Feb 2013
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by austin123457 View Post
    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.
    OMFG ILY<3333333333333 you helped me so much!! can you help with the 709 error

  16. #166
    Join Date
    Feb 2013
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Nvm i got it (: Im so proud of myself

  17. #167
    Join Date
    Mar 2007
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Guys i have problem on line 599 what it could be?

    597 mmouse(posx,posy,10,10);
    598
    599 if(P07_ContainsText(P07_GetUpText, 'ank' )) then Begin
    600 ClickMouse2(mouse_Right);

  18. #168
    Join Date
    Feb 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    [Error] C:\Users\User\Downloads\Killer06's EssMiner 1.02 .simba(709:4): Identifier expected at line 708
    Compiling failed.
    Edit that to end ^

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

  19. #169
    Join Date
    Feb 2013
    Posts
    80
    Mentioned
    0 Post(s)
    Quoted
    42 Post(s)

    Default

    Camera is shaking back and forth. :\ Did everything but set the DTM's, as I'm not entirely sure how to do that - but I did try all three versions. O.o

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

    Default

    Quote Originally Posted by OMGWTFISTHIS View Post
    Camera is shaking back and forth. :\ Did everything but set the DTM's, as I'm not entirely sure how to do that - but I did try all three versions. O.o
    Creating new DTM's to fit your client is exactly what you need to do to fix it.

    DTM tutorial here: http://www.youtube.com/watch?v=gj7ya...=results_video

  21. #171
    Join Date
    Feb 2013
    Posts
    80
    Mentioned
    0 Post(s)
    Quoted
    42 Post(s)

    Default

    Quote Originally Posted by gotoel View Post
    Creating new DTM's to fit your client is exactly what you need to do to fix it.

    DTM tutorial here: http://www.youtube.com/watch?v=gj7ya...=results_video
    Thanks man, although I restarted my RS client as well as Simba, and it seems to have fixed itself.

    In regards to the script, I get this when I level up:
    we are stuck, script stopped.
    Successfully executed.
    The following DTMs were not freed: [0, 1, 2, 3]

    It also sometimes goes into one of the 4 rooms in the mine itself, and stands about 4 titles from the essence, and just spins/shakes the camera infinitely.

    Edit: Nevermind, got it to work. Which tree are we referring to being the left, left from the North or Left from the South? :z

    And in the instructions, I think you meant East Bank. (;
    Last edited by OMGWTFISTHIS; 02-28-2013 at 09:00 AM.

  22. #172
    Join Date
    May 2012
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i tried figuring out this error for already over 1 hour...

    Unexpected end of file at line 37451

    can some one send me a tutorial on how to fix this or tell me how to fix this?
    it would be highly appreciated thank you!

  23. #173
    Join Date
    Dec 2006
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Pretty good script, set my dtms and so far it got me 1k essence.

    Quote Originally Posted by Zammy_B0y View Post
    Guys i have problem on line 599 what it could be?
    Maybe you forgot to add the 2007 includes.
    Last edited by jon 9988; 02-28-2013 at 09:37 AM.

  24. #174
    Join Date
    May 2012
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    need help with this error

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

  25. #175
    Join Date
    Feb 2013
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    What i did wrong at line 599?

    EssMiner 1.04 (dif bank detection) (3).simba(600:48): Type mismatch at line 599
    Compiling failed.
    Last edited by kemal23; 02-28-2013 at 09:14 AM.

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