View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001950 | Infinitode 2 | [All Projects] Infinitode 2 | public | 2021-12-23 12:39 | 2023-04-09 16:24 |
Reporter | Ldream | Assigned To | therainycat | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | Desktop | OS | Windows | OS Version | Any |
Product Version | |||||
Target Version | Fixed in Version | 1.8.5 (b181) | |||
Summary | 0001950: LOST OF METAPHOR TEXT | ||||
Description | once, when the metaphor less than 75% and 25% of hp, it will exist the text, | ||||
Additional Information | We take the test, the main problem is the script: | ||||
Tags | No tags attached. | ||||
Can you specify where exactly it happens (which level / script)? All I understood is that it is somehow related to Metaphor and its hp |
|
It happened on wave100. for i = 0, SP.map.spawnedEnemies.size - 1 do\n local enemy = SP.map.spawnedEnemies:get(i)\n if enemy.type == enums.EnemyType.METAPHOR_BOSS then\n boss = enemy\n break\n end\n end\n because the enemy.type cannot be judged as a metaphor. |
|
On level5.8 and all other levels which need use judge enemy.type. |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2021-12-23 12:39 | Ldream | New Issue | |
2021-12-23 13:01 | therainycat | Priority | urgent => normal |
2021-12-23 13:03 | therainycat | Note Added: 0001842 | |
2021-12-23 13:03 | therainycat | Assigned To | => therainycat |
2021-12-23 13:03 | therainycat | Status | new => feedback |
2021-12-23 14:34 | Ldream | Note Added: 0001843 | |
2021-12-23 14:34 | Ldream | Status | feedback => assigned |
2021-12-23 14:40 | Ldream | Note Added: 0001844 | |
2021-12-24 19:59 | therainycat | Status | assigned => resolved |
2021-12-24 19:59 | therainycat | Resolution | open => fixed |
2021-12-24 19:59 | therainycat | Fixed in Version | => 1.8.5 (b181) |
2023-04-09 16:24 | administrator | Status | resolved => closed |