starting area added
Added a server entry and ooc area
This commit is contained in:
parent
33bf217de1
commit
034a2cd838
@ -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": {
|
||||
|
110
_module/jrl/module.jrl.json
Normal file
110
_module/jrl/module.jrl.json
Normal file
@ -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
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -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));
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user