Updated for PRC8 update

Updated for PRC8 update.  Updated release archive.
This commit is contained in:
Jaysyn904 2024-03-03 21:13:09 -05:00
parent 95df1aa540
commit 056cfb0b7f
14 changed files with 6 additions and 5 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
_module/Underworld 2 \[PRC8-CEP3\].mod
*.hak
*.md5
*.mod

View File

@ -946,7 +946,7 @@
"__struct_id": 8,
"Mod_Hak": {
"type": "cexostring",
"value": "prc8_newspellbook"
"value": "prc8_nsb"
}
},
{
@ -1016,7 +1016,7 @@
"__struct_id": 8,
"Mod_Hak": {
"type": "cexostring",
"value": "cep3_armor"
"value": "cep3_reforge"
}
},
{
@ -1030,7 +1030,7 @@
"__struct_id": 8,
"Mod_Hak": {
"type": "cexostring",
"value": "cep3_reforge"
"value": "cep3_armor"
}
},
{

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -18,7 +18,7 @@ and save it after you have edited & saved this script!
//#include "gen_inc_color"
#include "inc_utility"
void main (){}
//:: void main (){}
/////////////////////////////////////////////////////////////////////////
//Taken from SimTools

View File

@ -29,7 +29,7 @@ void main()
// fill the variables
oSpellOrigin = OBJECT_SELF;
oSpellTarget = PRCPRCGetSpellTargetObject();
oSpellTarget = PRCGetSpellTargetObject();
oItem = PRCGetSpellCastItem();
int nLevel = PRCGetCasterLevel(OBJECT_SELF);

Binary file not shown.