diff --git a/_module/Aschbourne [PRC8-CEP3].BackupMod b/_module/Aschbourne [PRC8-CEP3].BackupMod new file mode 100644 index 00000000..c2942392 Binary files /dev/null and b/_module/Aschbourne [PRC8-CEP3].BackupMod differ diff --git a/_module/ifo/module.ifo.json b/_module/ifo/module.ifo.json index 7acfcf76..0655d44a 100644 --- a/_module/ifo/module.ifo.json +++ b/_module/ifo/module.ifo.json @@ -1285,7 +1285,7 @@ "Mod_Description": { "type": "cexolocstring", "value": { - "0": "Aschbourne [PRC8-CEP3]\n\nAschbourne, which is the starting town, lies east of Calimport. Your character will travel through many a dangerous road while seeing the ever growing city of Schamedar or the coastal town of Volothamp. Your northern travels will lead you all the way to the ever deadly Marching Mountains.\n\n\n* All expansions needed along with the latest patch (1.66), you will also need CEP 1.52." + "0": "Aschbourne\n* All expansions needed along with the latest patch (1.66), you will also need CEP 1.52." } }, "Mod_DuskHour": { diff --git a/_module/jrl/module.jrl.json b/_module/jrl/module.jrl.json deleted file mode 100644 index 58c26ffb..00000000 --- a/_module/jrl/module.jrl.json +++ /dev/null @@ -1,110 +0,0 @@ -{ - "__data_type": "JRL ", - "Categories": { - "type": "list", - "value": [ - { - "__struct_id": 0, - "Comment": { - "type": "cexostring", - "value": "D&D XP Chart" - }, - "EntryList": { - "type": "list", - "value": [ - { - "__struct_id": 0, - "End": { - "type": "word", - "value": 0 - }, - "ID": { - "type": "dword", - "value": 1 - }, - "Text": { - "type": "cexolocstring", - "value": { - "0": "Lvl XP Needed\n01 0\n02 1000\n03 3000\n04 6000\n05 10000\n06 15000\n07 21000\n08 28000\n09 36000\n10 45000\n11 55000\n12 66000\n13 78000\n14 91000\n15 105000\n16 120000\n17 136000\n18 153000\n19 171000\n20 190000\n21 210000\n22 231000\n23 253000\n24 276000\n25 300000\n26 325000\n27 351000\n28 378000\n29 406000\n30 435000\n31 465000\n32 496000\n33 528000\n34 561000\n35 595000\n36 630000\n37 666000\n38 703000\n39 741000\n40 780000" - } - } - } - ] - }, - "Name": { - "type": "cexolocstring", - "value": { - "0": "D&D XP Chart" - } - }, - "Picture": { - "type": "word", - "value": 65535 - }, - "Priority": { - "type": "dword", - "value": 4 - }, - "Tag": { - "type": "cexostring", - "value": "JRNL_XPCHART" - }, - "XP": { - "type": "dword", - "value": 0 - } - }, - { - "__struct_id": 1, - "Comment": { - "type": "cexostring", - "value": "Level Adjustment Buy-off" - }, - "EntryList": { - "type": "list", - "value": [ - { - "__struct_id": 0, - "End": { - "type": "word", - "value": 0 - }, - "ID": { - "type": "dword", - "value": 1 - }, - "Text": { - "type": "cexolocstring", - "value": { - "0": "Starting LA / Level\n \n01 / 03\n02 / 06 09\n03 / 09 15 18\n04 / 12 21 27 30\n05 / 15 27 36\n06 / 18 33\n07 / 21 39\n08 / 24\n09 / 27\n10 / 30\n11 / 33\n12 / 36\n13 / 39\n\n(Buy-off dialog will be in the PRC menu when you qualify.)" - } - } - } - ] - }, - "Name": { - "type": "cexolocstring", - "value": { - "0": "Level Adjustment Buy-off" - } - }, - "Picture": { - "type": "word", - "value": 65535 - }, - "Priority": { - "type": "dword", - "value": 4 - }, - "Tag": { - "type": "cexostring", - "value": "JRNL_LA_BUYOFF" - }, - "XP": { - "type": "dword", - "value": 0 - } - } - ] - } -} diff --git a/_module/ncs/on_client_enter.ncs b/_module/ncs/on_client_enter.ncs index 2e8f4c7f..f6709c23 100644 Binary files a/_module/ncs/on_client_enter.ncs and b/_module/ncs/on_client_enter.ncs differ diff --git a/_module/ncs/spawn_leavebody.ncs b/_module/ncs/spawn_leavebody.ncs index 72c33641..8e29073a 100644 Binary files a/_module/ncs/spawn_leavebody.ncs and b/_module/ncs/spawn_leavebody.ncs differ diff --git a/_module/nss/on_client_enter.nss b/_module/nss/on_client_enter.nss index 80d427d9..a9a9d096 100644 --- a/_module/nss/on_client_enter.nss +++ b/_module/nss/on_client_enter.nss @@ -3,15 +3,8 @@ void main() { object oMod = GetModule(); - ExecuteScript("_cb_client_enter", oMod); - object oPC = GetEnteringObject(); - -//:: Add PRC8 journal entries - AddJournalQuestEntry("JRNL_XPCHART", 1, oPC, FALSE, FALSE, FALSE); - AddJournalQuestEntry("JRNL_LA_BUYOFF", 1, oPC, FALSE, FALSE, FALSE); - if(GetIsPC(oPC)&& GetIsObjectValid(oPC)) { SirElrics_SimplePlayerSetUp(oPC);