Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Blocklandanator

Pages: [1]
1
Forum Games / Re: What is the person above you avatar saying?
« on: December 28, 2006, 08:39:53 PM »
Uh Oh!, cant jump that far

2
Forum Games / Re: What is the person above you avatar saying?
« on: December 27, 2006, 06:00:49 PM »
YOU are the handicapped one.

3
Forum Games / Re: What is the person above you avatar saying?
« on: December 27, 2006, 04:06:59 PM »
im leap'n letters WWWEEEEE!!!!!!!

4
Forum Games / Re: What is the person above you avatar saying?
« on: December 27, 2006, 03:59:45 PM »
HAI KAPHIX!!!

5
General Discussion / question about retail version of blockland
« on: December 24, 2006, 10:35:16 PM »
in the retail version of blockland will you still be-able to download Mods????

6
General Discussion / Re: Were did you find Blockland?
« on: December 23, 2006, 01:40:27 PM »
when i first got my computer i googled free online lego game and found this

i did the same thing, exept i didnt do it after i got a new PC

7
General Discussion / [WIP] blockland jack-ass trailer
« on: December 23, 2006, 12:35:08 AM »
LINK >>> http://hostbrickmovies.com/alxstrndlgo/Blockland%20Movie%20stuff/blockasstrailer.swf

i will replace those video clips with better ones ounce i record some, and when the final movies come out it will be in better quality.

8
General Discussion / Re: a neat little trick,
« on: December 22, 2006, 10:31:22 PM »
if you ever pick up some skis put them on and press the action key (E) and walk, now you can walk while wearing the skis!.

Yeah, and then you create a skivehicle that can only be deleted in F11.

no, you can take them off by pressing ctrl and whatever number the skis are on,

9
General Discussion / a neat little trick,
« on: December 22, 2006, 09:34:43 PM »
if you ever pick up some skis put them on and press the action key (E) and walk, now you can walk while wearing the skis!.

10
Help / Re: «● Making Blockland Movies ●»
« on: December 22, 2006, 02:17:37 PM »
i downloaded FRAPS and it makes blockland slow whenever i record :( ,  i say it works like CRAPS, please help me fix this problem

11
General Discussion / blockland cheatcodes
« on: December 19, 2006, 10:04:25 PM »
Blockland Cheats

Make a bot:
First, press [F8]. Press W to move a little bit forward. Go into the console and type:

new AIPlayer(bot) { datablock="LightMaleHumanArmor"; position=localclientconnection.camera.getPosition(); };
To resume the game press [F7] or type aiplayer::spawnplayer();

To spawn another bot, press [F8] from a new place than where you spawned the first bot. Then, go into the console and type:

new AIPlayer(bot2) { datablock="LightMaleHumanArmor"; position=localclientconnection.camera.getPosition(); };
To resume the game, press [F7]


Invisible bot:
Go into the console and type bot.setCloaked(1);


Make bot visible again:
Go into the console and type bot.setCloaked(0);


Give bot weapon:
Go into the console and type:

bot.mountImage(shotgunImage,0);
Note: you can also enter (swordimage,0); or other weapon images. Some weapons will run out of ammunition. When this happens, type bot.incInventory(<weapon name>Ammo,5);


Bots fight each other:
To make two bots fight each other, go into the console and type:


bot.setAimObject(bot2);
bot2.setAimObject(bot1);
bot.setImageTrigger(0,1);
bot2.setImageTrigger(0,1);
Bot fights a player:
Go into the console, then type:


bot.setAimObject(<player's null number>);
bot.setImageTrigger(0,1);
Make bot aim higher:
Go into the console, then type:


bot.setAimLocation(VectorAdd(bot2.getPosition(),"0 0 1"));
Kill bots:
Go into the console, then type:


bot.kill();
bot2.kill();
Make bots follow player:
Go into the console, then type:


following(%obj,%this); = (following(<bot null number>,<player null number>))
Give bot a name and a health bar:
Go into the console, then type:

<bot null number>.setshapename(<name>);

Note that the health bar does not go down and the bot will not die.


Make bot walk around randomly:
Go into the console, then type:

commandtoserver('addrandombot');
Note: It will be named "bot bot bot".


Get guns:
You must be the administrator in the game. Press [F11], then [F4]. Then on the bottom right-hand corner, click on the second list thing from the top, then "Weapons". The object or objects will spawn in the middle of the screen -- point it at the ground next to you.


Build a wall:
Go into the console, then type: buildwall<numberhere>;

Pages: [1]