View Full Version : Etherfreak's Log Burner
thomas1116
03-20-2012, 07:55 PM
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 :D
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!
thomas1116
03-20-2012, 08:29 PM
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 .... :/
thomas1116
03-20-2012, 08:30 PM
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 .... :/
FameGK
03-21-2012, 12:32 AM
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.
phamxboa
03-24-2012, 08:53 PM
It freezes at the bank after couple trips.
Dragonrider
03-26-2012, 12:48 AM
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.
EtherFreak
04-06-2012, 04:43 PM
you will need to change line 211 to
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.
superbuster4
04-06-2012, 11:40 PM
so does this work flawlessly know? in meaning does it work for 6h?
EtherFreak
04-08-2012, 03:04 AM
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...
Pokeguyx
04-11-2012, 06:04 PM
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.
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
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)
richymul
04-15-2012, 12:03 AM
[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.
flootn
05-23-2012, 08:24 AM
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 ?
maxhop69
06-01-2012, 04:11 PM
add support for fire spirits please!!!!! cand find one that works anywhere :(
gooddiubro
06-03-2012, 10:47 AM
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.
EtherFreak
06-04-2012, 04:01 AM
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
Armchair Sniper
06-29-2012, 07:37 PM
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?
element82196
07-04-2012, 05:13 AM
ugh i just want one bonfire bot to work so i can finally go for 99
Ezio Auditore da Firenze
07-04-2012, 05:26 AM
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
EtherFreak
07-09-2012, 05:15 PM
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!
EtherFreak
08-07-2012, 03:32 PM
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!
satkan
08-13-2012, 03:48 PM
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) :
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?)
EtherFreak
10-20-2012, 04:18 AM
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.
daniyal007
11-03-2012, 04:37 AM
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!
EtherFreak
11-04-2012, 04:49 AM
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...
daniyal007
11-04-2012, 09:48 AM
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!
Ashaman88
11-04-2012, 12:35 PM
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!
Re dl and then reopen the script hit play without typing anything into it and see if it compiles then.
EtherFreak
11-04-2012, 08:51 PM
you downloaded the V9.2 beta? what version of simba are you using (help->about->revision #). are you trying to use smart, or a client?
Scorched
11-05-2012, 09:03 AM
I downloaded the v9.2 beta. The script will compile correctly but it will not do anything after that.
daniyal007
11-05-2012, 10:33 AM
you downloaded the V9.2 beta? what version of simba are you using (help->about->revision #). are you trying to use smart, or a client?
Yea I downloaded v9.2 beta. simba version is 991. Lol I guess I don't even know what I am trying to use... I came from PB and simba seems SOOOOOOO much more complicated -.- Haven't gotten a single script to work yet and it's been a week...
I know this is going out of your way to do this, but could you tell me step by step how to use this script? Cuz what I did was, opened up simba, then clicked file and open, and then clicked the downloaded file (v9.2). Then it's obvious one doesn't just hit play after... so what do I do next after that? And also I am unsure about the "if you are using simba, remove //" but there are sooooo many // all over, I gotta remove all? or where?
Yeah big noob here I know, but we didn't have to do this stuff at PB :/
Thanks in advance :) Hopefully I can get my first script to work today...
EtherFreak
11-06-2012, 02:39 AM
program LogBurner;
//Remove // for smart
//{$DEFINE SMART}
{.include SRL/SRL.simba}
See the define smart. right now it is commented out. you comment out stuff in a script by typing // and whatever text you want commented out after that. you also need to set where your logs are in your bank account, and you can set up your username and pass for auto login. I would recommend you read some of the tutorials here:
http://villavu.com/forum/forumdisplay.php?f=28
as these will help you understand the scripting, and get you on the road to writing your own scripts one day.
elmostreet
12-10-2012, 07:52 AM
This script does not work after the EoC update.
EtherFreak
12-11-2012, 02:14 AM
This script does not work after the EoC update.
Good to know, I will look into it. Can you give some details of the issues you encountered?
Found a quick EoC fix:
Change line 138 to
mouse(157,182,25,25,true);
Change line 150 to
mouse(370,182,25,25,true);
This changes the movement of the mouse so that it will click on the new EoC tool options pop-up that appears after clicking a log. It will simply click on the tinderbox this first time. Then the second time it will add to bonfire. It may misclick outside the option but should fix itself.
Having issues running at VEB, FEB is working fine though.
Powered by vBulletin® Version 4.2.1 Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.