View Issue Details

IDProjectCategoryView StatusLast Update
0004774Spring engineGeneralpublic2015-05-29 02:54
Reporterabma Assigned TojK  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version98.0.1+git 
Target Version99.0 
Summary0004774: armrl keeps targeting on aircraft which is crashing
Descriptionit should switch to next target when the aircraft is already crashing
Steps To Reproduce/cheat
/give armrl
/give armpeep 1

start armpeep flying
attack armpeep

see armpeep crashing + armrl still targeting at armpeep

TagsNo tags attached.
Checked infolog.txt for Errors

Relationships

related to 0004769 resolvedjK some units don't fire 

Activities

Google_Frog

2015-05-09 04:10

reporter   ~0014452

There is a modrule for this.

modrules.fireAtDead = {
  fireAtKilled = false,
  fireAtCrashing = false,
}


Check whether those are set correctly and make sure a fix for this pays attention to the modrule.

Google_Frog

2015-05-09 04:21

reporter   ~0014453

Last edited: 2015-05-09 04:22

I can't reproduce a bug in ZK with 98.0.1-653-g78ea99d. Units stop firing and retarget rapidly when a unit starts crashing.

abma

2015-05-09 14:08

administrator   ~0014454

http://imolarpg.dyndns.org/trac/balatest/browser/trunk/gamedata/modrules.lua#L18

cleanrock

2015-05-14 07:45

reporter   ~0014466

I can't reproduce this with BA 8.17 and 98.0.1-665-g088db4b develop.

jK

2015-05-29 02:54

developer   ~0014490

Check is now part of ::TestTarget() making it impossible to happen.

So when it was possible, now it's not.

Issue History

Date Modified Username Field Change
2015-05-08 01:46 abma New Issue
2015-05-08 01:46 abma Relationship added related to 0004769
2015-05-09 04:10 Google_Frog Note Added: 0014452
2015-05-09 04:21 Google_Frog Note Added: 0014453
2015-05-09 04:22 Google_Frog Note Edited: 0014453
2015-05-09 14:08 abma Note Added: 0014454
2015-05-14 07:45 cleanrock Note Added: 0014466
2015-05-29 02:54 jK Note Added: 0014490
2015-05-29 02:54 jK Status new => resolved
2015-05-29 02:54 jK Resolution open => fixed
2015-05-29 02:54 jK Assigned To => jK