Page 10 of 44 FirstFirst ... 8910111220 ... LastLast
Results 226 to 250 of 1093

Thread: [Essence Miner][2007] Essence Harverster

  1. #226
    Join Date
    Jul 2011
    Posts
    59
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Quote Originally Posted by darkdusk View Post
    Switch the colorID of the portalID (line 42 of the script).
    I got that fixed, now I get these errors. It stands at the essence, while it is there it takes forever to find the pillar that is right in front of it, sometimes it finds it and goes to it, it will start to mine walk away and try to find it again. :P

    After that I got this error.

    00:02:24 [INFO] Found portal color
    00:02:25 [INFO] Standing by portal
    00:02:30 [INFO] Teleported to Varrock
    [FATAL] terminal error, cant see bank or rune shop ending script now
    Successfully executed.
    The following DTMs were not freed: [0, 1, 2]

    Basically it is not searching for the tree DTM just the bank and rune shop ones. :/

    Am I able to add another or Dtm..?

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

    Default

    Quote Originally Posted by darkdusk View Post
    Switch the colorID of the portalID (line 42 of the script).
    I did just that, and it still runs around aimlessly... I've recreated my DTMs and my portal color about 6 times now to try and fix this, nothing works.

  3. #228
    Join Date
    Feb 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    I edited the portal colour and changed the DTMS to the new ones but when I start the script in varrock bank it comes up with this

    [FATAL] terminal error, cant see bank or rune shop ending script now
    Successfully executed.
    The following DTMs were not freed: [0, 1, 2]

    I tried starting it in the mine but it just walks around randomly. What do I do?

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

    Default

    Quote Originally Posted by OzScorcher View Post
    I edited the portal colour and changed the DTMS to the new ones but when I start the script in varrock bank it comes up with this

    [FATAL] terminal error, cant see bank or rune shop ending script now
    Successfully executed.
    The following DTMs were not freed: [0, 1, 2]

    I tried starting it in the mine but it just walks around randomly. What do I do?
    I'm having the same issue. Seems like a few others are as well. Not sure if its on the scripters end, or ours. Most likely ours, lol.

  5. #230
    Join Date
    Jul 2011
    Posts
    59
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Shouldn't walk to bank, on the script be before bank ess or does it matter where he has them setup in the right order in the last procedure?

    My guy runs to the bank but does not bank the ess. :/

    I am still having problems with the mining part also, he goes to mine it then walks back away from it. Should I add a wait time to it?

    Edit: got the mining part fixed. Will update about depositing. My pick broke. :P

    Edit2: I got it working. Very nice script man! A little sluggish, but I can deal with that as I blow at script writing. :P
    Last edited by zxzero; 03-02-2013 at 02:38 AM.

  6. #231
    Join Date
    Apr 2007
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    im having a really hard time with anti leech :/

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

    Default

    Quote Originally Posted by zxzero View Post
    Shouldn't walk to bank, on the script be before bank ess or does it matter where he has them setup in the right order in the last procedure?

    My guy runs to the bank but does not bank the ess. :/

    I am still having problems with the mining part also, he goes to mine it then walks back away from it. Should I add a wait time to it?

    Edit: got the mining part fixed. Will update about depositing. My pick broke. :P

    Edit2: I got it working. Very nice script man! A little sluggish, but I can deal with that as I blow at script writing. :P
    Can you please PM me or reply to me on here about how you got it to finally mine? I can't get him to find a rock.

    And Freeze, I figured all of this out today in a matter of a few hours. Do it yourself as well.

  8. #233
    Join Date
    Jan 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Not sure if I sorted the DTM's well, but now it walks to ess mine (it didn't until I entered the dtm's), but it keeps walking here and never begins to mine.. just walks around

    00:01:36 Entering Mine essence cycle.
    00:01:36 Could not find color on minimap
    00:01:36 [INFO] We are not at an ess node, trying to find one
    00:01:54 Entering Mine essence cycle.
    00:01:54 Could not find color on minimap
    00:01:54 [INFO] We are not at an ess node, trying to find one
    Time Running: 00:02:17
    Essence Mined: -1 (-26)
    Experience: -5 (-130)
    Money Gained : -20 (0)

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

    Default

    clearCanvas causes an access violation when using SMART.
    Code:
    Error: Exception: Access violation at line 78
    The following DTMs were not freed: [0, 1, 2, SRL - Lamp bitmap, 4, 5, 6, 7, 8]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap, SRL - NavBar Bitmap, SRL - Options Bitmap, 49]
    Simba Code:
    procedure SMART_ClearCanvas;
    begin
      if (not SMART_DebugSetup) then
        SMART_SetupDebug;

      If (SMART_CANVAS.TransparentColorSet) then
        SMART_CANVAS.FastDrawClear(SMART_CANVAS.GetTransparentColor)
      else
        SMART_CANVAS.FastDrawClear(0); //This line
    end;
    Last edited by PersonMan; 03-02-2013 at 03:23 AM.

  10. #235
    Join Date
    Jun 2012
    Location
    Howell, Michigan
    Posts
    1,585
    Mentioned
    34 Post(s)
    Quoted
    553 Post(s)

    Default

    Script looks awesome!<3 I love seeing this influx of knowledge(: Keep it up!

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

    Default

    Quote Originally Posted by SRLKing View Post
    Script looks awesome!<3 I love seeing this influx of knowledge(: Keep it up!
    Howd you get yours to stop running around aimlessly?

  12. #237
    Join Date
    Jun 2012
    Location
    Howell, Michigan
    Posts
    1,585
    Mentioned
    34 Post(s)
    Quoted
    553 Post(s)

    Default

    Quote Originally Posted by Cwreck View Post
    Howd you get yours to stop running around aimlessly?
    Follow the OP...

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

    Default

    Quote Originally Posted by SRLKing View Post
    Follow the OP...
    I have been. I've tried everything I could man. I grab the portal color with the dropper type deal. I grab it when its fully lit up. Also, I have recreated my DTMs SO many times to get this to work. My main issue right now I believe is he just runs around aimlessly...

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

    Default

    The mouse does not click on Aubury. It recognises his colour but does not click him, as does the other pure essence script... :/

  15. #240
    Join Date
    Mar 2013
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I fixed all the DTMs and stuff but i dont know what order to set them in. I am confused. when i start it. it just sits there. please help.

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

    Default

    Followed direction in the OP step by step. Ended up getting this when trying to start the script.

    Exception in Script: Unable to find file 'P07Include.Simba' used from 'C:\Program Files (x86)\Simba\Scripts\EssenceHarvester103NoSmart.sim ba'

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

    Default

    Quote Originally Posted by fate cat ox View Post
    Followed direction in the OP step by step. Ended up getting this when trying to start the script.

    Exception in Script: Unable to find file 'P07Include.Simba' used from 'C:\Program Files (x86)\Simba\Scripts\EssenceHarvester103NoSmart.sim ba'
    Then you didn't follow every direction. I was where you were hours ago, and solved it myself. With the help of a few guides of course. It's not hard.

    Now, the problem I'm having, is difficult.

  18. #243
    Join Date
    Jun 2012
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ummm what dose this mean?

    Exception in Script: Unable to find file 'P07Include.Simba' used from 'C:\Simba\Scripts\EssenceHarvester103NoSmart.simba '

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

    Default

    Quote Originally Posted by fate cat ox View Post
    Followed direction in the OP step by step. Ended up getting this when trying to start the script.

    Exception in Script: Unable to find file 'P07Include.Simba' used from 'C:\Program Files (x86)\Simba\Scripts\EssenceHarvester103NoSmart.sim ba'
    Use some common sense and sound it out. "Unable to find file" so you must being missing a file thats neccessary to run. "P07Include.Simba" O this must be the file that is missing. Maybe I should look it up and try to download the file.

  20. #245
    Join Date
    Jun 2012
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by madman1555 View Post
    ummm what dose this mean?

    Exception in Script: Unable to find file 'P07Include.Simba' used from 'C:\Simba\Scripts\EssenceHarvester103NoSmart.simba '
    yeah im stupid... i havent used simba for a while... figured this out... but now this is happening...

    Error: Exception: Font [P07UpChars] not found. at line 226
    The following DTMs were not freed: [0, 1, 2, SRL - Lamp bitmap, 4, 5, 6, 7, 8]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap, SRL - NavBar Bitmap, SRL - Options Bitmap]


    i do have p07chars in my fonts folder...
    Last edited by madman1555; 03-02-2013 at 06:24 AM. Reason: updateing

  21. #246
    Join Date
    Feb 2013
    Posts
    4
    Mentioned
    1 Post(s)
    Quoted
    1 Post(s)

    Default

    I get this error any help would be much appreciated

    [FATAL] terminal error, cant see bank or rune shop ending script now
    Successfully executed.
    The following DTMs were not freed: [0, 1, 2]

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

    Default

    [Error] C:\Users\Shawn\AppData\Local\Temp\P07Include.Simba (57:3): Unknown identifier 'Mouse' at line 56
    Compiling failed.

  23. #248
    Join Date
    Nov 2011
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Sorry , i'm new , but how set DTM's on bank and / or ess shop?

  24. #249
    Join Date
    Feb 2013
    Posts
    4
    Mentioned
    1 Post(s)
    Quoted
    1 Post(s)

    Default

    TIHRDLY: you WILL need to remake the DTM's and one color.
    The DTM's: The script uses 3 DTM's to locate and move itself around the over world map. One is the BankSymbol one is the RuneShop symbol and the final one is the two trees just south of the bank as shown below
    If you get errors Involving the DTM's not being found, ie the bot says its lost when its in the bank then you need to update the DTM's. There is 1 color that needs updating also. This is used to find the portal to get our of the essence mine. its color can be grabbed in less than 5 seconds by using the eye dropper tool in simba. It is best to target the green or orange border of the triangle for best.
    As of version 1.03 the lines for the variable declarations are as such:
    The Portal Color = line 42;
    The rune shop DTM =line 532
    The Bank DTM = line 533
    The Tree DTM =line 534;

    Some of the other constants at the top are not used by the program as currently as there was a very hasty change from color to DTM for a little more reliability they are legacy and yet to be removed. I shan't make a guide on how to make a DTM as there are many of the forums and the picture above shows clearly what the DTM's need to be of.



    From the tut but im still confused...

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

    Default

    Quote Originally Posted by PersonMan View Post
    clearCanvas causes an access violation when using SMART.
    Code:
    Error: Exception: Access violation at line 78
    The following DTMs were not freed: [0, 1, 2, SRL - Lamp bitmap, 4, 5, 6, 7, 8]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap, SRL - NavBar Bitmap, SRL - Options Bitmap, 49]
    Simba Code:
    procedure SMART_ClearCanvas;
    begin
      if (not SMART_DebugSetup) then
        SMART_SetupDebug;

      If (SMART_CANVAS.TransparentColorSet) then
        SMART_CANVAS.FastDrawClear(SMART_CANVAS.GetTransparentColor)
      else
        SMART_CANVAS.FastDrawClear(0); //This line
    end;
    fix your smart paramaters.

Page 10 of 44 FirstFirst ... 8910111220 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •