I have a ks of 4 & 10 helisfoe some reason they reten health constantly. For like 4-5 times. I believe it's thinking that the current death heli is not "real" dead since they are that many
Helis are regenerating healthNot An Issue
Please check your other plugins, this one does not alter Helicopter health. As to tracking multiple Helicopters it is built into the code. Again It might be how you are spawning them, such that they are not using the base helicopter.
i spawn them on a 100 ks. i spawned 10 of them. and you can change the default value of 10k hp... . i commented this CheckDistance(entity, player);
line: 638
private void CallHeli(Vector3 pos, int streaknum, bool onSmoke = false, BasePlayer player = null)
{
int amount = data.killStreaks[streaknum].Amount;
int i = 0;
while (i < amount)
{
BaseEntity entity = CreateHeli(pos);
MoveEntity(entity, pos);
if (!onSmoke)
if (player != null)
// CheckDistance(entity, player);
i++;
}
}and everything works perfect. i dont think it has to do with anything else. the only thing that could mess with helis is automated events. Maybe that is?? anyway just wanted to let you know in case anyone else have something similar. i did a lot of debug. and thats the only thing it worked. Thanks for your fast reply. So is the issue with helis called as a punishment, or not getting kills for helis called by other means? that is not clear here.
Yes. When you call them as a punishment is The real issue, we shoot the heli. The heli goes on the dying animation since it's 0hp but few sec later( about those 7f on the timer) it's fully regenerate all the health.
what other plugins are you running?
that mess up with helis only AutomatedEvents.
Merged post
i can give you the whole list. if you want. but i dont think anything else does something.
Merged post
i can give you the whole list. if you want. but i dont think anything else does something.
please shoot me your configuration and plugin list and I will see what I can come up with on my test box.
any update on this issue? I have not seen this in my testing or production server.
hey. do you have discord? so its easier to send you all the configs and plugin list
Mal.Speedie#2641
Locked automatically