diff --git a/_module/ifo/module.ifo.json b/_module/ifo/module.ifo.json index 0655d44a..7acfcf76 100644 --- a/_module/ifo/module.ifo.json +++ b/_module/ifo/module.ifo.json @@ -1285,7 +1285,7 @@ "Mod_Description": { "type": "cexolocstring", "value": { - "0": "Aschbourne\n* All expansions needed along with the latest patch (1.66), you will also need CEP 1.52." + "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." } }, "Mod_DuskHour": { diff --git a/_module/jrl/module.jrl.json b/_module/jrl/module.jrl.json new file mode 100644 index 00000000..58c26ffb --- /dev/null +++ b/_module/jrl/module.jrl.json @@ -0,0 +1,110 @@ +{ + "__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/nw_o0_death.ncs b/_module/ncs/nw_o0_death.ncs index d7d4fedf..eaa4f2f1 100644 Binary files a/_module/ncs/nw_o0_death.ncs and b/_module/ncs/nw_o0_death.ncs differ diff --git a/_module/ncs/on_client_enter.ncs b/_module/ncs/on_client_enter.ncs index f6709c23..2e8f4c7f 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 8e29073a..72c33641 100644 Binary files a/_module/ncs/spawn_leavebody.ncs and b/_module/ncs/spawn_leavebody.ncs differ diff --git a/_module/nss/nw_o0_death.nss b/_module/nss/nw_o0_death.nss index 37ad61f4..225c6bed 100644 --- a/_module/nss/nw_o0_death.nss +++ b/_module/nss/nw_o0_death.nss @@ -72,7 +72,7 @@ void main() //Create corpse at player's feet xCorpse = CreateObject(OBJECT_TYPE_PLACEABLE,"corpse002",xLoc); //Drop equipment on corpse - for (xCount = 1; xCount < 15; xCount++) +/* for (xCount = 1; xCount < 15; xCount++) { switch (xCount) { @@ -95,7 +95,7 @@ void main() { AssignCommand(xCorpse,ActionTakeItem(xItem,xPC)); } - } + } */ //Now drop half of player's gold. xGold = (GetGold(xPC)/2); AssignCommand(xItem,TakeGoldFromCreature(xGold,xPC,FALSE)); diff --git a/_module/nss/on_client_enter.nss b/_module/nss/on_client_enter.nss index a9a9d096..80d427d9 100644 --- a/_module/nss/on_client_enter.nss +++ b/_module/nss/on_client_enter.nss @@ -3,8 +3,15 @@ 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);