mirror of
https://github.com/1dot13/source.git
synced 2026-09-09 14:46:05 +02:00
Externalized (by Buggler)
- AWOL scientist location - Brothel sector - Call Kingpin over for boxing match - fact Tony in building - meet Carmen for reward - moved John & Mary unescort sector from Mod_Settings.ini to LUA git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@6495 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
+26
-4
@@ -1704,10 +1704,10 @@ typedef struct
|
||||
//[Omerta]
|
||||
|
||||
//[Drassen]
|
||||
//John & Mary disappear if unescort in sector
|
||||
UINT8 ubJohnUnescortSectorX;
|
||||
UINT8 ubJohnUnescortSectorY;
|
||||
UINT8 ubJohnUnescortSectorZ;
|
||||
//meet Carmen in sector for reward collection
|
||||
UINT8 ubCarmenGiveRewardSectorX;
|
||||
UINT8 ubCarmenGiveRewardSectorY;
|
||||
UINT8 ubCarmenGiveRewardSectorZ;
|
||||
|
||||
//[Alma]
|
||||
INT32 sRocketRifleGridNo;
|
||||
@@ -1743,12 +1743,18 @@ typedef struct
|
||||
INT32 iHansGridNo;
|
||||
UINT16 usPornShopRoomBrenda;
|
||||
UINT16 usPornShopRoomTony;
|
||||
UINT8 ubPornShopTonySectorX;
|
||||
UINT8 ubPornShopTonySectorY;
|
||||
UINT8 ubPornShopTonySectorZ;
|
||||
|
||||
// Kyle Lemmons Leather Shop Deed Quest
|
||||
INT32 iKyleMoneyGridNo;
|
||||
|
||||
//Brothel Quests
|
||||
UINT16 usLeatherShop;
|
||||
|
||||
UINT8 ubBrothelSectorX;
|
||||
UINT8 ubBrothelSectorY;
|
||||
INT32 iCarlaDoorGridNo;
|
||||
INT32 iCindyDoorGridNo;
|
||||
INT32 iBambiDoorGridNo;
|
||||
@@ -1761,6 +1767,12 @@ typedef struct
|
||||
INT32 iBrothelDoor1;
|
||||
INT32 iBrothelDoor2;
|
||||
INT32 iBrothelDoor3;
|
||||
|
||||
UINT8 ubKingpinHouseSectorX;
|
||||
UINT8 ubKingpinHouseSectorY;
|
||||
UINT8 ubKingpinHouseSectorZ;
|
||||
UINT16 usKingpinRoomRangeStart;
|
||||
UINT16 usKingpinRoomRangeEnd;
|
||||
|
||||
//Kingpin Private Stash
|
||||
UINT8 ubKingpinMoneySectorX;
|
||||
@@ -1828,6 +1840,16 @@ typedef struct
|
||||
UINT8 ubMeanwhileMedunaOutskirtsColMinY;
|
||||
UINT8 ubMeanwhileMedunaOutskirtsColMaxY;
|
||||
|
||||
//add Madlab to location after scientist AWOL meanwhile scene
|
||||
UINT8 ubMeanwhileAddMadlabSector1X;
|
||||
UINT8 ubMeanwhileAddMadlabSector1Y;
|
||||
UINT8 ubMeanwhileAddMadlabSector2X;
|
||||
UINT8 ubMeanwhileAddMadlabSector2Y;
|
||||
UINT8 ubMeanwhileAddMadlabSector3X;
|
||||
UINT8 ubMeanwhileAddMadlabSector3Y;
|
||||
UINT8 ubMeanwhileAddMadlabSector4X;
|
||||
UINT8 ubMeanwhileAddMadlabSector4Y;
|
||||
|
||||
}MOD_SETTINGS;
|
||||
|
||||
// silversurfer: item property modifiers
|
||||
|
||||
Reference in New Issue
Block a user