Changes between Version 3 and Version 4 of Ticket #3484, comment 10


Ignore:
Timestamp:
Jan 15, 2017, 12:24:48 PM (7 years ago)
Author:
fatherbushido

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3484, comment 10

    v3 v4  
    22You'll notice that in your first try you don't get the message and you get it in the second try. For the first one cp = [0,400,0,0] as it's cp = [0,395.5,0.5,0] for the second one.
    33
    4 EDIT: and that's this 0.5 stuff the issue (still debugging)
     4EDIT:
     5Executing turn 602 of 671
     6WARNING: cp [0, 399.5, 0, 0.5] taken cp: 0.5
     7Executing turn 603 of 671
     8Executing turn 604 of 671
     9Executing turn 605 of 671
     10Executing turn 606 of 671
     11WARNING: cp [0, 399.5, 0.5, 0] taken cp: 0.5
     12WARNING: attacker owner: 2 return of reduce function: 0.5
     13
     14So as we have still the 0.5 point from player 3 (ennemy) remaining, the player 2 recapture them back and so the message is sent.
     15
     16But for example if someone (ennemy) capture something then go away then someone (the same, or someone else, ally or ennemy) capture again then the MT_Attacked message is sent but there is no alertdetection, so we (almost) never notice that when an ally capture back there is an attack notification.
     17
     18Imo the patch above is so the expected fix.