Game Development Community

Help, I can't find what's causing this problem. Please help

by Jan-Reinald Viardo · in 3D Isometric Kit · 01/07/2010 (5:27 am) · 5 replies

I have integrated Improved AI Guard Unit into the 3D Isometric Kit. At first it was working fine. But now I can't figure out why everytime the AI is suppose to be dead. They fall but they rise again. They're Damagelevel never goes clear. Please help me. Where could be the problem?

#1
01/21/2010 (3:31 pm)
sorry for the long response, was waiting to see if anyone else had run into this before. I will do a little checking tonight and see if i can find a solution for you.
#2
01/21/2010 (9:31 pm)
Hey Jan, have you reviewed this thread? it seems that AI guard and AFX don't play nice together. Take a look through here and let me know if this helps.

http://www.torquepowered.com/community/forums/viewthread/55866
#3
01/22/2010 (5:38 am)
I have made this thing work already. I dont need the resurrect spell anyway. Ill try those changes they say tomorrow and let's see what will happen.
#4
01/22/2010 (3:31 pm)
cool, mind posting what you did to fix it in case anyone else runs into the same issue.
#5
02/10/2010 (10:56 pm)
Damn. I know now what was causing the problem. It was in the player::damage.

I have only included this lines for the client. All dead objects must have this set.

%obj.setRepairRate(0);
%obj.setEnergyLevel(0);
%obj.setRechargeRate(0);

Thanks for the help Timothy. Its working fine again. >.<