Wow, i tested it and worked very good :)
Printable View
Wow, i tested it and worked very good :)
Tested that -.-Quote:
If anyone wants a partial script that lights logs for them, use this:
ScarScript: By Drunkenoldma
Program New;
{.include srl/srl.scar}
Function IsLog(InvSpot : integer) : Boolean;
Var
P : Tbox;
Begin
GetInvItemBounds(InvSpot, p);
Result := CountColor(65536, p.x1, p.y1, p.x1+34, p.y1+27) = 85;
End;
Procedure BurnLog(InvSpot : Integer);
Begin
If Not IsLog(InvSpot) Then
Exit
Else
Begin
MouseItem(1, true);
Wait(500 + random(500));
MouseItem(InvSpot, True);
Wait(500 + random(500));
While Not InChat('atches and the') Do
Wait(500 + random(500));
End;
End;
Procedure Mainloop; //For locals.
Var
I : Integer;
Begin
SetupSrl;
Gametab(4);
For I := 2 to 28 Do
Begin
If IsLog(I) Then
BurnLog(I);
End;
End;
Begin
SetupSRL;
Repeat
If IsFkeyDown(9) Then
Mainloop;
Until(IsFkeyDown(10))
End.
Every time you want it to light a load, hit f9. To stop, hit f10.
kewl script
it worked... kinda..
lol
goodpeople
Dosent work for me, it cant get the logs out of my bank:/ i've put them so that they are visible when the bank is opened. help?
Line 66: [Error] (16412:4): Unknown identifier 'AlmostLogOut' in script C:\Users\User\AppData\Local\Microsoft\Windows\Temp orary Internet Files\Low\Content.IE5\SLIHAV09\StormLighterv1%2C3[1].scar
Failed when compiling
I get this when I start the script... something to look at!
Definately have to give this script a try.... Ill post proggy later
Read the previous posts, ITS OUTDATED!!!
If you want a working script, use the partial fire making script by Drunkenoldma posted few posts before.
Lol @ it being by Drunkenoldma ^.^.
It was written by me, Drunkenoldma wrote the script that puts the scar tags, bolds the words, etc.
SCAR Code:If Then And Do While
See?
~Sandstorm
Sorry then, was looking at previous posts and saw one post, saying Drunkenoldma wrote it. My apologies:PQuote:
Lol @ it being by Drunkenoldma ^.^.
It was written by me, Drunkenoldma wrote the script that puts the scar tags, bolds the words, etc.
Thank you vary much im going to try it out in a few mins :)
i have this error:
Line 47: [Error] (16253:1): Unknown identifier 'PerfectNorth' in script
Is this still being updated? because i wouldnt mind helping out by posting a proggie and reaping the benefits on an auto fmaker.