OUTDATED. Will created new 1 on new thread.
Printable View
OUTDATED. Will created new 1 on new thread.
Nice script. Will test soon.
I tried your script and it is very nice. However, it did not pickup the shaking tree random. It continued to click on it even though it was still shaking. If you get that straightened out it will be very nice.
the same as what kb said. it was chopping one tree, ent popped up and it clicked anyway. i didnt have any other randoms, but seemed nice. banked just fine too.
[Runtime Error] : Out Of Range in line 17 in script C:\Documents and Settings\Compaq_Administrator\Local Settings\Temp\Willow Cutter and Banker.scar
I ALWAYS keep getting this error, no matter what script I use.
You should know how to fix this, so please help me.
Heres my inputs.
begin
HowManyPlayers:= 0;
NumberOfPlayers(HowManyPlayers);
CurrentPlayer:= 0;
Players[0].Name := 'glegend808'; //UserName
Players[0].Pass := '**********'; //Password
Players[0].Nick := 'ege'; //2-4 letters of username
Players[0].Integers[1] := 10; //Number of loads before switching
Players[0].Booleans[1] := True; //Is the axe wielded?
Players[0].Active := True; //Active
Writeln('Using '+IntToStr(HowManyPlayers)+' Players');
NickNameBMP := CreateBitmapMaskFromText(Players[CurrentPlayer].Nick, UpChars);
end;
So yeah much help appreciated. :)
good script
thanks
will test it soon
Dude!! This Script Rox!!!! 0mg!! pwnage!!! :P!!! Just Improve The Ent Thingy!! plzz!!! xxx!!!
Does anybody know what to put for the identifier to be known? Mine says unknown identifyer for line 17
kewl works fine (most of the time ;)
not bad for ur first script
idunt think mine will be as good as urs wen i make my first
looks good, ill test it soon and say if i see anything wrong with it (y)
That would seem better. Didn't even see that... :p
That is pretty good it just needs a few adjustments, It did one load for me and banked it but then walked around then logged out.
Problems:
Keeps clicking ents.
Clicks trees too slowly.
Only banks once.
If you fixed these it would be very good.
Maybe you just didn't set it up correctly? It worked perfectly for me.
After one load for me it just logged out some 1 plz help i want a woodcutter and banker that doesnt log out. thanks. i am new
very nice man hey you think the autobanking would work on mining or what you think dude
Posted the update enjoy!
I fixed the glitch in the new ent detector. Should work great now.
Nice script. worked pretty good :) but banking had some trouble.
cool
very good auto i tested and worked fine for me a++ from me peace out!
nice script, i am also planing on updating my willow cutter banker which was very good a year ago ;)
Ent thing needs improv, but it's nice.
To slow finding tree and bank so fix that
yeah i had trouble banking also. wouldent go to bank at all.
Um it should make you go to the bank with no problems. Ive done it tons of times.
i logged in and then it logged me out lol
We made it to the willows. Trying to cut.
We have reached full capacity, heading for the bank.
We have reached full capacity, heading for the bank.
We made it to the bank. Trying to bank.
Deposited a full load of willows, now going to chop more
NextPlayer
lol that wasnt that great try to improve bank finding then getting back to willows
that happened to me also. weird. but it works sometimes
very nice, works perfectly except for the ents; other than that its a masterpeice
THIS IS TOATAL SWEET BBBBBBAAAAAAAANKEEEERRRR!!!
Who ever reads this trust me downlaod the script this is the first one I have come by thast banks, I realy recomend downlaoding this.>One question chicken(creater of the script) do you like C++.
not to bad of a script...i really like the autoresponder you have in there...did you make that yourself?...if you made it yourself do i have permission to use it my one of my scripts and credit you for it?
I give Hypersecret credit for the autoresponce script.
are you serious?!?! you dont think i would notice a piece of my own work when i see it?? that is MY autoresponder you dipshit and you did NOT credit me for it and then you try and pass it off as your own, you are PATHETIC!!! lol
SCAR Code:function AutoResponce:Boolean;
var Responce, Lvl: String;
Reply: Integer;
begin
if AutoRespond then
if FindBlackChatMessage(Players[CurrentPlayer].Name) then Exit;
if (InChat(Players[CurrentPlayer].Name)) then
begin
Reply := Random(10);
case Reply of
0: Responce := ('yea');
1: Responce := ('wat');
2: Responce := ('what');
3: Responce := ('yeah');
4: Responce := ('ya');
5: Responce := ('??');
6: Responce := ('yep that''s me');
7: Responce := ('yes');
8: Responce := ('hhmmm?');
9: Responce := ('yep');
end;
TypeSend(Responce);
Result := True;
Responds := Responds + 1;
end;
if (InChatMulti('lol', 'lawl', 'haha')) or
(InChatMulti('haha', 'rofl', 'lmfao')) or
(InChatMulti('lmoa', 'funny', 'hehe')) then
begin
Reply := Random(10);
case Reply of
0: Responce := ('lol');
1: Responce := ('rofl');
2: Responce := ('lawl');
3: Responce := ('lmao');
4: Responce := ('lmfao');
5: Responce := ('haha');
6: Responce := ('haha');
7: Responce := ('hehe');
8: Responce := ('geez lol');
9: Responce := ('roflmfao');
end;
TypeSend(Responce);
Result := True;
Responds := Responds + 1;
end;
if (InChatMulti('str', 'strength', 'str')) then
begin
Lvl := IntToStr(GetSkillLevel('strength'));
Reply:= Random(5);
case Reply of
0, 2, 4: Responce := (Lvl);
1: Responce := ('My str lvl is '+ Lvl);
3: Responce := (Lvl +' is my str lvl');
end;
TypeSend(Responce);
Result := True;
Responds := Responds + 1;
end;
if (InChatMulti('att', 'attack', 'att')) then
begin
Lvl := IntToStr(GetSkillLevel('attack'));
Reply:= Random(5);
case Reply of
0, 2, 4: Responce := (Lvl);
1: Responce := ('My att lvl is '+ Lvl);
3: Responce := (Lvl +' is my att lvl');
end;
TypeSend(Responce);
Responds := Responds + 1;
Result := True;
end;
Result := False;
end;
that is the exact copy from my autofighter....looks pretty damn familiar doesnt it??...geez you edited out the att and just put woodcut in there geez...
ROFL...Can I get an OWNED ?
http://www.villavu.com/forum/showthr...520#post262520
sorry didnt work for me do i think it was my problem with slr....im sure it works good!