Added NPC to re-level or delete character

Modified npc pickup script to ignore quest item spawns.
This commit is contained in:
EpicValor
2023-12-14 23:02:17 -06:00
parent b59db83a72
commit d79d5b5ed3
29 changed files with 6453 additions and 33 deletions

View File

@@ -2,7 +2,15 @@
"__data_type": "GIC ",
"Creature List": {
"type": "list",
"value": []
"value": [
{
"__struct_id": 4,
"Comment": {
"type": "cexostring",
"value": "Annihilus"
}
}
]
},
"Door List": {
"type": "list",
@@ -56,6 +64,14 @@
},
"WaypointList": {
"type": "list",
"value": []
"value": [
{
"__struct_id": 5,
"Comment": {
"type": "cexostring",
"value": ""
}
}
]
}
}