Bugfix pass.
Fixed onRespawn & onDying scripts. Fixed XP awards. Added temple hospital & library.
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user