diff --git a/.gitignore b/.gitignore index b110eb2..9c28967 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ _module/Alangara Rising \[PRC8-CEP2\].mod +*.mod diff --git a/README.md b/README.md index 3d6aec2..ab54887 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ -# Alangara Rising [PRC8-CEP3] +# Alangara Rising [PRC8-CEP2] Repository for development of the PRC'd version of the Alangara Rising PW. -Requires: PRC8 4.1.11 & CEP 3 +## Requirements +PRC 8 v4.1.11 +CEP 2 +ACP v4.1 \ No newline at end of file diff --git a/_module/ifo/module.ifo.json b/_module/ifo/module.ifo.json index f102acf..842357b 100644 --- a/_module/ifo/module.ifo.json +++ b/_module/ifo/module.ifo.json @@ -1887,7 +1887,7 @@ "Mod_Description": { "type": "cexolocstring", "value": { - "0": "Alangara Rising [PRC8-CEP2]\n\nRoleplay adventure/action server, set in a unique and self-invented part of Faerun ( the Forgotten Realms )\n\nPlayerhousing and lands - player farming system - player-created literature - playerguilds - Tons of NPC quests - DM events - REBORN option to create semi-divine characters after level 40 - etc." + "0": "Alangara Rising [PRC8-CEP2]\n\nRoleplay adventure/action server, set in a unique and self-invented part of Faerun ( the Forgotten Realms )\n\nPlayer housing and lands - player farming system - player-created literature - playerguilds - Tons of NPC quests - DM events - REBORN option to create semi-divine characters after level 40 - etc." } }, "Mod_DuskHour": { @@ -2013,6 +2013,13 @@ "value": "prc_add_sb" } }, + { + "__struct_id": 8, + "Mod_Hak": { + "type": "cexostring", + "value": "acp_v4.1" + } + }, { "__struct_id": 8, "Mod_Hak": { @@ -2508,6 +2515,96 @@ "type": "int", "value": 0 } + }, + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "PRC_MULTISUMMON" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 1 + } + }, + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "PRC_XP_USE_SIMPLE_LA" + }, + "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 + } + }, + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "PRC_XP_USE_SIMPLE_RACIAL_HD_NO_FREE_XP" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "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 + } } ] } diff --git a/_module/itp/itempalcus.itp.json b/_module/itp/itempalcus.itp.json index d092e9d..a4b010a 100644 --- a/_module/itp/itempalcus.itp.json +++ b/_module/itp/itempalcus.itp.json @@ -30480,17 +30480,6 @@ "value": 16778353 } }, - { - "__struct_id": 0, - "RESREF": { - "type": "resref", - "value": "prc_scr_995" - }, - "STRREF": { - "type": "dword", - "value": 16790488 - } - }, { "__struct_id": 0, "NAME": { @@ -34990,6 +34979,17 @@ "value": 16827179 } }, + { + "__struct_id": 0, + "RESREF": { + "type": "resref", + "value": "prc_scr_995" + }, + "STRREF": { + "type": "dword", + "value": 16790488 + } + }, { "__struct_id": 0, "RESREF": { diff --git a/_module/ncs/divine_shield.ncs b/_module/ncs/divine_shield.ncs index 2eef7f0..3b8e52c 100644 Binary files a/_module/ncs/divine_shield.ncs and b/_module/ncs/divine_shield.ncs differ diff --git a/_module/ncs/jh_bnk_x_04.ncs b/_module/ncs/jh_bnk_x_04.ncs index a6f448b..ccc07d2 100644 Binary files a/_module/ncs/jh_bnk_x_04.ncs and b/_module/ncs/jh_bnk_x_04.ncs differ diff --git a/_module/ncs/jh_bnk_x_17.ncs b/_module/ncs/jh_bnk_x_17.ncs index 09dde5e..9bbbf3a 100644 Binary files a/_module/ncs/jh_bnk_x_17.ncs and b/_module/ncs/jh_bnk_x_17.ncs differ diff --git a/_module/ncs/jh_bnk_x_18.ncs b/_module/ncs/jh_bnk_x_18.ncs index 46fc62e..9f62b93 100644 Binary files a/_module/ncs/jh_bnk_x_18.ncs and b/_module/ncs/jh_bnk_x_18.ncs differ diff --git a/_module/ncs/jh_bnk_x_20.ncs b/_module/ncs/jh_bnk_x_20.ncs index 2c476bf..18ee9ac 100644 Binary files a/_module/ncs/jh_bnk_x_20.ncs and b/_module/ncs/jh_bnk_x_20.ncs differ diff --git a/_module/ncs/jh_bnk_x_22.ncs b/_module/ncs/jh_bnk_x_22.ncs index 14671a5..38ac05f 100644 Binary files a/_module/ncs/jh_bnk_x_22.ncs and b/_module/ncs/jh_bnk_x_22.ncs differ diff --git a/_module/ncs/jh_bnk_x_23.ncs b/_module/ncs/jh_bnk_x_23.ncs index 16b888e..f4fdb3c 100644 Binary files a/_module/ncs/jh_bnk_x_23.ncs and b/_module/ncs/jh_bnk_x_23.ncs differ diff --git a/_module/ncs/ke_henchman14.ncs b/_module/ncs/ke_henchman14.ncs index a8151a2..f369501 100644 Binary files a/_module/ncs/ke_henchman14.ncs and b/_module/ncs/ke_henchman14.ncs differ diff --git a/_module/ncs/ke_take10_fungi.ncs b/_module/ncs/ke_take10_fungi.ncs index 51bbfa9..e229c1e 100644 Binary files a/_module/ncs/ke_take10_fungi.ncs and b/_module/ncs/ke_take10_fungi.ncs differ diff --git a/_module/ncs/mn_aidbc_hasokey.ncs b/_module/ncs/mn_aidbc_hasokey.ncs index 243b805..bce583d 100644 Binary files a/_module/ncs/mn_aidbc_hasokey.ncs and b/_module/ncs/mn_aidbc_hasokey.ncs differ diff --git a/_module/ncs/mn_ptele_global.ncs b/_module/ncs/mn_ptele_global.ncs index f5bffd5..ef5d25e 100644 Binary files a/_module/ncs/mn_ptele_global.ncs and b/_module/ncs/mn_ptele_global.ncs differ diff --git a/_module/ncs/nw_s2_divprot.ncs b/_module/ncs/nw_s2_divprot.ncs index a61f911..b28c6e6 100644 Binary files a/_module/ncs/nw_s2_divprot.ncs and b/_module/ncs/nw_s2_divprot.ncs differ diff --git a/_module/ncs/nw_s3_balordeth.ncs b/_module/ncs/nw_s3_balordeth.ncs index b1c3419..6583786 100644 Binary files a/_module/ncs/nw_s3_balordeth.ncs and b/_module/ncs/nw_s3_balordeth.ncs differ diff --git a/_module/ncs/openstore011.ncs b/_module/ncs/openstore011.ncs index b2391cb..97ed72a 100644 Binary files a/_module/ncs/openstore011.ncs and b/_module/ncs/openstore011.ncs differ diff --git a/_module/ncs/openstore035.ncs b/_module/ncs/openstore035.ncs index 47aa8ca..6375d70 100644 Binary files a/_module/ncs/openstore035.ncs and b/_module/ncs/openstore035.ncs differ diff --git a/_module/ncs/openstore036.ncs b/_module/ncs/openstore036.ncs index 1ca42f7..aa5cbba 100644 Binary files a/_module/ncs/openstore036.ncs and b/_module/ncs/openstore036.ncs differ diff --git a/_module/ncs/quartermaster.ncs b/_module/ncs/quartermaster.ncs index 23df31f..0ea0e26 100644 Binary files a/_module/ncs/quartermaster.ncs and b/_module/ncs/quartermaster.ncs differ diff --git a/_release/Alangara Rising [PRC8-CEP2].7z b/_release/Alangara Rising [PRC8-CEP2].7z index 6ea0635..a466a33 100644 Binary files a/_release/Alangara Rising [PRC8-CEP2].7z and b/_release/Alangara Rising [PRC8-CEP2].7z differ