You've seen this firsthand?and your detection of gas does not work
Hmm, though i had that fixed. Well, I'll take a look at it. You have version 3.2?i'll check it out i'll post a proggie later
It still have the same problem. It doesn't drop the ores, and still say: Our pick has been lost! Trying to fix!.
I don't really see how you could get that because it's only supposed to say that when it finds the test "no pick" in your chatbox.
Edit: Ok version 3.3 is out and I just replaced the gas finder with a generic SRL one. Also took out your pick being lost error, Sjaakie37
---------Rockmans Powerminer---------
Worked For: 39 Minutes and 49 Seconds
Loads Mined and Dropped: 11
Total ores mined so far: 201
We have leveled 0 times so far
You are using Version 3.3
nice broken pick would u sugest going with 2-3 pics in invent??? would that work. but other then that very impressive
i find this when i start the script
Include file C:\Program Files\SCAR 3.14\includes\SRL\SRL\Misc\Smart.scar does not exist.
Nice, I will check it out
Btw, Gas finder works for me.(version 3.2) , I will check this out too.
EDIT: It works fine now! no more; we lost our pickaxe!
This script is great!
Even the dropping procedure and gas finder works!
You're a great scripter!
i'll post proggy when i stop the program
SCAR Code:Question is:
What number is the Square
Answer is -1
******** SOLVED BOX RANDOM ********
Found a box, solving...
Question is:
Which shape has number 6
Answer is Square
******** SOLVED BOX RANDOM ********
That works too!![]()
hmm i get this error somebody know what to do?
Include file C:\Program Files\SCAR 3.14\includes\SRL\SRL\Misc\Smart.scar does not exist.
Include file C:\Program Files\SCAR 3.14\includes\SRL\SRL.scar does not exist.
Include file C:\Program Files\SCAR 3.14\includes\SRL\SRL\Skill\Mining.scar does not exist.
It would work as long as none of them were equipped. But, maybe next version ill make it so that you the script will replace the broken pick with a new one from inv. BTW thanks for the prog.nice broken pick would u sugest going with 2-3 pics in invent??? would that work. but other then that very impressive
Yea, I replaced the gasfind with an SRL one until i can make one that works well. Thanks.Quote:
Originally Posted by rockman View Post
You've seen this firsthand?
yes i have i was watching it it cause its smart duh... lol
and noticed gas was there and didnt detect i was at rimmiington mine so maybe the ground colour messed with it but it didnt detect it
Thanks. I'm glad i finally got it working for you.Nice, I will check it out
Btw, Gas finder works for me.(version 3.2) , I will check this out too.
EDIT: It works fine now! no more; we lost our pickaxe!
This script is great!
Even the dropping procedure and gas finder works!
You're a great scripter!
i'll post proggy when i stop the program
Make sure you have SCAR 3.14 and REV #14
I always use the dwarfen mine.
here's my proggie:
---------Rockmans Powerminer---------
Worked For: 12 Minutes and 15 Seconds
Loads Mined and Dropped: 2
Total ores mined so far: 55
We have leveled 0 times so far
You are using Version 3.3
/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
| SRL 4 Randoms Report |
| www.srl-forums.com |
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
| Talks : 1 |
| Old Men : 1 |
\~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
Works Great!
i think that there is something wrong with your gas finding, it said ******** FOUND FIGHTING RANDOM ******** but it was gas not a fighting random lol
---------Rockmans Powerminer---------
Worked For: 22 Minutes and 11 Seconds
Loads Mined and Dropped: 7
Total ores mined so far: 53
We have leveled 0 times so far
You are using Version 3.3
______________________________________
There are 1 player(s) still active.
- Seathe:
Location: In Mine | Mining Level: 71
Loads done so far: 7 | Ores mined and dropped: 53
Mining ores...
I'm
A
Master Quester
If you need any quest help Pm me.
Does this script bank itself?
Ok i got a question.
Everything is working scar, slr nice installed (i'm a noob with scar and slr :P)
So i did fill in the setup of this scipt with 1 player.
I push the run! button and s.m.a.r.t pops up.
1. Do i need to logon onto my account with the smart window or the program will logon?
2. When I hit the start bloking button and I wait for like ever the programm isn't doing anything what am i doing wrong?
This is my setup:
program RockmansPowerminer;
{.include SRL/SRL/Misc/Smart.scar}
{.include SRL/SRL.scar}
{.include SRL/SRL/Skill/Mining.scar}
const
YourSRLId = 'avalance'; // If you don't have register at:
YourSRLPassword ='here my pass ofc'; // http://srl-forums.com/stats/index.php?action=register
WorldToLoad = 121; // World to load when SMART starts
AutoRespond = True; // Use the auto-responder?
MaxWaitTime = 5 ; // Max time to wait for rock to mine in seconds
RockTol = 5 ; // Put higher if it is not finding the rock
RunDir = 'N'; // The direction to run when a fight or gas is found
RunFar = True ; // Run far if a fight is found?
StartPlayer = 1 ; // Player to start with
Procedure DeclarePlayers;
begin
HowManyPlayers := 1; //How many players will be mining
NumberOfPlayers(HowManyPlayers);
CurrentPlayer := StartPlayer;
Players[0].Name :='';
Players[0].Pass :='';
Players[0].Nick :='';
Players[0].Booleans[1] := True; // Mining new rocks?
Players[0].Strings[1] :='copper'; // What rock you are mining
Players[0].Integers[0] := 4; // Loads to do before switching
Players[0].Active := False; // Using this player
Players[1].Name :='my rs name ofc';
Players[1].Pass :='my pass ofc';
Players[1].Nick :='Ava';
Players[1].Booleans[1] := True;
Players[1].Strings[1] :='coal';
Players[1].Integers[0] := 9;
Players[1].Active := True;
Players[2].Name :='';
Players[2].Pass :='';
Players[2].Nick :='';
Players[2].Booleans[1] := True;
Players[2].Strings[1] :='copper';
Players[2].Integers[0] := 4;
Players[2].Active := False;
Players[3].Name :='';
Players[3].Pass :='';
Players[3].Nick :='';
Players[3].Booleans[1] := True;
Players[3].Strings[1] :='copper';
Players[3].Integers[0] := 4;
Players[3].Active := False;
Players[4].Name :='';
Players[4].Pass :='';
Players[4].Nick :='';
Players[4].Booleans[1] := True;
Players[4].Strings[1] :='copper';
Players[4].Integers[0] := 4;
Players[4].Active := False;
Players[5].Name :='';
Players[5].Pass :='';
Players[5].Nick :='';
Players[5].Booleans[1] := True;
Players[5].Strings[1] :='copper';
Players[5].Integers[0] := 4;
Players[5].Active := False;
Players[6].Name :='';
Players[6].Pass :='';
Players[6].Nick :='';
Players[6].Booleans[1] := True;
Players[6].Strings[1] :='copper';
Players[6].Integers[0] := 4;
Players[6].Active := False;
Players[7].Name :='';
Players[7].Pass :='';
Players[7].Nick :='';
Players[7].Booleans[1] := True;
Players[7].Strings[1] :='copper';
Players[7].Integers[0] := 4;
Players[7].Active := False;
Writeln( IntToStr (HowManyPlayers) + ' Player(s)' );
end;
When I start the script i see this:
Rockmans Powerminer Version 3.3
_______________________________
Good luck and hope for a nice prog
_______________________________
Starting SMART.....
_______________________________
A screen is starting with rs loading but nothing is happening! Plz help me what am I doing wrong
Sweet for first script![]()
KEWL!![]()
Avalance, put the StartPlayer to 0, then fill out the first declare players area (Player 0) with your details. It should work fine, and yes, it logs in for you.
Also, you have to set HowManyPlayers to how many player brackets there are in DeclarePlayers. So, in other words, if you want to use one player, put HowManyPlayers to 8 and set them all to Active = False except the one you are using.
OR you can put HowManyPlayers to 1 and delete the other player brackets that you aren't using.
Hope that made sense.
Tnx for your help I filled everything exact the way you say, but when I hit the run! button scare closes and s.m.a.r.t window isn't starting :S
Had a couple little errors due to using newiest scar, works great
http://r5.fodey.com/122fc5beac4814c4...6e6b66d6.1.gif
http://www.fenjer.com/adnan/SRL/12/9...rimpFisher.png
http://www.fenjer.com/adnan/SRL/23/9...Aircrafter.png
http://www.signaturebar.com/uploads/images/3839.gif
http://www.signaturebar.com/uploads/images/22631.png
http://www.signaturebar.com/uploads/images/16762.png
Computer Nerd 4life
Include file C:\Program Files\SCAR 3.14\includes\SRL\SRL\Misc\Smart.scar does not exist.
I tried to download the include, but it says "error while obtaining include list"
Try it again, make sure you have Subversion installed and have REV #14
Make sure everything you have is current(Scar 3.14 and REV #14) and try it again. Try to start the script wait for the SMART window to open, then stop script, and restart it when SMART is completely loaded.Tnx for your help I filled everything exact the way you say, but when I hit the run! button scare closes and s.m.a.r.t window isn't starting :S
How can I get Rev #14?
And s.m.a.r.t?
There are currently 1 users browsing this thread. (0 members and 1 guests)