Updated event system

Added caller scripts to the PC events.  Full compile.  Updated release.
This commit is contained in:
Jaysyn904
2023-11-13 13:16:17 -05:00
parent 80853afccf
commit f69e979e53
58 changed files with 278 additions and 33 deletions

View File

@@ -865,7 +865,7 @@
"Mod_Description": {
"type": "cexolocstring",
"value": {
"0": "The Underworld 2\nCreated By: Guile / Genisys\nCreated On 4/17/07 to 8/29/10\n\nDiscord @ PRC Presents Channels"
"0": "Underworld 2 (PRC8/CEP3 version)\nCreated By: Guile / Genisys\nCreated On 4/17/07 to 8/29/10\n\nUpdated By: Jaysyn\n\nDiscord @ PRC Presents Channels"
}
},
"Mod_DuskHour": {
@@ -1103,24 +1103,24 @@
"Mod_Name": {
"type": "cexolocstring",
"value": {
"0": "Underworld 2"
"0": "Underworld 2 (PRC8/CEP3)"
}
},
"Mod_OnAcquirItem": {
"type": "resref",
"value": "onaquireditem"
"value": "call_onacquired"
},
"Mod_OnActvtItem": {
"type": "resref",
"value": "onactivateitem"
"value": "call_onactivate"
},
"Mod_OnClientEntr": {
"type": "resref",
"value": "oncliententer"
"value": "call_onenter"
},
"Mod_OnClientLeav": {
"type": "resref",
"value": "onclientexit"
"value": "call_onexit"
},
"Mod_OnCutsnAbort": {
"type": "resref",
@@ -1128,11 +1128,11 @@
},
"Mod_OnHeartbeat": {
"type": "resref",
"value": "onheartbeat"
"value": "call_onheartbeat"
},
"Mod_OnModLoad": {
"type": "resref",
"value": "onmoduleload"
"value": "call_onmodload"
},
"Mod_OnModStart": {
"type": "resref",
@@ -1144,19 +1144,19 @@
},
"Mod_OnPlrChat": {
"type": "resref",
"value": "on_player_chat"
"value": "call_onpcchat"
},
"Mod_OnPlrDeath": {
"type": "resref",
"value": "onplayerdeath"
"value": "call_ondeath"
},
"Mod_OnPlrDying": {
"type": "resref",
"value": "bleeding"
"value": "call_ondying"
},
"Mod_OnPlrEqItm": {
"type": "resref",
"value": "onplayerequipted"
"value": "call_onpcequip"
},
"Mod_OnPlrGuiEvt": {
"type": "resref",
@@ -1164,11 +1164,11 @@
},
"Mod_OnPlrLvlUp": {
"type": "resref",
"value": "onplayerlevelup"
"value": "call_onlevelup"
},
"Mod_OnPlrRest": {
"type": "resref",
"value": "onplayerrest"
"value": "call_onpcrest"
},
"Mod_OnPlrTarget": {
"type": "resref",
@@ -1180,15 +1180,15 @@
},
"Mod_OnPlrUnEqItm": {
"type": "resref",
"value": "onunequipitem"
"value": "call_onunequip"
},
"Mod_OnSpawnBtnDn": {
"type": "resref",
"value": "onplayerrespawn"
"value": "call_onrespawn"
},
"Mod_OnUnAqreItem": {
"type": "resref",
"value": "onunaquireitem"
"value": "call_onunacquire"
},
"Mod_OnUsrDefined": {
"type": "resref",