Updated for PRC8 update
Updated for PRC8 update. Updated release archive.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user