2025-07-21 12:06 CEST

View Issue Details Jump to Notes ]
IDProjectCategoryView StatusLast Update
0004774Spring engineGeneralpublic2015-05-29 02:54
Reporterabma 
Assigned TojK 
PrioritynormalSeverityminorReproducibilityalways
StatusresolvedResolutionfixed 
Product Version98.0.1+git 
Target Version99.0Fixed in Version 
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
Attached Files

-Relationships
related to 0004769resolvedjK some units don't fire 
+Relationships

-Notes

~0014452

Google_Frog (reporter)

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.

~0014453

Google_Frog (reporter)

Last edited: 2015-05-09 04:22

View 2 revisions

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.

~0014454

abma (administrator)

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

~0014466

cleanrock (reporter)

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

~0014490

jK (developer)

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

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

-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 View Revisions
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
+Issue History