diff --git a/_module/Aantioch [PRC-CEP3].7z b/_module/Aantioch [PRC-CEP3].7z deleted file mode 100644 index 1c16586a..00000000 Binary files a/_module/Aantioch [PRC-CEP3].7z and /dev/null differ diff --git a/_module/are/area.are.json b/_module/are/area.are.json index 836da7b1..9b0ad5bb 100644 --- a/_module/are/area.are.json +++ b/_module/are/area.are.json @@ -2913,7 +2913,7 @@ }, "Version": { "type": "dword", - "value": 40 + "value": 41 }, "Width": { "type": "int", diff --git a/_module/ncs/69_hen_death.ncs b/_module/ncs/69_hen_death.ncs index 95763251..b12cad6f 100644 Binary files a/_module/ncs/69_hen_death.ncs and b/_module/ncs/69_hen_death.ncs differ diff --git a/_module/ncs/prc_pwonspawn.ncs b/_module/ncs/prc_pwonspawn.ncs index 3259963c..7baf97a0 100644 Binary files a/_module/ncs/prc_pwonspawn.ncs and b/_module/ncs/prc_pwonspawn.ncs differ diff --git a/_module/ncs/x0_ch_hen_stealt.ncs b/_module/ncs/x0_ch_hen_stealt.ncs index 91301b49..3eede03b 100644 Binary files a/_module/ncs/x0_ch_hen_stealt.ncs and b/_module/ncs/x0_ch_hen_stealt.ncs differ diff --git a/_module/nss/69_hen_death.nss b/_module/nss/69_hen_death.nss index 2a549f62..95e8085c 100644 --- a/_module/nss/69_hen_death.nss +++ b/_module/nss/69_hen_death.nss @@ -93,12 +93,12 @@ void main() HenchmanDeath(OBJECT_SELF); SetDidDie(TRUE, OBJECT_SELF); SetHenchmanDying(OBJECT_SELF, FALSE); - SetPlotFlag(OBJECT_SELF, TRUE); + SetPlotFlag(OBJECT_SELF, FALSE); SetAssociateState(NW_ASC_IS_BUSY, TRUE); - SetIsDestroyable(FALSE, TRUE, TRUE); + SetIsDestroyable(TRUE, FALSE, TRUE); //Spawn henchman to location specified in spawn script - DelayCommand(10.0, RespawnHenchman69()); + DelayCommand(60.0, DestroyObject(OBJECT_SELF)); } } }//End HENCH_BLEED = 0 @@ -306,7 +306,7 @@ void HenchmanDeath(object oHench = OBJECT_SELF) // Henchman death notification string sHenchName = GetName(oHench); SendMessageToPC(oPC, sHenchName+ " has fallen!"); - RemoveHenchman(oPC, oHench); + //RemoveHenchman(oPC, oHench); } diff --git a/_module/nss/prc_pwonspawn.nss b/_module/nss/prc_pwonspawn.nss index e80cee5d..d29ee587 100644 --- a/_module/nss/prc_pwonspawn.nss +++ b/_module/nss/prc_pwonspawn.nss @@ -29,5 +29,5 @@ void main() // ***** ADD ANY SPECIAL ON-SPAWN CODE HERE ***** // - DelayCommand(10.0, ExecuteScript("random_drop", OBJECT_SELF)); + DelayCommand(30.0, ExecuteScript("random_drop", OBJECT_SELF)); } diff --git a/_module/nss/x0_ch_hen_stealt.nss b/_module/nss/x0_ch_hen_stealt.nss index 182c88fa..1125beb9 100644 --- a/_module/nss/x0_ch_hen_stealt.nss +++ b/_module/nss/x0_ch_hen_stealt.nss @@ -80,7 +80,7 @@ void main() } } - ExecuteScript("race_hb", OBJECT_SELF); + //ExecuteScript("race_hb", OBJECT_SELF); ExecuteScript("nw_ch_ac1", OBJECT_SELF); } diff --git a/_module/utc/golemcleric.utc.json b/_module/utc/golemcleric.utc.json index b5826b66..3917dc3b 100644 --- a/_module/utc/golemcleric.utc.json +++ b/_module/utc/golemcleric.utc.json @@ -1345,7 +1345,7 @@ "__struct_id": 0, "Rank": { "type": "byte", - "value": 1 + "value": 10 } }, { @@ -1394,7 +1394,7 @@ "__struct_id": 0, "Rank": { "type": "byte", - "value": 1 + "value": 10 } }, { diff --git a/_module/utc/golemfighter.utc.json b/_module/utc/golemfighter.utc.json index 8c4d7ff3..da64ce79 100644 --- a/_module/utc/golemfighter.utc.json +++ b/_module/utc/golemfighter.utc.json @@ -778,7 +778,7 @@ "__struct_id": 0, "Rank": { "type": "byte", - "value": 1 + "value": 10 } }, { @@ -827,7 +827,7 @@ "__struct_id": 0, "Rank": { "type": "byte", - "value": 1 + "value": 10 } }, { diff --git a/_release/Aantioch [PRC-CEP3].7z b/_release/Aantioch [PRC-CEP3].7z index 1c16586a..07274f69 100644 Binary files a/_release/Aantioch [PRC-CEP3].7z and b/_release/Aantioch [PRC-CEP3].7z differ