Page 17 of 22 FirstFirst ... 71516171819 ... LastLast
Results 401 to 425 of 528

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

  1. #401
    Join Date
    Jan 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hm.. got this script to walk to aubury, teleport, mine 27 ess, teleport back... but it gets stuck south of bank, just stays here and rotates the screen. Also it's extremely slow, takes like 10 secs for action every time

  2. #402
    Join Date
    Mar 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Having problems with the DTM's and pathing back to bank. Not sure exactly how to solve it other than just creating an SPS path if that even still works.

  3. #403
    Join Date
    Dec 2010
    Posts
    32
    Mentioned
    0 Post(s)
    Quoted
    13 Post(s)

    Default

    Quote Originally Posted by umbralogix View Post
    Having problems with the DTM's and pathing back to bank. Not sure exactly how to solve it other than just creating an SPS path if that even still works.
    It does, and I think every 07 script should implement it. DTMs are horrid for walking.
    Gotta use this though.

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

  4. #404
    Join Date
    Jul 2012
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    I fixed two of the anti leeches, but now i get error: Unexpected end of file at line 37680
    help please, i already did 2 of the anti leeches idk where to start on this one

  5. #405
    Join Date
    Mar 2013
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    Identifier expected at line 708
    Compiling failed.

  6. #406
    Join Date
    Oct 2011
    Posts
    36
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Okay, so I got it to compile but now it's stuck at "walk to aug" and it just moves the camera back and forth. lol
    <3

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

    Default

    My character still runs into the corner by clicking the minimap in the top right over and over. (this happens once i go down to mine ess..) please PM me if you can help me out... much love.

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

    Default

    Script doesnt work for me, it just keeps rotating the camera and refuses to do anything.

  9. #409
    Join Date
    Mar 2012
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by Yippie View Post
    Script doesnt work for me, it just keeps rotating the camera and refuses to do anything.
    if u would read the first post u would know what is wrong

  10. #410
    Join Date
    Mar 2013
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    says :Type mismatch at line 599
    Compiling failed.

  11. #411
    Join Date
    May 2012
    Posts
    83
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    [Error] C:\Users\Tom\Downloads\Killer06's EssMiner 1.04 (dif bank detection) (1).simba(600:49): Type mismatch at line 599

  12. #412
    Join Date
    Mar 2013
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Same prob:

    [Error] C:\Users\Matt\Desktop\Working scripts\Killer06's EssMiner 1.04 (dif bank detection).simba(600:49): Type mismatch at line 599
    Compiling failed.

  13. #413
    Join Date
    Mar 2013
    Posts
    59
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    [Error] C:\Simba\Scripts\Killer06's EssMiner 1.02 .simba(308:50): Type mismatch at line 307
    Compiling failed.

  14. #414
    Join Date
    Apr 2007
    Location
    Netherlands
    Posts
    427
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Hey i bypassed the antileech but it got stuck at tele to mine. It lowers the compass and keep rotating. It sees the guy but wont tele....

    Compiled successfully in 702 ms.
    Checking P07Include VersionNumber
    Local : 1.7 / Latest : 1.7
    You Have The Latest Version of P07Include

    Killer06s Essence Miner 1.04
    if you have any problems post in thread or try to fix it yourself :P
    walk to aug
    tele to mine
    Successfully executed.
    The following DTMs were not freed: [0, 1, 2, 3]


    Cant fix it :S... it keeps looking in shop voor aubury even the letters pop up it does not right click.. Where exactly need i have to put the tolerance up ?

    procedure teletomine;
    var xpos, ypos: Integer;
    label str;
    begin

    str:
    antistuck;
    wait(RandomRange(5,555));


    if( RandomRange(1,5) = 1) then
    begin
    KeyDown(40);
    wait(RandomRange(800,1400));
    KeyUp(40);
    end;
    //else
    //begin
    //KeyDown(38);
    // wait(RandomRange(800,1400));
    // KeyUp(38);
    //end;


    if( RandomRange(1,2) = 1) then
    P07_MakeCompassDegree(RandomRange(5,355));

    if(FindColorTolerance(xpos, ypos, 3005947, 20, 20, 480, 280, 3)) or ( i changed the 3 up to 30 if im not mistaken that is the tolerance)
    (FindColorTolerance(xpos, ypos, 3005947, 20, 20, 480, 280, 3)) or
    (FindColorTolerance(xpos, ypos, 2011884, 20, 20, 480, 280, 3)) then
    Begin
    mmouse(xpos,ypos,2,2);

    if(P07_ContainsText(P07_GetUpText, ['ubur'] )) then
    Begin
    ClickMouse2(mouse_Right);
    Wait(RandomRange(200,350));
    if not (P07_ChooseOptionMulti(['elepo'])) then
    goto str;

    end
    Last edited by Matsetst; 03-02-2013 at 08:14 PM.

  15. #415
    Join Date
    Feb 2013
    Posts
    465
    Mentioned
    6 Post(s)
    Quoted
    221 Post(s)

    Default

    .del

  16. #416
    Join Date
    Mar 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    is there a client or something we need to use with this? it dont work.

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

    Default

    Code:
    [Error] C:\Users\Josh\Downloads\Killer06's EssMiner 1.04 (dif bank detection) (1).simba(727:7): Semicolon (';') expected at line 726
    Compiling failed.
    Yet its the end of the script..

  18. #418
    Join Date
    Feb 2013
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    [Error] C:\Users\Timmy\Downloads\Killer06's EssMiner 1.02 .simba(308:50): Type mismatch at line 307
    That's the error.

  19. #419
    Join Date
    Jan 2012
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I got past the first anti leech but I cannot get the second one.


    MMouse(RandomRange(X1,X2),RandomRange(Y1,Y2),0,0);

    could i have a hint please i already tried the cords from dropall in function list

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

    Default

    Quote Originally Posted by bawa View Post
    My character still runs into the corner by clicking the minimap in the top right over and over. (this happens once i go down to mine ess..) please PM me if you can help me out... much love.
    Same.

  21. #421
    Join Date
    Mar 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

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

    Help. 599 line

  22. #422
    Join Date
    Jun 2012
    Location
    127.0.0.1
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Would someone be willing to add me on Skype to briefly help me out. I've tried and tested all of my little knowledge in scripting to fix an issue (which is suspect is an anti-leech) and can't figure it out. Thanks:
    phantom8258 (Skype username).
    Current Goals
    Learning SIMBA Progress: 5%
    Maxed G-Maul Pure - 07scape: approx 10%
    SRL Members: [ ]
    50 Relevant Posts: [ ]

  23. #423
    Join Date
    Mar 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

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


    I have this error.

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

    Default

    I'm new to Simba,
    Exception in Script: Unable to find file 'P07Include.Simba' used from 'C:\Users\Hay\Downloads\Killer06's EssMiner 1.04 (dif bank detection).simba'

    What does this mean?

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

    Default

    Quote Originally Posted by PersonMan View Post
    It does, and I think every 07 script should implement it. DTMs are horrid for walking.
    Gotta use this though.

    http://villavu.com/forum/showthread.php?t=97449
    Ohh, didn't notice that was released, I'll get working on my Runecrafter soon then.

    But this script, I pretty much made flawless for my computer. ( other than randoms. )

    Progress:



    Last edited by gotoel; 03-03-2013 at 09:08 PM.

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