Page 1 of 2 12 LastLast
Results 1 to 25 of 46

Thread: Ultimate Burner

  1. #1
    Join Date
    Dec 2006
    Location
    Latvia
    Posts
    97
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Ultimate Burner

    Ultimate burner v0.7 (08-05-2011)

    Features:
    • Burns any logs at any supported location
    • Multi-player support (untested)
    • Anti-ban
    • SRL Stats


    Supported locations:
    • Falador east bank (Most testing done at)
    • Varrock west bank
    • Varrock east bank
    • Draynor bank


    How to add more locations?
    Scroll down to InitScript procedure (Around line 73) and add more BurnInfo to array, with something like this:
    Simba Code:
    with BurnInfo[x] do // x, current index
    begin
        BankName  := 'feb'; // Bank name we should open. See any of bank includes to see supported banks.
        BankTile  := Tile(3013, 3356); // Some tile inside bank, as I'm using WebWalk to walk to bank if it is not seen.
        StartTile := [Tile(3033, 3360), Tile(3033, 3361), Tile(3033, 3362), Tile(3033, 3363), Tile(3033, 3364)]; // Tiles where we should start lighting fires.
    end;
    I think this is pretty much self explanatory..

    Future updates:
    • More locations (Please request)
    • Better progress report
    • Speed up burning


    Bugs & Problems:
    • Player's working time is sometimes displayed incorrectly (SRL issue)
    • Sometimes doesn't find tinderbox after logging in because of lag. - Uncommet line 112 to fix this.


    Version history:
    • [08-05-2011] v0.4. Flight's additions (Break, Report and other stuff)
    • [12-04-2011] v0.3. Big changes.. See this post
    • [09-04-2011] v0.2. Added check to see if log is in bank, added SRL stats and few more fixes
    • [09-04-2011] v0.1. Added tinderbox check and bug that didn't allow to solve randoms
    • [08-04-2011] v0.0. Initial release


    Progress reports:
    Progress Report by enoyhs:
    === Ultimate Burner 0.4 ~ By enoyhs =======
     Experience gained: 848,326
     Burning          : Willow logs
     XP/H             : 92,033
     Time running     : 9 Hours, 13 Minutes and 3 Seconds
    ====================================


    Progress Report by enoyhs:
    === Ultimate Burner 0.4 ~ By enoyhs =======
     Experience gained: 864,770
     Burning          : Willow logs
     XP/H             : 92,668
     Time running     : 9 Hours, 19 Minutes and 54 Seconds
    ====================================
    Last edited by enoyhs; 05-10-2011 at 02:35 PM.

  2. #2
    Join Date
    Aug 2008
    Location
    Kelowna, B.C
    Posts
    188
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Any reflection use?

  3. #3
    Join Date
    Aug 2007
    Location
    Colorado
    Posts
    7,421
    Mentioned
    268 Post(s)
    Quoted
    1442 Post(s)

    Default

    Lol you beat me to making this. I was planning to make this soon but laziness was winning the battle. I'll check this out in a while see how it works.

    Current projects:
    [ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]

    "I won't fall in your gravity. Open your eyes,
    you're the Earth and I'm the sky..."


  4. #4
    Join Date
    Mar 2011
    Posts
    22
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    getting this error

    ** Warning in InvBox: Incorrect index: 0**
    Warning! You passed a wrong xs to a finder function: -1. That is below 0, thus out of bounds. Setting the value to 0 for now.
    Warning! You passed a wrong ys to a finder function: -1. That is below 0, thus out of bounds. Setting the value to 0 for now.
    ** Warning in InvMouse: Inventory slot #0 is not a valid slot**

  5. #5
    Join Date
    Aug 2007
    Location
    Colorado
    Posts
    7,421
    Mentioned
    268 Post(s)
    Quoted
    1442 Post(s)

    Default

    I've had that problem before. I'd recommend a simple DTM finding for the tinderbox, find the x/y of the DTM and use those coordinates to determine which inventory slot it's in. Either that or have it required to have the tinderbox in the first inventory slot and just click randomly within that box every time, pretty much eliminate the need to search for the tinderbox in the inventory.

    Current projects:
    [ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]

    "I won't fall in your gravity. Open your eyes,
    you're the Earth and I'm the sky..."


  6. #6
    Join Date
    Dec 2006
    Location
    Latvia
    Posts
    97
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by tofurocks View Post
    Any reflection use?
    It is almost all reflection. This was test project to see how good I can use reflection..

    Quote Originally Posted by paulio151515 View Post
    getting this error
    As Flight mentioned, it is because you didn't have TinderBox in inventory.

    I uploaded new version with bug fixes and tinderbox check.

  7. #7
    Join Date
    Feb 2011
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Report

    Progress Report:
    Ultimate burner 0.1 by enoyhs
    Time worked:      45 Minutes and 50 Seconds [46 Minutes and 22 Seconds]
    Logs burned:      758 [758]
    XP gained:        68,130 [136,170]
    XP / Hour gained: 89,173

  8. #8
    Join Date
    Jun 2007
    Location
    Netherlands
    Posts
    137
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I'm going to test this today after i lvl the skill i'm botting now got 850 willow logs in my bank i need to burn:P
    I'll update this post

    (Oh btw for the locations maybe add grandexchange. Maybe you don't want to add that because it is crowded with firemakers already but it's a great spot )
    This week is exam week, after that I'll start making my first script

    I've been away for a while, reading about the updates i've missed now

  9. #9
    Join Date
    Dec 2006
    Location
    Latvia
    Posts
    97
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by autoerforlife View Post
    I'm going to test this today after i lvl the skill i'm botting now got 850 willow logs in my bank i need to burn:P
    I'll update this post

    (Oh btw for the locations maybe add grandexchange. Maybe you don't want to add that because it is crowded with firemakers already but it's a great spot )
    Hoping for good report (If you downloaded the script before posting, download it again, change some minor things)

    About GE, I'm not sure if the banking works there.. But I will think about it.

  10. #10
    Join Date
    Jun 2007
    Location
    Netherlands
    Posts
    137
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Downloaded the new version , running it now.
    I had to help it getting logs out of the bank the first time, my bankscreen was scrolled down a little and it rightclicked on an empty bankspace to withdraw the logs (i think it did click on the spot where it should have clicked if the bankscreen was scrolled up).
    After that the script walked my char to the bank entrance and tried banking again because i had no logs in my inventory. But I scrolled my bank up manually because i didnt want it to fail again (don't want this account banned:P) so i don't know if it fixes itself the second try.

    I'll post the progress report however it are 700+ logs not 800+ as i said before
    This week is exam week, after that I'll start making my first script

    I've been away for a while, reading about the updates i've missed now

  11. #11
    Join Date
    Dec 2006
    Location
    Latvia
    Posts
    97
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by autoerforlife View Post
    Downloaded the new version , running it now.
    I had to help it getting logs out of the bank the first time, my bankscreen was scrolled down a little and it rightclicked on an empty bankspace to withdraw the logs (i think it did click on the spot where it should have clicked if the bankscreen was scrolled up).
    After that the script walked my char to the bank entrance and tried banking again because i had no logs in my inventory. But I scrolled my bank up manually because i didnt want it to fail again (don't want this account banned:P) so i don't know if it fixes itself the second try.

    I'll post the progress report however it are 700+ logs not 800+ as i said before
    Banking is Reflection issue. You should have logs in visible spot and bank tab opened.

    Also I uploaded new version (v0.2) They come along fast Use it please, as it has SRL Stats and few more failure checks...

  12. #12
    Join Date
    Jun 2007
    Location
    Netherlands
    Posts
    137
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by enoyhs View Post
    Banking is Reflection issue. You should have logs in visible spot and bank tab opened.
    Ah ok didn't know.. always have stuff in visible slot when botting but this was my fault :P
    Quote Originally Posted by enoyhs View Post
    Also I uploaded new version (v0.2) They come along fast Use it please, as it has SRL Stats and few more failure checks...
    Ok i'll stop this run and start again with new script here's the (short)proggie:

    Ultimate burner 0.1 by enoyhs
    Time worked: 32 Minutes and 22 Seconds
    Logs burned: 5**
    XP gained: 46,***
    XP / Hour gained: 85,580


    Sorry i *'ed out some stuff cause i'm overprotecting my main (Don't know if it even makes sense to get out the exact amount of logs burned and stuff)

    Oh btw can you add a function so i can declare if my char is member or not (Maybe i could do it myself too, but may come in handy for other users too)
    And bankpin option maybe

    Another edit:
    new proggie, out of logs now but it works flawless

    Ultimate burner 0.2 by enoyhs
    Time worked: 14 Minutes and 59 Seconds
    Logs burned: 2**
    XP gained: 20,***
    XP / Hour gained: 81,788
    Last edited by autoerforlife; 04-09-2011 at 01:32 PM.
    This week is exam week, after that I'll start making my first script

    I've been away for a while, reading about the updates i've missed now

  13. #13
    Join Date
    Feb 2011
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Report

    Progress Report:
    Ultimate burner 0.2 by enoyhs
    Time worked:      46 Minutes and 37 Seconds [46 Minutes and 40 Seconds]
    Logs burned:      743 [743]
    XP gained:        66,870 [133,740]
    XP / Hour gained: 86,060

  14. #14
    Join Date
    Dec 2006
    Location
    Latvia
    Posts
    97
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Progress Report:
    Ultimate burner 0.2 by enoyhs
    Time worked:      2 Hours, 9 Minutes and 35 Seconds
    Logs burned:      2,074
    XP gained:        187,260
    XP / Hour gained: 86,428


    Looks like break system is broken I will look into it..

  15. #15
    Join Date
    Feb 2011
    Location
    Amsterdam
    Posts
    41
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Progress Report:
    Ultimate burner 0.2 by enoyhs
    Time worked:      1 Hours, 19 Minutes and 37 Seconds [1 Hours, 19 Minutes and 51 Seconds]
    Logs burned:      1,177 [1,177]
    XP gained:        159,030 [159,030]
    XP / Hour gained: 119,846


    Turned it off manually because i'm going to bed.
    works pretty good!

  16. #16
    Join Date
    Feb 2007
    Location
    Colorado, USA
    Posts
    3,716
    Mentioned
    51 Post(s)
    Quoted
    624 Post(s)

    Default

    Working great so far.. I tested out the walking & it walked from some random spot in varrock all the way to falador east bank

    I'll update with a progress report when done

    had about a 30 min proggy & simba crashed lol

    works great though
    Last edited by grats; 04-10-2011 at 02:47 AM.
    The only true authority stems from knowledge, not from position.

    You can contact me via matrix protocol: @grats:grats.win or you can email me at the same domain, any user/email address.

  17. #17
    Join Date
    Feb 2011
    Location
    Amsterdam
    Posts
    41
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Due to todays update the script doesn't detect the tinderbox anymore. >.<

    E: Works fine again.
    Last edited by Icyx; 04-13-2011 at 11:05 AM.

  18. #18
    Join Date
    May 2007
    Location
    England
    Posts
    4,140
    Mentioned
    11 Post(s)
    Quoted
    266 Post(s)

    Default

    Quote Originally Posted by Icyx View Post
    Due to todays update the script doesn't detect the tinderbox anymore. >.<
    The ID of the tinderbox shouldn't have changed (if that's what's use to check for it [I haven't read the code]), so something in Reflection probably just needs updating.
    <3

    Quote Originally Posted by Eminem
    I don't care if you're black, white, straight, bisexual, gay, lesbian, short, tall, fat, skinny, rich or poor. If you're nice to me, I'll be nice to you. Simple as that.

  19. #19
    Join Date
    Feb 2011
    Location
    The Future.
    Posts
    5,600
    Mentioned
    396 Post(s)
    Quoted
    1598 Post(s)

    Default

    Line 167 can be:
    Simba Code:
    if (i < 1) or (i = TinderboxPos) or (R_ItemExists(TINDERBOX_ID, Item) = false) then

    and line 190 can be:
    Simba Code:
    R_ClickItemBy(TINDERBOX_ID, True, '')
    That way if it misclicks a log or there is still logs in the invent, it will go back and click it till no more then bank.

    Example: Emaziz's EmHerb:
    Simba Code:
    begin
              if not R_ItemExists(cGrimyHerb,trash) then
                continue;
              case random(4) of
                0: p := p1;
                1: p := p2;
                2: p := p3;
                3: p := p4;
              end;
              for i:=0 to high(p) do
              begin
                R_ClickItem(p[i],True,'Clean');
                wait(cCleanWaitTime + random(cCleanWaitTime/3));
              end;
              vHerbsCleaned := vHerbsCleaned + 28;
              stats_IncVariable('Herbs Cleaned', 28);
              if (vHerbsCleaned >= cHerbsToClean) then doClean := False;
            end;

    If something happens, that will leave extra herbs in the inventory all the time.. such as a huge lag or maybe a misclick or maybe even a random or whatever.. then it will automatically bank or skip to the rest of herbs leaving some left..

    Where he can use just repeat R_ClickItemBy(ID, true, '') Until(R_ItemExists(ID, Item) = false).. Now there will be none left because it will always go back and check if any are left over..

    that code is from his old script though.. new one doesnt seem to have that problem.
    Last edited by Brandon; 04-12-2011 at 06:45 PM.
    I am Ggzz..
    Hackintosher

  20. #20
    Join Date
    Dec 2006
    Location
    Latvia
    Posts
    97
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    OK, so I have had new version ready for few days now. I wanted to upload it yesterday but because of RS outage didn't want to upload it untested and today I was waiting for reflection update. Now that all that is past us, I present to you Ultimate Burner v0.3, which has shit load of additional things

    So first thing first:
    I fixed:
    • Breaking
    • Tinderbox, log missclicks
    • Walking
    • And many more I can't remember


    I added:
    • Possibility to add any location (Details in first post)
    • Few more locations (Draynor and East Varrock)
    • SRL progress report


    Also note you may have to change LoggedIn function (see this).

    As always any and all reports are more than welcome!

  21. #21
    Join Date
    Dec 2006
    Location
    New York
    Posts
    473
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Progress Report:
    [==================================================================================]
    [ Nick | Active | Worked   | Banked | Logs | XP     | LogType     | Logs/H | XP/H  ]
    [==================================================================================]
    [       | True   | 01:44:06 | 56     | 1561 | 140490 | Willow Logs | 900    | 80973 ]
    [==================================================================================]


    Worked Great, ran out of logs

    Bugs: Stops at bank and logs out. I believe it results from not finding the bank booth.

  22. #22
    Join Date
    Aug 2007
    Location
    Colorado
    Posts
    7,421
    Mentioned
    268 Post(s)
    Quoted
    1442 Post(s)

    Default

    I'm pretty sure Fist of Guthix is a good place to train Firemaking at, you might consider adding that location in your next update.

    Current projects:
    [ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]

    "I won't fall in your gravity. Open your eyes,
    you're the Earth and I'm the sky..."


  23. #23
    Join Date
    Nov 2010
    Location
    West Philadelphia, born and raised
    Posts
    522
    Mentioned
    1 Post(s)
    Quoted
    19 Post(s)

    Default

    I would totally try this out if I didn't already have 99fm on my main :/ I don't know the exact locations the script runs at, but I do know a few good lines of tiles no one ever uses. If you need them I can post them later (too lazy to get on and take pics atm).

    Quote Originally Posted by Flight View Post
    I'm pretty sure Fist of Guthix is a good place to train Firemaking at, you might consider adding that location in your next update.
    It used to be a really good spot, before it became well-known. Now, almost every world has at least 2 people lighting fires in there.
    Long ago, the '90s Nicktoons lived together in harmony. Then, everything changed when the century turned. Only Avatar, the best of the 2000's Nicktoons, could save them. But when the channel needed it most, the show finished. Four years passed and Mike and Bryan created the new Avatar: Legend of Korra. And although the show itself is great, it has a long way to go before it can live up to The Last Airbender. But I believe Korra can save Nickelodeon.

  24. #24
    Join Date
    Jun 2008
    Location
    Australia
    Posts
    111
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hey, script works well but doesn't like to last over 2 hours. Generally gets stuck with randoms, sometimes it would appear to be SRL/Reflec fault but sometimes it seems like it doesn't detect the random.

    I just watched it now and saw it fail with walking. It attacked a guard (VEB btw), but this didn't hurt it.

    It then was on a fire meaning it had to move to light but it moved to another fire. Then it moved back, then back, etc. The pic attached shows where this happened. NOTE the ashes (2 tiles below char) is where the 2nd fire was.

    Also it sometimes picks up ashes, same problem as fighting guards.

    Just though I'd give you some info, though I am unsure if you care about this script...congrats on members (if I'm not mistaken). I will post a progress report if I can get much over 2h.

    Thanks.

    [EDIT]

    Heres a proggie:
    [================================================== ================================]
    [ Nick | Active | Worked | Banked | Logs | XP | LogType | Logs/H | XP/H ]
    [================================================== ================================]
    [ hsv | True | 06:02:22 | 183 | 4882 | 441540 | Willow Logs | 809 | 73107 ]
    [================================================== ================================]
    It failed to open the bank, it hovered over it but did not right click. I manually continued it but I only ran it for another half hour as it got stuck like before (between two fires 2 tiles apart) and made me look completely like a bot.
    Last edited by Wolygon; 04-15-2011 at 03:25 PM.

  25. #25
    Join Date
    Feb 2011
    Location
    Amsterdam
    Posts
    41
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ran smoothy for 6,5 hours earlier today at fally west bank.



    Thanks a lot, awesome script!!
    Last edited by Icyx; 04-15-2011 at 09:37 PM.

Page 1 of 2 12 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
  •