TAKEN OFF
PLEASE LOCK THIS POST THANKS
IM NEVER MAKING A SCRIPT AGAIN
TAKEN OFF
PLEASE LOCK THIS POST THANKS
IM NEVER MAKING A SCRIPT AGAIN
VERSION 1.1 RELEASED!
Fixed some minor bugs and also fixed the declare players.
Your script looks aright, but it needs better structure on the main loop and you need to pay attention to standards.
Look here for standards:
http://www.villavu.com/forum/showthr...?t=5195?t=6042
Also, instead of using this:
you could just use this:SCAR Code:case random(10)of
0 : wait (1000);
1 : wait (2000);
2 : wait (3000);
3 : wait (1000);
4 : wait (2500);
5 : wait (1544);
6 : wait (3453);
7 : wait (1343);
8 : wait (1232);
9 : wait (2743);
10 : wait (2342);
end
SCAR Code:wait(1000+random(3500));
I your main lop, you are just repeating these lines of script:
What you should probably do instead is this:SCAR Code:begin
Repeat
FindRandoms;
AntiBanSystem;
FindHead;
AttachHead;
CuttingTree;
until(Invfull)
FindHead;
AttachHead;
DropAllLogs;
That will make it keep cutting and dropping until you player is logged out, a bad idea, and could get you banned, you need multiplayer.SCAR Code:begin
(setup)
repeat
repeat
(cuttree)
until(inventoryfull)
(droplogs)
until(not(loggedin))
end.
Your script is currently only single player now as well, even though you have a entry place for two.
Thanks for all that. ill add in the stuff you told me and ill fix up multiplayer soon.
NEW VERSION COMING OUT
This one includes:
The main loop was re-done.
A few parts of the script was changed.
And fixed the disguise scar part.
New version will come out in about 3-4 hours.
I got soccer training![]()
Ummm ur just talking to yourself jokes.
If anyone visits this post and trys the script out tell me if it works thanks!
NEW VERSION 1.21!
Fixed alot of stuff!
- The Main looping.
- Progress report added!
- Multiplayer is start to be added!
- Better tree finding.
- Took some useless code out.
- Re-got the Anti Randoms
There are currently 1 users browsing this thread. (0 members and 1 guests)