diff --git a/_module/ifo/module.ifo.json b/_module/ifo/module.ifo.json index a8813352..542a1f0a 100644 --- a/_module/ifo/module.ifo.json +++ b/_module/ifo/module.ifo.json @@ -1180,7 +1180,7 @@ "Mod_Description": { "type": "cexolocstring", "value": { - "0": "This is the revised edition of the classic Paths of Ascension module, which is highly customized & more player friendly. This module has loads of customizing options right at your fingertips, color text, chat commands / emotes / appearances / 2 forges, if it can be created it's IN THERE!\n\nPRC'd By: Jaysyn\n\nSpell & Ability expansion by: rafhot\n\n(Requires PRC8 4.1.11+)" + "0": "Paths of Ascension [PRC8-CEP3]\n\nThis is the revised edition of the classic Paths of Ascension module, which is highly customized & more player friendly. This module has loads of customizing options right at your fingertips, color text, chat commands / emotes / appearances / 2 forges, if it can be created it's IN THERE!\n\nPRC'd By: Jaysyn\n\nSpell & Ability expansion by: rafhot\n\n(Requires PRC8 4.1.11+)" } }, "Mod_DuskHour": { @@ -1320,6 +1320,13 @@ "value": "prc8_craft2das" } }, + { + "__struct_id": 8, + "Mod_Hak": { + "type": "cexostring", + "value": "acp_v4.1" + } + }, { "__struct_id": 8, "Mod_Hak": { @@ -3153,6 +3160,51 @@ "type": "int", "value": 1 } + }, + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "PRC_ACP_MANUAL" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 1 + } + }, + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "PRC_ACP_NPC_AUTOMATIC" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 1 + } + }, + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "PRC_XP_USE_SIMPLE_RACIAL_HD" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 1 + } } ] } diff --git a/_module/ncs/darktrigger.ncs b/_module/ncs/darktrigger.ncs index a3f08a15..3678fcf3 100644 Binary files a/_module/ncs/darktrigger.ncs and b/_module/ncs/darktrigger.ncs differ diff --git a/_module/ncs/darktrigger2a.ncs b/_module/ncs/darktrigger2a.ncs index 025fa0b7..0d166dc2 100644 Binary files a/_module/ncs/darktrigger2a.ncs and b/_module/ncs/darktrigger2a.ncs differ diff --git a/_module/ncs/horsecrettrig1.ncs b/_module/ncs/horsecrettrig1.ncs index 94310027..55dd910b 100644 Binary files a/_module/ncs/horsecrettrig1.ncs and b/_module/ncs/horsecrettrig1.ncs differ diff --git a/_module/ncs/horsecrettrig2.ncs b/_module/ncs/horsecrettrig2.ncs index 46ff5170..a248b309 100644 Binary files a/_module/ncs/horsecrettrig2.ncs and b/_module/ncs/horsecrettrig2.ncs differ diff --git a/_module/ncs/imp_grab.ncs b/_module/ncs/imp_grab.ncs index e1e17127..4392cc0b 100644 Binary files a/_module/ncs/imp_grab.ncs and b/_module/ncs/imp_grab.ncs differ diff --git a/_module/ncs/nw_s1_summtanar.ncs b/_module/ncs/nw_s1_summtanar.ncs index d6a8c6bc..52ba83a0 100644 Binary files a/_module/ncs/nw_s1_summtanar.ncs and b/_module/ncs/nw_s1_summtanar.ncs differ diff --git a/_module/ncs/nw_s3_balordeth.ncs b/_module/ncs/nw_s3_balordeth.ncs index fb9540e9..b49432d2 100644 Binary files a/_module/ncs/nw_s3_balordeth.ncs and b/_module/ncs/nw_s3_balordeth.ncs differ diff --git a/_module/nss/nw_s1_summtanar.nss b/_module/nss/nw_s1_summtanar.nss index 8774d806..46b41b0d 100644 --- a/_module/nss/nw_s1_summtanar.nss +++ b/_module/nss/nw_s1_summtanar.nss @@ -28,7 +28,7 @@ void main() { case 0: //nNum = d10(4); - nNum = 10 + d10(); + nNum = d4() + d10(); sRes = "poa_dretch01"; break; case 1: @@ -67,7 +67,7 @@ void main() switch(Random(3)) { case 0: - nNum = 10 + d10(); + nNum = d4() + d10(); sRes = "poa_dretch01"; break; case 1: @@ -91,7 +91,7 @@ void main() switch(Random(2)) { case 0: - nNum = 10 + d10(); + nNum = d4() + d10(); sRes = "poa_dretch01"; break; case 1: @@ -142,7 +142,7 @@ void main() switch(Random(5)) { case 0: - nNum = 10 + d10(); + nNum = d4() + d10(); sRes = "poa_dretch01"; break; case 1: @@ -194,7 +194,7 @@ void main() switch(Random(2)) { case 0: - nNum = d10(2); + nNum = d4() + d10(); sRes = "poa_dretch01"; break; case 1: @@ -222,4 +222,4 @@ void main() //ApplyEffectAtLocation(DURATION_TYPE_TEMPORARY, eSummon, RndLoc(GetSpellTargetLocation(),5,DIMENSION_HEMISPHERE), HoursToSeconds(24)); } } -} +} \ No newline at end of file diff --git a/_release/Path of Ascension [PRC8-CEP3].7z b/_release/Path of Ascension [PRC8-CEP3].7z index 6dab802c..22ee80c0 100644 Binary files a/_release/Path of Ascension [PRC8-CEP3].7z and b/_release/Path of Ascension [PRC8-CEP3].7z differ