Quest persistence bugfixing & continuing NESS spawn conversion

Quest persistence bugfixing & continuing NESS spawn conversion.

Co-Authored-By: Awetizmo <107700980+Awetizmo@users.noreply.github.com>
This commit is contained in:
Jaysyn904
2022-06-21 08:56:20 -04:00
parent e03053bd65
commit 6153db8683
109 changed files with 7633 additions and 53873 deletions

View File

@@ -23,12 +23,12 @@ void main()
! GetIsAreaNatural( OBJECT_SELF ) )
{
// Indoors - no delay on the first HB
Spawn_OnAreaEnter( "spawn_sample_hb", 10.0 );
Spawn_OnAreaEnter( "spawn_sample_hb", 6.0, 0.0 );
}
else
{
// Outdoors or underground - do a 3 second delay on the first HB
Spawn_OnAreaEnter( "spawn_sample_hb", 10.0, 3.0 );
Spawn_OnAreaEnter( "spawn_sample_hb", 6.0, 3.0 );
}
}