Forum
CS2D Mods NPC Pack: Ideasbut How to increase its strength
Link of the sounds; Click it!
Pagyra has written
Can you write a script, which improves intelligence of standard NPCs?
I can help you with it, and I sent you some information about standart NPCs that can help you to improve it - so use it in your lua scripts.
Also, to anyone else who wants to suggest a NPC, this is how I want you to suggest it:
http://www.unrealsoftware.de/forum_posts.php?post=362043&start=0#post362079
[Half-Life] Bullsquid (16)
When you far away from a bullsquid, starts a shoting green toxics to you, if you near of bullsquid he will attack with melee like vortigaunt.
@ Masea: Do you have stats? Damage/Health/Speed
http://half-life.wikia.com/wiki/Bullsquid
as i have to search, i found only this:
Quote
//sk_bullsquid_health "120"
//sk_bullsquid_dmg_bite "15"
//sk_bullsquid_dmg_whip "25"
//sk_bullsquid_dmg_bite "15"
//sk_bullsquid_dmg_whip "25"
bc_pain2: 00:01
bc_pain3: 00:02
bc_pain4: 00:01
I am not sure to understand you, do you want this durations? or what? Also you can reach all information about bullsquid at here;http://half-life.wikia.com/wiki/Bullsquid
1
2
3
4
5
2
3
4
5
npc_bullsquid.HitSound = { 	{Dir = "starkkz/npc/bullchicken/bc_pain1.wav", Duration = 683}, 	{Dir = "starkkz/npc/bullchicken/bc_pain2.wav", Duration = 536}, 	{Dir = "starkkz/npc/bullchicken/bc_pain3.wav", Duration = 940}, }