mirror of
https://github.com/1dot13/source.git
synced 2026-09-16 14:47:17 +02:00
- Bugfix: Dialog is not triggered after escorting John & Mary to the Drassen airfield (by anv)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1712 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
@@ -251,7 +251,8 @@ function HandleAtNewGridNo( ProfileId )
|
|||||||
TriggerNPCRecord( Profil.SKYRIDER, 15 )
|
TriggerNPCRecord( Profil.SKYRIDER, 15 )
|
||||||
SetUpHelicopterForPlayer( 13, SectorY.MAP_ROW_B, Profil.SKYRIDER, 163 ) -- 163 helicopter
|
SetUpHelicopterForPlayer( 13, SectorY.MAP_ROW_B, Profil.SKYRIDER, 163 ) -- 163 helicopter
|
||||||
|
|
||||||
elseif ( ProfileIdsSectorX == 13 and ProfileIdsSectorY == SectorY.MAP_ROW_B and ProfileIdbSectorZ == 0 ) then
|
-- Mary & John
|
||||||
|
elseif ( ( CheckNPCSectorBool( Profil.MARY, 13, SectorY.MAP_ROW_B, 0 ) == true ) or ( CheckNPCSectorBool( Profil.JOHN, 13, SectorY.MAP_ROW_B, 0 ) == true ) ) then
|
||||||
|
|
||||||
-- Mary
|
-- Mary
|
||||||
if ( ProfileId == Profil.MARY ) then
|
if ( ProfileId == Profil.MARY ) then
|
||||||
|
|||||||
@@ -252,7 +252,8 @@ function HandleAtNewGridNo( ProfileId )
|
|||||||
TriggerNPCRecord( Profil.SKYRIDER, 15 )
|
TriggerNPCRecord( Profil.SKYRIDER, 15 )
|
||||||
SetUpHelicopterForPlayer( 13, SectorY.MAP_ROW_B, Profil.SKYRIDER )
|
SetUpHelicopterForPlayer( 13, SectorY.MAP_ROW_B, Profil.SKYRIDER )
|
||||||
|
|
||||||
elseif ( ProfileIdsSectorX == 13 and ProfileIdsSectorY == SectorY.MAP_ROW_B and ProfileIdbSectorZ == 0 ) then
|
-- Marie & John
|
||||||
|
elseif ( ( CheckNPCSectorBool( Profil.MARY, 13, SectorY.MAP_ROW_B, 0 ) == true ) or ( CheckNPCSectorBool( Profil.JOHN, 13, SectorY.MAP_ROW_B, 0 ) == true
|
||||||
|
|
||||||
-- Mary
|
-- Mary
|
||||||
if ( ProfileId == Profil.MARY ) then
|
if ( ProfileId == Profil.MARY ) then
|
||||||
|
|||||||
@@ -251,7 +251,8 @@ function HandleAtNewGridNo( ProfileId )
|
|||||||
TriggerNPCRecord( Profil.SKYRIDER, 15 )
|
TriggerNPCRecord( Profil.SKYRIDER, 15 )
|
||||||
SetUpHelicopterForPlayer( 13, SectorY.MAP_ROW_B, Profil.SKYRIDER, 163 ) -- 163 helicopter
|
SetUpHelicopterForPlayer( 13, SectorY.MAP_ROW_B, Profil.SKYRIDER, 163 ) -- 163 helicopter
|
||||||
|
|
||||||
elseif ( ProfileIdsSectorX == 13 and ProfileIdsSectorY == SectorY.MAP_ROW_B and ProfileIdbSectorZ == 0 ) then
|
-- Mary & John
|
||||||
|
elseif ( ( CheckNPCSectorBool( Profil.MARY, 13, SectorY.MAP_ROW_B, 0 ) == true ) or ( CheckNPCSectorBool( Profil.JOHN, 13, SectorY.MAP_ROW_B, 0 ) == true ) ) then
|
||||||
|
|
||||||
-- Mary
|
-- Mary
|
||||||
if ( ProfileId == Profil.MARY ) then
|
if ( ProfileId == Profil.MARY ) then
|
||||||
|
|||||||
Reference in New Issue
Block a user