Added NPC to re-level or delete character
Modified npc pickup script to ignore quest item spawns.
This commit is contained in:
@@ -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": ""
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user