Page 11 of 44 FirstFirst ... 91011121321 ... LastLast
Results 251 to 275 of 1093

Thread: [Essence Miner][2007] Essence Harverster

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

    Default

    Update coming in a few hours should help alot of the DTM issues, its going to have triple redundancy of finding such places on the mini-map.

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

    Default

    found a bug I think, sometimes when it's in the mine, it would appear by essence, then it would say "correcting position", then it would click a little ways away from the essence, and try to look for it.

    Few times I found that when it could click an essence, it would say "correcting position" again, and click away from the essence.

    When it does that, I would stop it, and start it, then it would say "waiting till full invin" without mining it.

    edit: Portal colors are set
    Last edited by jon 9988; 03-02-2013 at 09:20 AM.

  3. #253
    Join Date
    Mar 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    HI!
    Where could i find this "srl/srl/core/globals.simba" and delete that one line?

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

    Default

    Quote Originally Posted by jon 9988 View Post
    found a bug I think, sometimes when it's in the mine, it would appear by essence, then it would say "correcting position", then it would click a little ways away from the essence, and try to look for it.

    Few times I found that when it could click an essence, it would say "correcting position" again, and click away from the essence.

    When it does that, I would stop it, and start it, then it would say "waiting till full invin" without mining it.

    edit: Portal colors are set
    Thanks for the feedback! It helps a huge amount. Ill have a look at that in a little while, i m just finishing off code that hopefully means the DTM's dont need to be edited every time you need to run the script.

    @relvagamees1 : from your base simba directory it can be found in Includes/srl/srl/core/globals.simba For me it was C:\Simba\Includes\SRL\srl\core/globals.simba

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

    Default

    Quote Originally Posted by wthomas View Post
    Thanks for the feedback! It helps a huge amount. Ill have a look at that in a little while, i m just finishing off code that hopefully means the DTM's dont need to be edited every time you need to run the script.

    @relvagamees1 : from your base simba directory it can be found in Includes/srl/srl/core/globals.simba For me it was C:\Simba\Includes\SRL\srl\core/globals.simba
    I noticed while that was happening, most of the colors were darker, so I reloaded the client, and it started working again.

  6. #256
    Join Date
    Mar 2013
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Hi, almost got this working! Just wondering if anyone can link me on how to update my DTMs? (Still Learning)'

    Thanks

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

    Default

    Quote Originally Posted by jon 9988 View Post
    I noticed while that was happening, most of the colors were darker, so I reloaded the client, and it started working again.
    Yes, this was one of jagex's anti color bot schemes, also all the MM icons jump about 20pc randomly, they change size and shape lightly along with the colors that they are.Trees on the MM change shape according to what angle you login also.

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

    Default

    I Changed the bankDTM and runeshopDTM + the color of the portal
    Script runs fine! It got me like 1,5k ess, but unfortunately a random event messed it up

    1000 thanks for you wthomas!

  9. #259
    Join Date
    Apr 2012
    Posts
    8
    Mentioned
    1 Post(s)
    Quoted
    2 Post(s)

    Default

    Hello wthomas

    After a long time still couldn't run the script after adding perfect DTM's and color (was the color mark was for minimap teleport symbol ?). This is that i get after starting it.

    Code:
    New window: 66602
    [Hint] C:\DOCUME~1\CURIOS~1\LOCALS~1\Temp\EssenceHarvester103NoSmart.simba(430:3): Variable 'TPA' never used at line 429
    Compiled successfully in 3250 ms.
    SRL Compiled in 31 msec
    I saw you will soon going to update maybe this will fix my problem.

    And should global.simba what edit part look like this :

    Code:
    Procedure SRL_ResetNavBar;
    begin
      SRL_EnableNavBar;
      SRL_DisableNavBar;
    end;
    Last edited by Pinigas; 03-02-2013 at 11:18 AM.

  10. #260
    Join Date
    Dec 2007
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by Buckmack View Post
    Hi, almost got this working! Just wondering if anyone can link me on how to update my DTMs? (Still Learning)'

    Thanks
    check out this tutorial: http://villavu.com/forum/showthread.php?t=24858

    next time search the tutorial section!

  11. #261
    Join Date
    Jan 2013
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by Pinigas View Post
    Hello wthomas

    After a long time still couldn't run the script after adding perfect DTM's and color (was the color mark was for minimap teleport symbol ?). This is that i get after starting it.

    Code:
    New window: 66602
    [Hint] C:\DOCUME~1\CURIOS~1\LOCALS~1\Temp\EssenceHarvester103NoSmart.simba(430:3): Variable 'TPA' never used at line 429
    Compiled successfully in 3250 ms.
    SRL Compiled in 31 msec
    I saw you will soon going to update maybe this will fix my problem.

    And should global.simba what edit part look like this :

    Code:
    Procedure SRL_ResetNavBar;
    begin
      SRL_EnableNavBar;
      SRL_DisableNavBar;
    end;
    It should be
    Procedure SRL_ResetNavBar;
    begin
    SRL_EnableNavBar;
    // SRL_DisableNavBar;

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

    Default

    Works well if you set new dtms and change the colorid for portal.

    Tough sometimes it does have a little turbulence with finding the essence nodes.

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

    Default

    I'm just pushing an update for 1.04 at the moment to the original post. Please keep a backup of the current version's DTM's you have in case you need to transfer them over. also post if you get it running smoothly or find any errors. Have fun!
    Last edited by wthomas; 03-02-2013 at 12:15 PM.

  14. #264
    Join Date
    May 2012
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default

    Quote Originally Posted by wthomas View Post
    I'm just pushing an update for 1.04 at the moment to the original post. Please keep a backup of the current version's DTM's you have in case you need to transfer them over.
    Thanks man!
    Your Essence Miner is the best atm!

  15. #265
    Join Date
    Mar 2013
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Nothing is happening on my screen. Any Ideas?

    Code:
    Thank you for using Simba,
    Hakuna Matata.
    
    New window: 131782
    [Hint] C:\Users\name\AppData\Local\Temp\EssenceHarvester104NoSmart.simba(425:3): Variable 'MTPA' never used at line 424
    [Hint] C:\Users\name\AppData\Local\Temp\EssenceHarvester104NoSmart.simba(426:3): Variable 'I' never used at line 425
    Compiled successfully in 1747 ms.
    SRL Compiled in 16 msec
    Checking P07Include VersionNumber
    Local : 1.7 / Latest : 1.7
    You Have The Latest Version of P07Include
    waiting 5seconds you you to drop your mouse
    script Starting
    Successfully executed.

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

    Default

    @buckmack : please read the OP on how to install, did you make changes to your globals.simba? it sure seems not..
    Last edited by wthomas; 03-02-2013 at 12:26 PM.

  17. #267
    Join Date
    Apr 2006
    Posts
    58
    Mentioned
    0 Post(s)
    Quoted
    12 Post(s)

    Default

    Woah, I donõt know what you changed but now it works for me. For version 1.03 I had to set DTMõs every once in a while. But now it works. And its much faster.

    Thanks alot. I will post progress report later

    Ahh, clever Symbolwalking. I was looking it yesterday . Nice idea.
    Last edited by lo0ol; 03-02-2013 at 12:25 PM.

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

    Default

    Works good job! However even though I am a script newb I would suggest adding in anti-leech but thats up to you, I mean I really want to learn to script so they help me alot to understand coding better even though they are still hard for me.

    Also I noticed that the bank icon constantly jumps to another place when you come back into the world. Isn't it possible to set the DTM to the brown squares in the bank? I haven't tried it myself so I do not know how unique that color is. I know it is visible on the minimap though.

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

    Default

    Nice job man seems to be working flawlessly for me now.

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

    Default

    Quote Originally Posted by Yippie View Post
    Works good job! However even though I am a script newb I would suggest adding in anti-leech but thats up to you, I mean I really want to learn to script so they help me alot to understand coding better even though they are still hard for me.

    Also I noticed that the bank icon constantly jumps to another place when you come back into the world. Isn't it possible to set the DTM to the brown squares in the bank? I haven't tried it myself so I do not know how unique that color is. I know it is visible on the minimap though.
    It works fine using the symbol, also its unfortunate that color is also nearby asca.png


    I will be adding anti leech when I have enough people telling me the script is working ok.

    Thanks for the suggestions
    Last edited by wthomas; 03-02-2013 at 12:51 PM.

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

    Default

    i keep getting this when i try to run a 2007 script. "Exception in Script: Unable to find file 'P07Include.Simba' used from 'C:\Users\mathew\Downloads\EssenceHarvester104NoSm art (1).simba"
    What should i do? how can i fix this? Will pay 25k gp to the first person to help!

  22. #272
    Join Date
    May 2012
    Posts
    22
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

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


    Whats wrong? i have putted the 07upchars in fonts but it still doesnt work? :O please help

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

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

    Default

    I really want to try and bot 2007scape!
    But i get this error
    Successfully executed.
    New window: 788636
    [Hint] C:\Simba\Scripts\EssenceHarvester104NoSmart.simba( 425:3): Variable 'MTPA' never used at line 424
    [Hint] C:\Simba\Scripts\EssenceHarvester104NoSmart.simba( 426:3): Variable 'I' never used at line 425
    Compiled successfully in 374 ms.
    SRL Compiled in 0 msec
    Checking P07Include VersionNumber
    Local : 1.7 / Latest : 1.7
    You Have The Latest Version of P07Include
    waiting 5seconds you you to drop your mouse
    script Starting
    Error: Exception: Font [P07UpChars] not found. at line 226
    The following DTMs were not freed: [0, 1, 2, 3, SRL - Lamp bitmap, 5, 6, 7, 8, 9]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap, SRL - NavBar Bitmap, SRL - Options Bitmap]
    [Error] C:\Simba\Includes\P07Include.Simba(57:3): Unknown identifier 'MMouse' at line 56
    Compiling failed.
    Last edited by Mikkoz99; 03-02-2013 at 12:49 PM.

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

    Default

    Quote Originally Posted by Mikkoz99 View Post
    I really want to try and bot 2007scape!
    But i get this error
    [Error] C:\Simba\Includes\P07Include.Simba(57:3): Unknown identifier 'MMouse' at line 56
    Compiling failed.
    You either changed a bit of code or dont have SRL I believe.

    @TraCme, restart simba to reload the fonts if you installed them correctly.

Page 11 of 44 FirstFirst ... 91011121321 ... 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
  •