bug ? many hits but no kill...
#40
(27 Feb 11, 11:52PM)Brahma Wrote: Yes... I vote (again) for Lucas become a dev. :)

IF I join dev my first contribution will be to REMOVE THIS STUPID BLINKING THINGS FROM THE CODE :D

(28 Feb 11, 02:34AM)Brahma Wrote: Well... this is a good guess, imo... we should check.
But tbh I need to check the code carefully.... maybe I am not understanding this issue well yet.

So, I would not expect then to be cumulative, since the damage is never done (and the anticheats never called) when this first condition disrupts the hit. But again... I will be able to study this only in two weeks.

EDIT: As far I can remember, YES... it is very possible they are being called together.... The anticheat is being called even without the damage being considered.

yes, shots are checked by the anticheat before they're processed :
// this is called just after shot event is added to the shot events list
if(!m_demo && !m_coop) checkshoot(sender, shot, hits, tcn);
Thanks given by:


Messages In This Thread
bug ? many hits but no kill... - by Luc@s - 26 Feb 11, 10:33AM
RE: bug ? many hits but no kill... - by Vermi - 26 Feb 11, 11:14AM
RE: bug ? many hits but no kill... - by Foo - 26 Feb 11, 12:01PM
RE: bug ? many hits but no kill... - by Luc@s - 26 Feb 11, 12:16PM
RE: bug ? many hits but no kill... - by Vermi - 26 Feb 11, 12:26PM
RE: bug ? many hits but no kill... - by Luc@s - 26 Feb 11, 05:15PM
RE: bug ? many hits but no kill... - by Brahma - 26 Feb 11, 02:12PM
RE: bug ? many hits but no kill... - by Vermi - 26 Feb 11, 02:23PM
RE: bug ? many hits but no kill... - by MCS - 26 Feb 11, 05:47PM
RE: bug ? many hits but no kill... - by Brahma - 26 Feb 11, 06:36PM
RE: bug ? many hits but no kill... - by Luc@s - 26 Feb 11, 08:37PM
RE: bug ? many hits but no kill... - by V-Man - 26 Feb 11, 06:52PM
RE: bug ? many hits but no kill... - by Brahma - 26 Feb 11, 07:09PM
RE: bug ? many hits but no kill... - by Brahma - 26 Feb 11, 10:41PM
RE: bug ? many hits but no kill... - by Luc@s - 26 Feb 11, 10:49PM
RE: bug ? many hits but no kill... - by V-Man - 27 Feb 11, 07:50AM
RE: bug ? many hits but no kill... - by Luc@s - 27 Feb 11, 11:31AM
RE: bug ? many hits but no kill... - by Vermi - 27 Feb 11, 03:38PM
RE: bug ? many hits but no kill... - by Jason - 27 Feb 11, 04:10PM
RE: bug ? many hits but no kill... - by Brahma - 27 Feb 11, 04:11PM
RE: bug ? many hits but no kill... - by Luc@s - 27 Feb 11, 04:29PM
RE: bug ? many hits but no kill... - by Brahma - 27 Feb 11, 04:34PM
RE: bug ? many hits but no kill... - by Luc@s - 27 Feb 11, 07:06PM
RE: bug ? many hits but no kill... - by Luc@s - 27 Feb 11, 08:32PM
RE: bug ? many hits but no kill... - by Panda - 27 Feb 11, 11:22PM
RE: bug ? many hits but no kill... - by Brahma - 27 Feb 11, 11:52PM
RE: bug ? many hits but no kill... - by Brahma - 28 Feb 11, 02:25AM
RE: bug ? many hits but no kill... - by Brahma - 28 Feb 11, 02:34AM
RE: bug ? many hits but no kill... - by Luc@s - 28 Feb 11, 02:08PM
RE: bug ? many hits but no kill... - by V-Man - 28 Feb 11, 05:32PM
RE: bug ? many hits but no kill... - by Jason - 01 Mar 11, 09:38PM
RE: bug ? many hits but no kill... - by Luc@s - 07 Mar 11, 10:22AM
RE: bug ? many hits but no kill... - by Brahma - 07 Mar 11, 04:34AM
RE: bug ? many hits but no kill... - by V-Man - 21 Mar 11, 03:23AM
RE: bug ? many hits but no kill... - by V-Man - 25 Mar 11, 07:03AM
RE: bug ? many hits but no kill... - by Vermi - 26 Mar 11, 10:16AM
RE: bug ? many hits but no kill... - by Brahma - 26 Mar 11, 09:07PM
RE: bug ? many hits but no kill... - by VenteX - 28 Mar 11, 01:16AM
RE: bug ? many hits but no kill... - by Sepehr - 07 Apr 11, 09:29AM