Zandronum Chat on our Discord Server Get the latest version: 3.2
Source Code

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000792Zandronum[All Projects] Bugpublic2012-04-18 07:262018-09-30 19:53
ReporterFrits 
Assigned ToTIHan 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version1.0-beta 
Target VersionFixed in Version1.0 
Summary0000792: 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 Reproduceskulltag.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
    }
}
Attached Files? file icon monster_mapreset_01.wad [^] (5,207 bytes) 2012-04-18 07:26
png file icon before_after_mapreset.png [^] (69,353 bytes) 2012-04-18 07:27

- Relationships

-  Notes
User avatar (0003377)
TIHan (reporter)
2012-04-22 01:07

Fixed.
'https://bitbucket.org/TIHan/tst/changeset/30090e539b9c [^]'
User avatar (0003391)
Torr Samaho (administrator)
2012-04-22 22:51

Patch added.
User avatar (0003449)
unknownna (updater)
2012-04-26 20:09

The fix is working. Great job, TIHan.

Issue Community Support
This issue is already marked as resolved.
If you feel that is not the case, please reopen it and explain why.
Supporters: No one explicitly supports this issue yet.
Opponents: No one explicitly opposes this issue yet.

- 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 View Revisions
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






Questions or other issues? Contact Us.

Links


Copyright © 2000 - 2025 MantisBT Team
Powered by Mantis Bugtracker