Updated for PRC8 update
Updated for PRC8 update. Updated release archive.
This commit is contained in:
parent
95df1aa540
commit
056cfb0b7f
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
_module/Underworld 2 \[PRC8-CEP3\].mod
|
||||
*.hak
|
||||
*.md5
|
||||
*.mod
|
||||
|
@ -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"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
BIN
_module/ncs/gen_chat_inc.ncs
Normal file
BIN
_module/ncs/gen_chat_inc.ncs
Normal file
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.
@ -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
|
||||
|
||||
|
@ -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.
Loading…
x
Reference in New Issue
Block a user