MuadDib wrote:
Are you using AttackSpeed in the template for the npc also?
Here is my setup, let me know if you need more info.
In package 'freaks' I have this npcdesc.cfg:
Code:
NpcTemplate ravager
{
Name a ravager
script :hostiles:ai_killpcs_normal_default
ObjType 0x02
.
.
.
AttackSpeed 15
AttackMinRange 1
AttackMaxRange 2
.
.
}
In package 'weapons' I have this itemdesc.cfg:
Code:
Weapon 0xF020
{
Name Wrestling
Speed 38
Damage 1d8
Attribute Wrestling
Graphic 1
Anim 0x9
MissSound 0x234
HitSound 0x13E
MaxHP 1
Intrinsic 1
skill -1
SaveOnExit 0
}
I of course have many NPC with different AttackSpeed, AttackMinRange, AttackMaxRange in the NPCdesc.cfg but all NPC are using the same speed and range (range 0 to 1 and what seem to fit speed 38 )