added prc death

added animation onenter to offset prc death animation, moved entry point to upper level of sarum castle
This commit is contained in:
EpicValor 2023-08-15 18:54:31 -05:00
parent f0ac4c3c49
commit 2b9994aa41
155 changed files with 655 additions and 52 deletions

View File

@ -4891,7 +4891,7 @@
},
"Version": {
"type": "dword",
"value": 151
"value": 152
},
"Width": {
"type": "int",

View File

@ -2913,7 +2913,7 @@
},
"Version": {
"type": "dword",
"value": 15
"value": 16
},
"Width": {
"type": "int",

View File

@ -21,6 +21,10 @@
"value": [
{
"__struct_id": 0,
"ActionParams": {
"type": "list",
"value": []
},
"Animation": {
"type": "dword",
"value": 0
@ -66,6 +70,10 @@
},
{
"__struct_id": 1,
"ActionParams": {
"type": "list",
"value": []
},
"Animation": {
"type": "dword",
"value": 0
@ -111,6 +119,10 @@
},
{
"__struct_id": 2,
"ActionParams": {
"type": "list",
"value": []
},
"Animation": {
"type": "dword",
"value": 0
@ -156,6 +168,10 @@
},
{
"__struct_id": 3,
"ActionParams": {
"type": "list",
"value": []
},
"Animation": {
"type": "dword",
"value": 0
@ -201,6 +217,10 @@
},
{
"__struct_id": 4,
"ActionParams": {
"type": "list",
"value": []
},
"Animation": {
"type": "dword",
"value": 0
@ -246,6 +266,10 @@
},
{
"__struct_id": 5,
"ActionParams": {
"type": "list",
"value": []
},
"Animation": {
"type": "dword",
"value": 0
@ -291,6 +315,10 @@
},
{
"__struct_id": 6,
"ActionParams": {
"type": "list",
"value": []
},
"Animation": {
"type": "dword",
"value": 0
@ -336,6 +364,10 @@
},
{
"__struct_id": 7,
"ActionParams": {
"type": "list",
"value": []
},
"Animation": {
"type": "dword",
"value": 0
@ -381,6 +413,10 @@
},
{
"__struct_id": 8,
"ActionParams": {
"type": "list",
"value": []
},
"Animation": {
"type": "dword",
"value": 0
@ -426,6 +462,10 @@
},
{
"__struct_id": 9,
"ActionParams": {
"type": "list",
"value": []
},
"Animation": {
"type": "dword",
"value": 0
@ -490,7 +530,11 @@
"__struct_id": 0,
"Active": {
"type": "resref",
"value": "062_npc_say"
"value": ""
},
"ConditionParams": {
"type": "list",
"value": []
},
"Index": {
"type": "dword",
@ -501,7 +545,11 @@
"__struct_id": 1,
"Active": {
"type": "resref",
"value": "062_npc_say"
"value": ""
},
"ConditionParams": {
"type": "list",
"value": []
},
"Index": {
"type": "dword",
@ -512,7 +560,11 @@
"__struct_id": 2,
"Active": {
"type": "resref",
"value": "062_npc_say"
"value": ""
},
"ConditionParams": {
"type": "list",
"value": []
},
"Index": {
"type": "dword",
@ -523,7 +575,11 @@
"__struct_id": 3,
"Active": {
"type": "resref",
"value": "062_npc_say"
"value": ""
},
"ConditionParams": {
"type": "list",
"value": []
},
"Index": {
"type": "dword",
@ -534,7 +590,11 @@
"__struct_id": 4,
"Active": {
"type": "resref",
"value": "062_npc_say"
"value": ""
},
"ConditionParams": {
"type": "list",
"value": []
},
"Index": {
"type": "dword",
@ -545,7 +605,11 @@
"__struct_id": 5,
"Active": {
"type": "resref",
"value": "062_npc_say"
"value": ""
},
"ConditionParams": {
"type": "list",
"value": []
},
"Index": {
"type": "dword",
@ -556,7 +620,11 @@
"__struct_id": 6,
"Active": {
"type": "resref",
"value": "062_npc_say"
"value": ""
},
"ConditionParams": {
"type": "list",
"value": []
},
"Index": {
"type": "dword",
@ -567,7 +635,11 @@
"__struct_id": 7,
"Active": {
"type": "resref",
"value": "062_npc_say"
"value": ""
},
"ConditionParams": {
"type": "list",
"value": []
},
"Index": {
"type": "dword",
@ -578,7 +650,11 @@
"__struct_id": 8,
"Active": {
"type": "resref",
"value": "062_npc_say"
"value": ""
},
"ConditionParams": {
"type": "list",
"value": []
},
"Index": {
"type": "dword",
@ -589,7 +665,11 @@
"__struct_id": 9,
"Active": {
"type": "resref",
"value": "062_npc_say"
"value": ""
},
"ConditionParams": {
"type": "list",
"value": []
},
"Index": {
"type": "dword",

View File

@ -750,6 +750,13 @@
"type": "cexostring",
"value": ""
}
},
{
"__struct_id": 5,
"Comment": {
"type": "cexostring",
"value": "This is the default waypoint you may place to set a patrol path for a creature or NPC.\r\n1. Create the creature and either use its current Tag or fill in a new one.\r\n2. Place or make sure the WalkWayPoints() is within the body of the On Spawn script for the creature.\r\n3. Place a series of waypoints along the route you wish the creature to walk.\r\n4. Select all of the newly created waypoints and right click. Choose the Create Set option.\r\n5. The waypoint set will have a set name of \"WP_\" + NPC Tag. Thus if an NPC with the Tag \"Guard\" will have a waypoint set called \"WP_Guard\". Note that Tags are case sensitive."
}
}
]
}

View File

@ -17028,7 +17028,7 @@
},
"LinkedToFlags": {
"type": "byte",
"value": 1
"value": 2
},
"LoadScreenID": {
"type": "word",

View File

@ -474,6 +474,90 @@
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {
@ -507,8 +591,8 @@
"type": "cexostring",
"value": "Chair_ghost"
},
"Tail": {
"type": "byte",
"Tail_New": {
"type": "dword",
"value": 205
},
"TemplateList": {
@ -527,8 +611,8 @@
"type": "short",
"value": 0
},
"Wings": {
"type": "byte",
"Wings_New": {
"type": "dword",
"value": 205
},
"Wis": {
@ -610,8 +694,8 @@
"type": "byte",
"value": 16
},
"GenericType": {
"type": "byte",
"GenericType_New": {
"type": "dword",
"value": 1
},
"Hardness": {
@ -831,8 +915,8 @@
"type": "byte",
"value": 16
},
"GenericType": {
"type": "byte",
"GenericType_New": {
"type": "dword",
"value": 8
},
"Hardness": {
@ -1052,8 +1136,8 @@
"type": "byte",
"value": 16
},
"GenericType": {
"type": "byte",
"GenericType_New": {
"type": "dword",
"value": 1
},
"Hardness": {
@ -1273,8 +1357,8 @@
"type": "byte",
"value": 16
},
"GenericType": {
"type": "byte",
"GenericType_New": {
"type": "dword",
"value": 1
},
"Hardness": {
@ -1494,8 +1578,8 @@
"type": "byte",
"value": 16
},
"GenericType": {
"type": "byte",
"GenericType_New": {
"type": "dword",
"value": 1
},
"Hardness": {
@ -1715,8 +1799,8 @@
"type": "byte",
"value": 16
},
"GenericType": {
"type": "byte",
"GenericType_New": {
"type": "dword",
"value": 1
},
"Hardness": {
@ -1936,8 +2020,8 @@
"type": "byte",
"value": 16
},
"GenericType": {
"type": "byte",
"GenericType_New": {
"type": "dword",
"value": 1
},
"Hardness": {
@ -2157,8 +2241,8 @@
"type": "byte",
"value": 16
},
"GenericType": {
"type": "byte",
"GenericType_New": {
"type": "dword",
"value": 1
},
"Hardness": {
@ -2378,8 +2462,8 @@
"type": "byte",
"value": 16
},
"GenericType": {
"type": "byte",
"GenericType_New": {
"type": "dword",
"value": 1
},
"Hardness": {
@ -2599,8 +2683,8 @@
"type": "byte",
"value": 16
},
"GenericType": {
"type": "byte",
"GenericType_New": {
"type": "dword",
"value": 1
},
"Hardness": {
@ -2820,8 +2904,8 @@
"type": "byte",
"value": 16
},
"GenericType": {
"type": "byte",
"GenericType_New": {
"type": "dword",
"value": 1
},
"Hardness": {
@ -3041,8 +3125,8 @@
"type": "byte",
"value": 16
},
"GenericType": {
"type": "byte",
"GenericType_New": {
"type": "dword",
"value": 1
},
"Hardness": {
@ -3262,8 +3346,8 @@
"type": "byte",
"value": 16
},
"GenericType": {
"type": "byte",
"GenericType_New": {
"type": "dword",
"value": 1
},
"Hardness": {
@ -3483,8 +3567,8 @@
"type": "byte",
"value": 16
},
"GenericType": {
"type": "byte",
"GenericType_New": {
"type": "dword",
"value": 1
},
"Hardness": {
@ -3704,8 +3788,8 @@
"type": "byte",
"value": 16
},
"GenericType": {
"type": "byte",
"GenericType_New": {
"type": "dword",
"value": 1
},
"Hardness": {
@ -3925,8 +4009,8 @@
"type": "byte",
"value": 16
},
"GenericType": {
"type": "byte",
"GenericType_New": {
"type": "dword",
"value": 1
},
"Hardness": {
@ -4202,6 +4286,10 @@
"0": "Area Spawner"
}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -4423,6 +4511,10 @@
"type": "cexolocstring",
"value": {}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -4644,6 +4736,10 @@
"type": "cexolocstring",
"value": {}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -4865,6 +4961,10 @@
"type": "cexolocstring",
"value": {}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -5086,6 +5186,10 @@
"type": "cexolocstring",
"value": {}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -5307,6 +5411,10 @@
"type": "cexolocstring",
"value": {}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -5528,6 +5636,10 @@
"type": "cexolocstring",
"value": {}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -5749,6 +5861,10 @@
"type": "cexolocstring",
"value": {}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -5970,6 +6086,10 @@
"type": "cexolocstring",
"value": {}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -6191,6 +6311,10 @@
"type": "cexolocstring",
"value": {}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -6412,6 +6536,10 @@
"type": "cexolocstring",
"value": {}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -6633,6 +6761,10 @@
"type": "cexolocstring",
"value": {}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -6854,6 +6986,10 @@
"type": "cexolocstring",
"value": {}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -7075,6 +7211,10 @@
"type": "cexolocstring",
"value": {}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -7296,6 +7436,10 @@
"type": "cexolocstring",
"value": {}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -7517,6 +7661,10 @@
"type": "cexolocstring",
"value": {}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -7738,6 +7886,10 @@
"type": "cexolocstring",
"value": {}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -7963,6 +8115,10 @@
"0": "Candelabra"
}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -8188,6 +8344,10 @@
"0": "Candelabra"
}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -8413,6 +8573,10 @@
"0": "Candelabra"
}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -8634,6 +8798,10 @@
"type": "cexolocstring",
"value": {}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -8855,6 +9023,10 @@
"type": "cexolocstring",
"value": {}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -9076,6 +9248,10 @@
"type": "cexolocstring",
"value": {}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -9297,6 +9473,10 @@
"type": "cexolocstring",
"value": {}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -9518,6 +9698,10 @@
"type": "cexolocstring",
"value": {}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -9743,6 +9927,10 @@
"0": "Candelabra"
}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -9968,6 +10156,10 @@
"0": "Candelabra"
}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -10193,6 +10385,10 @@
"0": "Candelabra"
}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -10418,6 +10614,10 @@
"0": "Candelabra"
}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -10643,6 +10843,10 @@
"0": "Candelabra"
}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
@ -14837,6 +15041,68 @@
"type": "float",
"value": -9.5367431640625e-007
}
},
{
"__struct_id": 5,
"Appearance": {
"type": "byte",
"value": 1
},
"Description": {
"type": "cexolocstring",
"value": {}
},
"HasMapNote": {
"type": "byte",
"value": 0
},
"LinkedTo": {
"type": "cexostring",
"value": ""
},
"LocalizedName": {
"id": 14817,
"type": "cexolocstring",
"value": {
"0": "dt_upstairs2innerkeep"
}
},
"MapNote": {
"type": "cexolocstring",
"value": {}
},
"MapNoteEnabled": {
"type": "byte",
"value": 1
},
"Tag": {
"type": "cexostring",
"value": "dt_upstairs2innerkeep"
},
"TemplateResRef": {
"type": "resref",
"value": "nw_waypoint001"
},
"XOrientation": {
"type": "float",
"value": 0.0
},
"XPosition": {
"type": "float",
"value": 15.02999973297119
},
"YOrientation": {
"type": "float",
"value": -1.0
},
"YPosition": {
"type": "float",
"value": 61.20999908447266
},
"ZPosition": {
"type": "float",
"value": 0.0
}
}
]
}

View File

@ -5079,7 +5079,7 @@
},
"Value": {
"type": "int",
"value": 1
"value": 3
}
},
{
@ -5186,6 +5186,246 @@
"type": "int",
"value": 1
}
},
{
"__struct_id": 0,
"Name": {
"type": "cexostring",
"value": "PRC_SCRIBE_SCROLL_CASTER_LEVEL"
},
"Type": {
"type": "dword",
"value": 1
},
"Value": {
"type": "int",
"value": 1
}
},
{
"__struct_id": 0,
"Name": {
"type": "cexostring",
"value": "PRC_CRAFT_WAND_CASTER_LEVEL"
},
"Type": {
"type": "dword",
"value": 1
},
"Value": {
"type": "int",
"value": 1
}
},
{
"__struct_id": 0,
"Name": {
"type": "cexostring",
"value": "PRC_BREW_POTION_CASTER_LEVEL"
},
"Type": {
"type": "dword",
"value": 1
},
"Value": {
"type": "int",
"value": 1
}
},
{
"__struct_id": 0,
"Name": {
"type": "cexostring",
"value": "PRC_CRAFT_ROD_CASTER_LEVEL"
},
"Type": {
"type": "dword",
"value": 1
},
"Value": {
"type": "int",
"value": 1
}
},
{
"__struct_id": 0,
"Name": {
"type": "cexostring",
"value": "PRC_CRAFT_STAFF_CASTER_LEVEL"
},
"Type": {
"type": "dword",
"value": 1
},
"Value": {
"type": "int",
"value": 1
}
},
{
"__struct_id": 0,
"Name": {
"type": "cexostring",
"value": "X2_CI_BREWPOTION_MAXLEVEL"
},
"Type": {
"type": "dword",
"value": 1
},
"Value": {
"type": "int",
"value": 9
}
},
{
"__struct_id": 0,
"Name": {
"type": "cexostring",
"value": "X2_CI_CRAFTWAND_MAXLEVEL"
},
"Type": {
"type": "dword",
"value": 1
},
"Value": {
"type": "int",
"value": 9
}
},
{
"__struct_id": 0,
"Name": {
"type": "cexostring",
"value": "PRC_CRAFTING_ARBITRARY"
},
"Type": {
"type": "dword",
"value": 1
},
"Value": {
"type": "int",
"value": 1
}
},
{
"__struct_id": 0,
"Name": {
"type": "cexostring",
"value": "PRC_CRAFTING_COST_SCALE"
},
"Type": {
"type": "dword",
"value": 1
},
"Value": {
"type": "int",
"value": 25
}
},
{
"__struct_id": 0,
"Name": {
"type": "cexostring",
"value": "PRC_CRAFTING_TIME_SCALE"
},
"Type": {
"type": "dword",
"value": 1
},
"Value": {
"type": "int",
"value": 3
}
},
{
"__struct_id": 0,
"Name": {
"type": "cexostring",
"value": "PRC_DISABLE_ENCOUNTERS"
},
"Type": {
"type": "dword",
"value": 1
},
"Value": {
"type": "int",
"value": 1
}
},
{
"__struct_id": 0,
"Name": {
"type": "cexostring",
"value": "PRC_DISABLE_SWITCH_CHANGING_CONVO"
},
"Type": {
"type": "dword",
"value": 1
},
"Value": {
"type": "int",
"value": 1
}
},
{
"__struct_id": 0,
"Name": {
"type": "cexostring",
"value": "PRC_PNP_DEATH_ENABLE"
},
"Type": {
"type": "dword",
"value": 1
},
"Value": {
"type": "int",
"value": 1
}
},
{
"__struct_id": 0,
"Name": {
"type": "cexostring",
"value": "PRC_DEATH_OR_BLEED"
},
"Type": {
"type": "dword",
"value": 1
},
"Value": {
"type": "int",
"value": 1
}
},
{
"__struct_id": 0,
"Name": {
"type": "cexostring",
"value": "PRC_DEATH_HEAL_FROM_STABLE"
},
"Type": {
"type": "dword",
"value": 1
},
"Value": {
"type": "int",
"value": 1
}
},
{
"__struct_id": 0,
"Name": {
"type": "cexostring",
"value": "PRC_DEATH_BLEED_TO_STABLE_CHANCE"
},
"Type": {
"type": "dword",
"value": 1
},
"Value": {
"type": "int",
"value": 20
}
}
]
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More