MantisBT - Zandronum |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0000792 | Zandronum | [All Projects] Bug | public | 2012-04-18 07:26 | 2018-09-30 19:53 |
|
Reporter | Frits | |
Assigned To | TIHan | |
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | | OS Version | |
Product Version | 1.0-beta | |
Target Version | | Fixed in Version | 1.0 | |
|
Summary | 0000792: Monsters do not use their original spawn spots after map resets |
Description | Quote from Frits As the title states, after playing on map10 of Sunder at oblacek some hellknights didn't get reset after we died and had to start over.
The example WAD uses the new ResetMap command and the new GAMEMODE lump. |
Steps To Reproduce | skulltag.exe -file monster_mapreset_01.wad +map map01 |
Additional Information | Script 1 Enter
{
ChangeCamera (4, 0, 0);
Thing_setGoal (1, 2, 0, 0);
Delay (140);
Thing_Damage (1, 20, 0);
Delay (35);
SpawnSpot ("Resurrect", 3, 0, 0);
Delay (105);
ResetMap();
}
Actor Resurrect
{
Speed 4
States
{
Spawn:
TNT1 A 0
TNT1 AAAAAAAAAAAA 1 A_VileChase
Stop
Heal:
TNT1 A 0
Stop
}
} |
Tags | No tags attached. |
Relationships | |
Attached Files | monster_mapreset_01.wad (5,207) 2012-04-18 07:26 /tracker/file_download.php?file_id=561&type=bug
before_after_mapreset.png (69,353) 2012-04-18 07:27 /tracker/file_download.php?file_id=562&type=bug

|
|
Issue History |
Date Modified | Username | Field | Change |
2012-04-18 07:26 | unknownna | New Issue | |
2012-04-18 07:26 | unknownna | File Added: monster_mapreset_01.wad | |
2012-04-18 07:27 | unknownna | File Added: before_after_mapreset.png | |
2012-04-18 07:27 | unknownna | Status | new => confirmed |
2012-04-18 07:28 | unknownna | Reporter | unknownna => Frits |
2012-04-18 07:28 | unknownna | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=1775#r1775 |
2012-04-18 13:17 | TIHan | Assigned To | => TIHan |
2012-04-18 13:17 | TIHan | Status | confirmed => assigned |
2012-04-22 01:07 | TIHan | Note Added: 0003377 | |
2012-04-22 01:07 | TIHan | Status | assigned => needs review |
2012-04-22 22:51 | Torr Samaho | Note Added: 0003391 | |
2012-04-22 22:51 | Torr Samaho | Status | needs review => assigned |
2012-04-26 20:09 | unknownna | Note Added: 0003449 | |
2012-04-26 20:09 | unknownna | Status | assigned => resolved |
2012-04-26 20:09 | unknownna | Fixed in Version | => 1.0 |
2012-04-26 20:09 | unknownna | Resolution | open => fixed |
2012-06-09 13:22 | Torr Samaho | Category | General => Bug |
2018-09-30 19:53 | Blzut3 | Status | resolved => closed |