Page 11 of 12 FirstFirst ... 9101112 LastLast
Results 251 to 275 of 283

Thread: Etherfreak's Log Burner

  1. #251
    Join Date
    Feb 2012
    Location
    Ålesund,Norway
    Posts
    281
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Walks flawless for me !! ill post a proggyie when it dcds/ or stops :P
    Thanks again for a great script! ) im so glad u made + Updated it

    Edit: well i found 1 bug, it ALWAYS after burning all logs fail to find bank, cus its 1 step from the bank then it wont move so i think u need change some coordinates :S PS: i dnt know how to make it work cus i suck at scripting :P hope for an quick reply!
    Last edited by thomas1116; 03-20-2012 at 08:06 PM.

  2. #252
    Join Date
    Feb 2012
    Location
    Ålesund,Norway
    Posts
    281
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Walking to burn. The roadcolor is:8882830.
    Burned correctly
    not in the bank, trying again
    (4820, 2935)
    In the bank
    There are 83 loads to go.
    Banking kill is:0.
    Banked corectly
    Walking to burn. The roadcolor is:8882830.
    Cant light a fire here, trying a different spot
    Cant light a fire here, trying a different spot
    Cant light a fire here, trying a different spot
    Cant light a fire here, trying a different spot
    Fire Issue, logging out...
    Successfully executed.

    i picked 100 loads... but it walked wrong and couldn't light the log, so it logged out + it says: not in the bank, trying again, when it says that it just stand there 1 step away from the bank dudes or bank man .... :/
    Last edited by thomas1116; 03-20-2012 at 08:32 PM.

  3. #253
    Join Date
    Feb 2012
    Location
    Ålesund,Norway
    Posts
    281
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i picked 100 loads... but it walked wrong and couldn't light the log, so it logged out + it says: not in the bank, trying again, when it says that it just stand there 1 step away from the bank dudes or bank man .... :/

  4. #254
    Join Date
    Jan 2012
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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.

    I keep getting that error.
    It lights one log and logs off due to "Fire Error".

    Tried on all banks.

  5. #255
    Join Date
    Nov 2011
    Posts
    194
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    It freezes at the bank after couple trips.

  6. #256
    Join Date
    Jan 2012
    Posts
    136
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Banking kill is:0.
    Banking kill is:1.
    Banking kill is:2.
    Banking kill is:3.
    Banking failed, logging out...

    I get this after a couple of trips and it logs out at falador east bank.

  7. #257
    Join Date
    Jul 2010
    Location
    Western US
    Posts
    387
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    you will need to change line 211 to
    Simba Code:
    if ((posoplay.x>4520) and (posoplay.x<4851) and (posoplay.y<2971) and (posoplay.y>2964))
    for veb, as for feb, it is the same idea, but I dont have the values handy that need to be changed. I know with a little work, you can find it and fix it. Its at line 234. Happy Firemaking.
    Of all the things I have lost, I miss my mind the most.
    Current Projects:
    Addy bar miner and superheater

  8. #258
    Join Date
    Jan 2012
    Posts
    470
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    so does this work flawlessly know? in meaning does it work for 6h?

  9. #259
    Join Date
    Jul 2010
    Location
    Western US
    Posts
    387
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    It can, if there are not others burning in the same area. It will usually work through one other burning in the same area, but more then one, it can fail, and log you out. I am working on improving this so that it will run forever...
    Of all the things I have lost, I miss my mind the most.
    Current Projects:
    Addy bar miner and superheater

  10. #260
    Join Date
    Feb 2012
    Posts
    33
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Oh i left it on when i was sleeping, also with SMART Manager, when i checked in the middle of the night somehow it had a Roll (bread) and a cabbage.
    I think it was the Sandwich Lady Random.
    But other than that it's Flawless.

    Whoever needs help look below.
    Code for VEB at Lines 210-215.
    Simba Code:
    begin
           if ((posoplay.x>4520) and (posoplay.x<4851) and (posoplay.y<2971) and (posoplay.y>2964))
           then writeln(SPS_GetMyPos);
           SPSWalkVEB;
        end;
    End;
    ^ I tried this code it works EXCELLENT

    Code for FEB at lines 233-237
    Simba Code:
    begin
           if ((posoplay.x>4520) and (posoplay.x<4851) and (posoplay.y<2971) and (posoplay.y>2964))
           then writeln(SPS_GetMyPos);
           SPSWalkFEB;
        end;
    Had to edit line 236 with SPSWalkFEB; instead of SPSWalkVEB.
    ^If you get a Banking error for FEB ^
    After, you would need to edit Lines 212 And 235: writeln(SPS_GetMyPos)
    TO THIS: then writeln(SPS_GetMyPos)

  11. #261
    Join Date
    Feb 2012
    Posts
    46
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    [Hint] C:\Simba\Includes\SRL/SRL/core/mapwalk.simba(1353:3): Variable 'BOX' never used at line 1352
    [Error] C:\Simba\Includes\sps/sps.simba(300:3): Unknown identifier 'SPS_FilterMinimap' at line 299
    Compiling failed.

  12. #262
    Join Date
    May 2012
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    dumb question i know, but this is my first script i try to run. its says remove the // before the smart, where is that exactly? because when i run the script my player stands in the veb and he just keeps standing there. any help ?

  13. #263
    Join Date
    Apr 2012
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    add support for fire spirits please!!!!! cand find one that works anywhere

  14. #264
    Join Date
    Nov 2011
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by maxhop69 View Post
    add support for fire spirits please!!!!! cand find one that works anywhere
    Switch to bonfire scripts dude.
    Making rows of fire is like a "report me" sign on your forehead.

    EDIT: Thats fast! Thanks EtherFreak, I will test for a couple hours and see how it goes.
    Last edited by gooddiubro; 06-04-2012 at 11:14 AM.

  15. #265
    Join Date
    Jul 2010
    Location
    Western US
    Posts
    387
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    UPDATE 1.9 BETA
    BONFIRES! This script now burns bonfires. no more fire clashing. I am working on fire spirits, but right now it does not collect them.

    Remember, I have FM 99, so it is out of the kindness of my heart that I work on this script. I will do my best to help with issues, but I require you to tell me about the issues in detail. If you think my script should have a feature, think about adding it yourself, and letting me know for the goodness of the group. If you come here posting "script doesnt work dude" , and nothing else, I will not respond, and find this rather rude.

    Enjoy
    Of all the things I have lost, I miss my mind the most.
    Current Projects:
    Addy bar miner and superheater

  16. #266
    Join Date
    Jun 2012
    Location
    Texas
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default A little help

    Sup guys,
    Im new to Smart and i found this script and i thought, "wow, i have 3000+ willows, i really need this!" but I don't know how to insert it into smart or how to get it to work, my first bot my cousin did for me and I didn't watch, can I have some help?
    If you run, you'll only die tired

  17. #267
    Join Date
    Jan 2012
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ugh i just want one bonfire bot to work so i can finally go for 99

  18. #268
    Join Date
    Jul 2007
    Location
    Melbourne, Victoria, Australia.
    Posts
    665
    Mentioned
    0 Post(s)
    Quoted
    17 Post(s)

    Default

    Quote Originally Posted by element82196 View Post
    ugh i just want one bonfire bot to work so i can finally go for 99
    Eriks bonfire script works perfectly fine? Just gotta read through the thread and add in the fucntion to make it click "add to bonfire" correctly

    Here it is: http://villavu.com/forum/showthread.php?t=82691
    Last known as Jonno.

  19. #269
    Join Date
    Jul 2010
    Location
    Western US
    Posts
    387
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    This is still working to make bonfires, but I have not added fire spirit detection as of yet. Right now, I am using my burn procedure from this script with a woodcutting script for wc and fm experience all at once, which = free exp!
    Last edited by EtherFreak; 08-07-2012 at 03:31 PM.
    Of all the things I have lost, I miss my mind the most.
    Current Projects:
    Addy bar miner and superheater

  20. #270
    Join Date
    Jul 2010
    Location
    Western US
    Posts
    387
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Smart issues should be resolved, but please note that I do not use smart, and play in a client. The script is working great in clients, but may still have smart issues. Let me know if you have issues!
    Of all the things I have lost, I miss my mind the most.
    Current Projects:
    Addy bar miner and superheater

  21. #271
    Join Date
    Jul 2012
    Posts
    251
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Right, I'll check with my altbot.


    Set-up :
    Normal logs, varrock east, f2p, dressed in full black.




    [EDIT1_TRYSMART]
    I don't really want to see if i can fix this, as it would take me some tutorials and i don't have to much time atm.



    Shows error (in the SIMBA tab that opens) :

    [Error] C:\Simba\Includes\SRL\SRL\Misc\SMART.simba(53:19): Invalid number of parameters at line 52
    Compiling failed.

    This appears to be an empty line (It is the middle one in the quote down this line) :

    Code:
    SmartHoldKey(key);
    end;
    
    procedure SendKeys(S: String; keywait{$IFNDEF SIMBAMAJOR980}, keymodwait{$ENDIF}: integer);
    begin



    [EDIT2_TRYBROWSE]
    Works fine in a browser client, though very slow to add the first log to the bonfire (Like 7-13 seconds?)
    Last edited by satkan; 08-13-2012 at 04:03 PM. Reason: Just updating progress in checking.
    Activity
    Going asian on University College Ghent.
    No time for anything atm.

  22. #272
    Join Date
    Jul 2010
    Location
    Western US
    Posts
    387
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    1.92Beta I made it so smart would work...again. I may have made one or two other minor tweaks at some point, but I do not remember.
    Last edited by EtherFreak; 10-20-2012 at 04:54 AM.
    Of all the things I have lost, I miss my mind the most.
    Current Projects:
    Addy bar miner and superheater

  23. #273
    Join Date
    Aug 2012
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hey guys, I am new to Simba and so far loving it! Including the nice people and help
    Just gonna need some more :/

    When i run this script, I get this error:

    [Error] (4:2): 'BEGIN' expected at line 3
    Compiling failed.

    What am i doing wrong?

    Thanks in advance!

  24. #274
    Join Date
    Jul 2010
    Location
    Western US
    Posts
    387
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Quote Originally Posted by daniyal007 View Post
    Hey guys, I am new to Simba and so far loving it! Including the nice people and help
    Just gonna need some more :/

    When i run this script, I get this error:

    [Error] (4:2): 'BEGIN' expected at line 3
    Compiling failed.

    What am i doing wrong?

    Thanks in advance!
    What script are you trying to run? if you are trying to run one from my thread, it should work just fine...
    Of all the things I have lost, I miss my mind the most.
    Current Projects:
    Addy bar miner and superheater

  25. #275
    Join Date
    Aug 2012
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by EtherFreak View Post
    What script are you trying to run? if you are trying to run one from my thread, it should work just fine...
    Yeah, I was trying to run your log burner and it just said error in line 3 :/ Am I doing something wrong? Should I be adjusting the numbers or something? I am kinda new to a bit of help would be awesome!
    Thanks!

Page 11 of 12 FirstFirst ... 9101112 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
  •