diff --git a/.gitignore b/.gitignore index 40c9f06..cc5a90e 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ _module/Underworld 2 \[PRC8-CEP3\].mod *.hak *.md5 +*.mod diff --git a/_module/ifo/module.ifo.json b/_module/ifo/module.ifo.json index 419daa5..ed0466e 100644 --- a/_module/ifo/module.ifo.json +++ b/_module/ifo/module.ifo.json @@ -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" } }, { diff --git a/_module/ncs/gen_chat_inc.ncs b/_module/ncs/gen_chat_inc.ncs new file mode 100644 index 0000000..b969527 Binary files /dev/null and b/_module/ncs/gen_chat_inc.ncs differ diff --git a/_module/ncs/isunholy.ncs b/_module/ncs/isunholy.ncs index 115381a..fec48ef 100644 Binary files a/_module/ncs/isunholy.ncs and b/_module/ncs/isunholy.ncs differ diff --git a/_module/ncs/mageonly2.ncs b/_module/ncs/mageonly2.ncs index 0dbc2ef..519a5bc 100644 Binary files a/_module/ncs/mageonly2.ncs and b/_module/ncs/mageonly2.ncs differ diff --git a/_module/ncs/on_player_chat.ncs b/_module/ncs/on_player_chat.ncs index 36a2941..189dc4f 100644 Binary files a/_module/ncs/on_player_chat.ncs and b/_module/ncs/on_player_chat.ncs differ diff --git a/_module/ncs/rodfastcast.ncs b/_module/ncs/rodfastcast.ncs index 56eeb5c..3919c49 100644 Binary files a/_module/ncs/rodfastcast.ncs and b/_module/ncs/rodfastcast.ncs differ diff --git a/_module/ncs/sc_011.ncs b/_module/ncs/sc_011.ncs index 156eaba..f2fa1c0 100644 Binary files a/_module/ncs/sc_011.ncs and b/_module/ncs/sc_011.ncs differ diff --git a/_module/ncs/speedcaster.ncs b/_module/ncs/speedcaster.ncs index 7ad932f..0f82a1b 100644 Binary files a/_module/ncs/speedcaster.ncs and b/_module/ncs/speedcaster.ncs differ diff --git a/_module/ncs/stargateportspc.ncs b/_module/ncs/stargateportspc.ncs index e38adf4..ba27d9a 100644 Binary files a/_module/ncs/stargateportspc.ncs and b/_module/ncs/stargateportspc.ncs differ diff --git a/_module/ncs/vfx_wand.ncs b/_module/ncs/vfx_wand.ncs index ee106bf..90dc6d2 100644 Binary files a/_module/ncs/vfx_wand.ncs and b/_module/ncs/vfx_wand.ncs differ diff --git a/_module/nss/gen_chat_inc.nss b/_module/nss/gen_chat_inc.nss index d6e7510..04d1a8d 100644 --- a/_module/nss/gen_chat_inc.nss +++ b/_module/nss/gen_chat_inc.nss @@ -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 diff --git a/_module/nss/x2_s3_flameskin.nss b/_module/nss/x2_s3_flameskin.nss index acd8664..ae35fb6 100644 --- a/_module/nss/x2_s3_flameskin.nss +++ b/_module/nss/x2_s3_flameskin.nss @@ -29,7 +29,7 @@ void main() // fill the variables oSpellOrigin = OBJECT_SELF; - oSpellTarget = PRCPRCGetSpellTargetObject(); + oSpellTarget = PRCGetSpellTargetObject(); oItem = PRCGetSpellCastItem(); int nLevel = PRCGetCasterLevel(OBJECT_SELF); diff --git a/_release/Underworld 2 [PRC8-CEP3].7z b/_release/Underworld 2 [PRC8-CEP3].7z index 3587b8d..9285995 100644 Binary files a/_release/Underworld 2 [PRC8-CEP3].7z and b/_release/Underworld 2 [PRC8-CEP3].7z differ