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 - Igor09

Pages: 1 [2]
16
Help / Re: Addons folder?
« on: March 26, 2011, 04:44:20 AM »
Blocklandv19 is for those,who download Installation and Install,when Blockland IS ALREADY v19.For example,I have BL from...v15 or v14 and BL just updates,and Blockland folder dnt change to v19.

17
Help / Re: Clan logo?
« on: March 26, 2011, 04:41:28 AM »
Although i would advice not using paint
Paint.NET is good,Paint sucks.

18
Help / Re: Bot has more than 100 HP with VCE?
« on: March 26, 2011, 04:39:28 AM »
You can check the bots health, but you can't set the bots health. You can't set any variable replacers.

What you could do, is whenever the bot takes damage you check the difference between how much health it has, and 100. Then subtract that from the bots "customHealth" variable. Then set the bots health back to max, 100. Then do a check after that to see if customHealth is less than or equal to 0, if so, kill the bot.
Can you pls post this like this:
onActivate -> Player -> Kill?

19
Help / Re: Bot has more than 100 HP with VCE?
« on: March 20, 2011, 11:43:01 AM »
Nope...Well,I cant find it...

20
Help / Re: google sketchup + blockland???
« on: March 20, 2011, 05:19:27 AM »
You can but it's a confusing process, you're going to need blender though.
Or 3Ds Max,or Milkshape 3D.

21
Help / Re: Help: How to make bots?
« on: March 20, 2011, 05:15:48 AM »
How to's:
1)Make Bot walk
1.Spawn Vehicle Spawn brick.
2.Open Events(of this brick) using Wrench.
3.And make these events:
onBotSpawn -> Bot -> SetBotMovement -> [CHOOSE] -> Tick!
2)Make Bot attack
Repeat 1. and 2.
3.And make these events:
onBotSpawn -> Bot -> SetBotAiProperties -> [CHOOSE] ->Tick!
3)Add Bot a weapon
Repeat 1. and 2.
3.And make these events:
onBotSpawn -> Bot ->SetBotWeapon -> Closerange or Longrange ->[CHOOSE]
You can choose Closerange and equip Bot Sniper Rifle,but Bot will only attack when he's close to the target.

Hope it helped :D

22
Help / Bot has more than 100 HP with VCE?
« on: March 20, 2011, 05:01:32 AM »
I've tryied many,many combinations,and I don't know,is it possible,that Bot has more than 100 HP?I need this for my Tower Defense map,and simple AddHealth doesn't work.So is it possible to do this with VCE,like:
onBotSpawn -> Bot -> VCEifVariable -> <var:vehicle:health> -> 100
?

Pages: 1 [2]