MantisBT - Zandronum
View Issue Details
0000792Zandronum[All Projects] Bugpublic2012-04-18 07:262018-09-30 19:53
Frits 
TIHan 
normalmajoralways
closedfixed 
1.0-beta 
1.0 
0000792: Monsters do not use their original spawn spots after map resets
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.
skulltag.exe -file monster_mapreset_01.wad +map map01
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
    }
}
No tags attached.
? monster_mapreset_01.wad (5,207) 2012-04-18 07:26
/tracker/file_download.php?file_id=561&type=bug
png before_after_mapreset.png (69,353) 2012-04-18 07:27
/tracker/file_download.php?file_id=562&type=bug
png
Issue History
2012-04-18 07:26unknownnaNew Issue
2012-04-18 07:26unknownnaFile Added: monster_mapreset_01.wad
2012-04-18 07:27unknownnaFile Added: before_after_mapreset.png
2012-04-18 07:27unknownnaStatusnew => confirmed
2012-04-18 07:28unknownnaReporterunknownna => Frits
2012-04-18 07:28unknownnaSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=1775#r1775
2012-04-18 13:17TIHanAssigned To => TIHan
2012-04-18 13:17TIHanStatusconfirmed => assigned
2012-04-22 01:07TIHanNote Added: 0003377
2012-04-22 01:07TIHanStatusassigned => needs review
2012-04-22 22:51Torr SamahoNote Added: 0003391
2012-04-22 22:51Torr SamahoStatusneeds review => assigned
2012-04-26 20:09unknownnaNote Added: 0003449
2012-04-26 20:09unknownnaStatusassigned => resolved
2012-04-26 20:09unknownnaFixed in Version => 1.0
2012-04-26 20:09unknownnaResolutionopen => fixed
2012-06-09 13:22Torr SamahoCategoryGeneral => Bug
2018-09-30 19:53Blzut3Statusresolved => closed

Notes
(0003377)
TIHan   
2012-04-22 01:07   
Fixed.
'https://bitbucket.org/TIHan/tst/changeset/30090e539b9c [^]'
(0003391)
Torr Samaho   
2012-04-22 22:51   
Patch added.
(0003449)
unknownna   
2012-04-26 20:09   
The fix is working. Great job, TIHan.