Bugfix pass.

Fixed onRespawn & onDying scripts.  Fixed XP awards.  Added temple hospital & library.
This commit is contained in:
Jaysyn904
2021-09-25 20:28:28 -04:00
parent 6195a6cf23
commit 3e3128ed1e
84 changed files with 64542 additions and 169 deletions

View File

@@ -1679,6 +1679,20 @@
"type": "resref",
"value": "area500sparky"
}
},
{
"__struct_id": 6,
"Area_Name": {
"type": "resref",
"value": "healerlibrary"
}
},
{
"__struct_id": 6,
"Area_Name": {
"type": "resref",
"value": "healerthospital"
}
}
]
},
@@ -2036,11 +2050,11 @@
},
"Mod_OnPlrDeath": {
"type": "resref",
"value": "hif_onplayerdeat"
"value": "prc_ondeath"
},
"Mod_OnPlrDying": {
"type": "resref",
"value": "hif_onplayerdyin"
"value": "prc_ondying"
},
"Mod_OnPlrEqItm": {
"type": "resref",
@@ -3212,7 +3226,7 @@
},
"Value": {
"type": "int",
"value": 1
"value": 0
}
},
{
@@ -3289,6 +3303,36 @@
"type": "int",
"value": 1
}
},
{
"__struct_id": 0,
"Name": {
"type": "cexostring",
"value": "PRC_XP_USE_SETXP"
},
"Type": {
"type": "dword",
"value": 1
},
"Value": {
"type": "int",
"value": 1
}
},
{
"__struct_id": 0,
"Name": {
"type": "cexostring",
"value": "PRC_XP_DISABLE_SPAM"
},
"Type": {
"type": "dword",
"value": 1
},
"Value": {
"type": "int",
"value": 1
}
}
]
}