Quest persistence bugfixing & continuing NESS spawn conversion

Quest persistence bugfixing & continuing NESS spawn conversion.

Co-Authored-By: Awetizmo <107700980+Awetizmo@users.noreply.github.com>
This commit is contained in:
Jaysyn904
2022-06-21 08:56:20 -04:00
parent e03053bd65
commit 6153db8683
109 changed files with 7633 additions and 53873 deletions

View File

@@ -2,15 +2,7 @@
"__data_type": "GIC ",
"Creature List": {
"type": "list",
"value": [
{
"__struct_id": 4,
"Comment": {
"type": "cexostring",
"value": ""
}
}
]
"value": []
},
"Door List": {
"type": "list",
@@ -78,15 +70,7 @@
},
"StoreList": {
"type": "list",
"value": [
{
"__struct_id": 11,
"Comment": {
"type": "cexostring",
"value": "Chapter 3"
}
}
]
"value": []
},
"TriggerList": {
"type": "list",
@@ -94,6 +78,14 @@
},
"WaypointList": {
"type": "list",
"value": []
"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."
}
}
]
}
}