PDA

View Full Version : Woodcut and Arrow Shaft



FrontLine
09-03-2007, 06:22 AM
Name: Woodcutter and Arrow Shaft!

Version: 1.0

SRL/SCAR 4.0 / 3.11

Comments:

This is my first script and I'm happy with the way it has turned out. I haven't had a chance to test it extensively so use at your own risk. It does what I wanted it to do however. Any comments and criticisms are much appreciated :)

Useage: Ensure your wood cutting axe is EQUIPPED and your knife is in THE FIRST SLOT.

king tut
09-03-2007, 07:01 AM
cool ill try it right away and give you some feedback if u want!!!

king tut
09-03-2007, 07:23 AM
it works quite well... but there is a problem with the login it just serches down the bttom of the screen. and also im not sure if u meant it to do this o not but when it cant find a tree it logs out but overall great job.
keep it up.
:sasmokin:

FrontLine
09-03-2007, 08:33 AM
it works quite well... but there is a problem with the login it just serches down the bttom of the screen. and also im not sure if u meant it to do this o not but when it cant find a tree it logs out but overall great job.
keep it up.
:sasmokin:

I don't think there is anything I can do about the login as that is a part of Scar/SRL. I didn't mean for the 'No-Tree-Logout' thing but I suppose it is a decent 'feature' despite being an accident :)


cool ill try it right away and give you some feedback if u want!!!

That would be much appreciated. I'd be really interested in how it does when it comes to Randoms and how it works out over a longer period of time (1h+).

pandaunion
09-03-2007, 09:18 AM
thanx ill go try this and do best to get a proggy back soon keep them up :D

FrontLine
09-03-2007, 09:26 AM
Version 1.1 uploaded. It fixes the log in problem and nothing else :)

ShowerThoughts
09-03-2007, 09:51 AM
good work

tomd741
09-03-2007, 03:59 PM
doesnt work for me!

i get this: Line 17: [Error] (14466:1): Unknown identifier 'SetupPlayers' in script C:\DOCUME~1\Tom\LOCALS~1\Temp\WoodchopAndShaft1.1. scar

sorry if im not meant to post this on your post

FrontLine
09-03-2007, 11:18 PM
doesnt work for me!

i get this: Line 17: [Error] (14466:1): Unknown identifier 'SetupPlayers' in script C:\DOCUME~1\Tom\LOCALS~1\Temp\WoodchopAndShaft1.1. scar

sorry if im not meant to post this on your post

That sounds like an SRL error to me. Make sure you're running SRL 4.0 and SCAR 3.11 :)

ryu88
09-03-2007, 11:23 PM
Works pretty nicely TY XD

otis147
09-04-2007, 12:21 AM
will test and could u possibly add SRL STATS?

owned1112
09-07-2007, 05:29 PM
Thanks, now I can get my skillers lvl up :)

n3ss3s
09-07-2007, 05:40 PM
Good job, but you should read more about standards. Its 2 spaces, not one tab.

Example:


program New;
var
I: Integer; // Its 2 spaces here also.
begin
begin
Writeln('Begin');
repeat
Writeln(' Repeat');
Inc(I);
Writeln(' Stuff to repeat');
Writeln(' Until(Statement True);');
until(I = 1);
if(I = 1)then
Writeln(' If (Statement True) Then');
Writeln(' without begin and end is also 2 spaces');
if(I = 1)then
begin
Writeln(' If (Statement True) Then');
Writeln(' begin ');
Writeln(' This is an if()then with begin and end!');
Writeln(' end; ');
end;
Writeln('End;');
end;
end.

Yami Tim
09-07-2007, 09:50 PM
I'm using script atm and it works great :)
Only to bad that you need to wield the axe :P
Mine skiller only has lvl1 Cb stats ..hehe

FrontLine
09-09-2007, 11:23 AM
Good job, but you should read more about standards. Its 2 spaces, not one tab.

Example:


program New;
var
I: Integer; // Its 2 spaces here also.
begin
begin
Writeln('Begin');
repeat
Writeln(' Repeat');
Inc(I);
Writeln(' Stuff to repeat');
Writeln(' Until(Statement True);');
until(I = 1);
if(I = 1)then
Writeln(' If (Statement True) Then');
Writeln(' without begin and end is also 2 spaces');
if(I = 1)then
begin
Writeln(' If (Statement True) Then');
Writeln(' begin ');
Writeln(' This is an if()then with begin and end!');
Writeln(' end; ');
end;
Writeln('End;');
end;
end.


Oops.. It's just one of those bad habits I picked up from doing Java :duh:

KoKouKo
09-12-2007, 03:51 AM
Doesn't work but that might just be me, here's the error I encountered:
out of range in line 123 in script

kevmanetti
09-22-2007, 12:53 AM
Doesn't work but that might just be me, here's the error I encountered:
out of range in line 123 in script

i getting the same thing

damaster
09-23-2007, 12:41 AM
nice job keep it up

mal1t1a
09-23-2007, 06:43 AM
nice job keep it up

lol you can tell he's just a leecher,he probaly didn't even try it out, and ya, i get the same error, out of range on line 123, seems like it would work tho :)

so i say GOODJOB :D