diff --git a/README.md b/README.md index 06fcc67..8f2de25 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ # Underworld II [PRC-CEP3] -Repository for the PRC'd version of the Underworld 2 multiplayer action module. \ No newline at end of file +Repository for the PRC'd version of the Underworld 2 multiplayer action module. + +## Requirements +* {PRC8](https://gitea.raptio.us/Jaysyn/PRC8/src/branch/main/Release) +* [CEP 3](https://neverwintervault.org/project/nwnee/hakpak/combined/cep-3-community-expansion-pack) +* [ACP v4.1](https://neverwintervault.org/project/nwnee/hakpak/alternate-combat-animations-pack-acp-41-hak-and-nit-automated-wizard-version) \ No newline at end of file diff --git a/_module/ifo/module.ifo.json b/_module/ifo/module.ifo.json index ed0466e..7d47022 100644 --- a/_module/ifo/module.ifo.json +++ b/_module/ifo/module.ifo.json @@ -1005,6 +1005,13 @@ "value": "prc8_craft2das" } }, + { + "__struct_id": 8, + "Mod_Hak": { + "type": "cexostring", + "value": "acp_v4.1" + } + }, { "__struct_id": 8, "Mod_Hak": { @@ -1136,7 +1143,7 @@ }, "Mod_MinGameVer": { "type": "cexostring", - "value": "1.87" + "value": "1.88" }, "Mod_MinPerHour": { "type": "byte", @@ -1264,6 +1271,10 @@ "type": "cexostring", "value": "MODULE" }, + "Mod_UUID": { + "type": "cexostring", + "value": "" + }, "Mod_Version": { "type": "dword", "value": 3 @@ -1439,6 +1450,111 @@ "type": "int", "value": 1 } + }, + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "PRC_XP_USE_SETXP" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 1 + } + }, + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "PRC_XP_USE_SIMPLE_LA" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 1 + } + }, + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "PRC_MULTISUMMON" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 1 + } + }, + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "PRC_XP_USE_SIMPLE_RACIAL_HD" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 1 + } + }, + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "PRC_XP_USE_SIMPLE_RACIAL_HD_NO_FREE_XP" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 1 + } + }, + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "PRC_ACP_MANUAL" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 1 + } + }, + { + "__struct_id": 0, + "Name": { + "type": "cexostring", + "value": "PRC_ACP_NPC_AUTOMATIC" + }, + "Type": { + "type": "dword", + "value": 1 + }, + "Value": { + "type": "int", + "value": 1 + } } ] } diff --git a/_module/itp/creaturepalcus.itp.json b/_module/itp/creaturepalcus.itp.json index 11c4482..64fc822 100644 --- a/_module/itp/creaturepalcus.itp.json +++ b/_module/itp/creaturepalcus.itp.json @@ -30990,7 +30990,7 @@ "__struct_id": 0, "CR": { "type": "float", - "value": 0.3333333432674408 + "value": 0.5 }, "FACTION": { "type": "cexostring", diff --git a/_module/ncs/10relevelscript.ncs b/_module/ncs/10relevelscript.ncs index 7471207..d62d32c 100644 Binary files a/_module/ncs/10relevelscript.ncs and b/_module/ncs/10relevelscript.ncs differ diff --git a/_module/ncs/20relevelscript.ncs b/_module/ncs/20relevelscript.ncs index aff2406..92e1637 100644 Binary files a/_module/ncs/20relevelscript.ncs and b/_module/ncs/20relevelscript.ncs differ diff --git a/_module/ncs/21levelcondition.ncs b/_module/ncs/21levelcondition.ncs index 309232f..0676c80 100644 Binary files a/_module/ncs/21levelcondition.ncs and b/_module/ncs/21levelcondition.ncs differ diff --git a/_module/ncs/30relevelscript.ncs b/_module/ncs/30relevelscript.ncs index 9f487d5..e01a5aa 100644 Binary files a/_module/ncs/30relevelscript.ncs and b/_module/ncs/30relevelscript.ncs differ diff --git a/_module/ncs/3rdkey1.ncs b/_module/ncs/3rdkey1.ncs index 06dbeae..f79b77c 100644 Binary files a/_module/ncs/3rdkey1.ncs and b/_module/ncs/3rdkey1.ncs differ diff --git a/_module/ncs/40relevelscript.ncs b/_module/ncs/40relevelscript.ncs index 5b1ed21..dcd7ba0 100644 Binary files a/_module/ncs/40relevelscript.ncs and b/_module/ncs/40relevelscript.ncs differ diff --git a/_module/ncs/5relevelscript.ncs b/_module/ncs/5relevelscript.ncs index 75136f4..87f1a90 100644 Binary files a/_module/ncs/5relevelscript.ncs and b/_module/ncs/5relevelscript.ncs differ diff --git a/_module/ncs/M0Q01A04GUARSGK3.ncs b/_module/ncs/M0Q01A04GUARSGK3.ncs index ad9fd7f..050678b 100644 Binary files a/_module/ncs/M0Q01A04GUARSGK3.ncs and b/_module/ncs/M0Q01A04GUARSGK3.ncs differ diff --git a/_module/ncs/M0Q01A07ANSESGK3.ncs b/_module/ncs/M0Q01A07ANSESGK3.ncs index b76dfd3..4fc7aa6 100644 Binary files a/_module/ncs/M0Q01A07ANSESGK3.ncs and b/_module/ncs/M0Q01A07ANSESGK3.ncs differ diff --git a/_module/ncs/M0Q01A07ELYNEGBa.ncs b/_module/ncs/M0Q01A07ELYNEGBa.ncs index ad9fd7f..050678b 100644 Binary files a/_module/ncs/M0Q01A07ELYNEGBa.ncs and b/_module/ncs/M0Q01A07ELYNEGBa.ncs differ diff --git a/_module/ncs/M0Q01A07ELYNSCK3.ncs b/_module/ncs/M0Q01A07ELYNSCK3.ncs index d66ae4b..8388a47 100644 Binary files a/_module/ncs/M0Q01A07ELYNSCK3.ncs and b/_module/ncs/M0Q01A07ELYNSCK3.ncs differ diff --git a/_module/ncs/M0Q01A07ELYNSCK6.ncs b/_module/ncs/M0Q01A07ELYNSCK6.ncs index 68c9a2b..432aeeb 100644 Binary files a/_module/ncs/M0Q01A07ELYNSCK6.ncs and b/_module/ncs/M0Q01A07ELYNSCK6.ncs differ diff --git a/_module/ncs/M0Q01A07INJUEGB1.ncs b/_module/ncs/M0Q01A07INJUEGB1.ncs index f8890f4..d1cb4f7 100644 Binary files a/_module/ncs/M0Q01A07INJUEGB1.ncs and b/_module/ncs/M0Q01A07INJUEGB1.ncs differ diff --git a/_module/ncs/M0Q0_INJURED_B.ncs b/_module/ncs/M0Q0_INJURED_B.ncs index 64bd748..7dc8a9e 100644 Binary files a/_module/ncs/M0Q0_INJURED_B.ncs and b/_module/ncs/M0Q0_INJURED_B.ncs differ diff --git a/_module/ncs/M1Q0EDest_D.ncs b/_module/ncs/M1Q0EDest_D.ncs index dea1d98..706486e 100644 Binary files a/_module/ncs/M1Q0EDest_D.ncs and b/_module/ncs/M1Q0EDest_D.ncs differ diff --git a/_module/ncs/M1S3CMakeClay.ncs b/_module/ncs/M1S3CMakeClay.ncs index 5e0c823..3b5dd66 100644 Binary files a/_module/ncs/M1S3CMakeClay.ncs and b/_module/ncs/M1S3CMakeClay.ncs differ diff --git a/_module/ncs/M1S3CMakeFog.ncs b/_module/ncs/M1S3CMakeFog.ncs index 05eb5cc..a72c6d4 100644 Binary files a/_module/ncs/M1S3CMakeFog.ncs and b/_module/ncs/M1S3CMakeFog.ncs differ diff --git a/_module/ncs/M1S3CMakeH2O.ncs b/_module/ncs/M1S3CMakeH2O.ncs index eb65e54..61ee76d 100644 Binary files a/_module/ncs/M1S3CMakeH2O.ncs and b/_module/ncs/M1S3CMakeH2O.ncs differ diff --git a/_module/ncs/M1S3CMakeWood.ncs b/_module/ncs/M1S3CMakeWood.ncs index 7753023..79a8786 100644 Binary files a/_module/ncs/M1S3CMakeWood.ncs and b/_module/ncs/M1S3CMakeWood.ncs differ diff --git a/_module/ncs/__nw_s0_fireshld.ncs b/_module/ncs/__nw_s0_fireshld.ncs index 98b388c..52ae987 100644 Binary files a/_module/ncs/__nw_s0_fireshld.ncs and b/_module/ncs/__nw_s0_fireshld.ncs differ diff --git a/_module/ncs/_clone_info_list.ncs b/_module/ncs/_clone_info_list.ncs index 3646235..cd8e800 100644 Binary files a/_module/ncs/_clone_info_list.ncs and b/_module/ncs/_clone_info_list.ncs differ diff --git a/_module/ncs/abysstorm.ncs b/_module/ncs/abysstorm.ncs index 7eb8905..bbcf0b0 100644 Binary files a/_module/ncs/abysstorm.ncs and b/_module/ncs/abysstorm.ncs differ diff --git a/_module/ncs/ac_arcanesheath.ncs b/_module/ncs/ac_arcanesheath.ncs index b761056..f3cc901 100644 Binary files a/_module/ncs/ac_arcanesheath.ncs and b/_module/ncs/ac_arcanesheath.ncs differ diff --git a/_module/ncs/ac_armageddonsta.ncs b/_module/ncs/ac_armageddonsta.ncs index 361cbc2..523fdf5 100644 Binary files a/_module/ncs/ac_armageddonsta.ncs and b/_module/ncs/ac_armageddonsta.ncs differ diff --git a/_module/ncs/ac_artmech44.ncs b/_module/ncs/ac_artmech44.ncs index 3796a4c..6d7e6fb 100644 Binary files a/_module/ncs/ac_artmech44.ncs and b/_module/ncs/ac_artmech44.ncs differ diff --git a/_module/ncs/ac_autofollow.ncs b/_module/ncs/ac_autofollow.ncs index 2d12aba..4a25aab 100644 Binary files a/_module/ncs/ac_autofollow.ncs and b/_module/ncs/ac_autofollow.ncs differ diff --git a/_module/ncs/ac_bannisher.ncs b/_module/ncs/ac_bannisher.ncs index a900157..5b8d726 100644 Binary files a/_module/ncs/ac_bannisher.ncs and b/_module/ncs/ac_bannisher.ncs differ diff --git a/_module/ncs/ac_bootsofbannis.ncs b/_module/ncs/ac_bootsofbannis.ncs index e3e53bb..c055eeb 100644 Binary files a/_module/ncs/ac_bootsofbannis.ncs and b/_module/ncs/ac_bootsofbannis.ncs differ diff --git a/_module/ncs/ac_boulder.ncs b/_module/ncs/ac_boulder.ncs index 3079d12..5c9123a 100644 Binary files a/_module/ncs/ac_boulder.ncs and b/_module/ncs/ac_boulder.ncs differ diff --git a/_module/ncs/ac_createlistene.ncs b/_module/ncs/ac_createlistene.ncs index 5247f99..dd0f8bf 100644 Binary files a/_module/ncs/ac_createlistene.ncs and b/_module/ncs/ac_createlistene.ncs differ diff --git a/_module/ncs/ac_dabomb.ncs b/_module/ncs/ac_dabomb.ncs index a099e85..9616a80 100644 Binary files a/_module/ncs/ac_dabomb.ncs and b/_module/ncs/ac_dabomb.ncs differ diff --git a/_module/ncs/ac_dangerbow44.ncs b/_module/ncs/ac_dangerbow44.ncs index 30e4bf2..9cdeb56 100644 Binary files a/_module/ncs/ac_dangerbow44.ncs and b/_module/ncs/ac_dangerbow44.ncs differ diff --git a/_module/ncs/ac_dmseffectwand.ncs b/_module/ncs/ac_dmseffectwand.ncs index c3c9606..591655e 100644 Binary files a/_module/ncs/ac_dmseffectwand.ncs and b/_module/ncs/ac_dmseffectwand.ncs differ diff --git a/_module/ncs/ac_druidtool.ncs b/_module/ncs/ac_druidtool.ncs index e8564de..21b23be 100644 Binary files a/_module/ncs/ac_druidtool.ncs and b/_module/ncs/ac_druidtool.ncs differ diff --git a/_module/ncs/ac_dyekit.ncs b/_module/ncs/ac_dyekit.ncs index 7ac8784..a7ca6ae 100644 Binary files a/_module/ncs/ac_dyekit.ncs and b/_module/ncs/ac_dyekit.ncs differ diff --git a/_module/ncs/ac_elixirofimmor.ncs b/_module/ncs/ac_elixirofimmor.ncs index 344799d..166eb12 100644 Binary files a/_module/ncs/ac_elixirofimmor.ncs and b/_module/ncs/ac_elixirofimmor.ncs differ diff --git a/_module/ncs/ac_emotewand.ncs b/_module/ncs/ac_emotewand.ncs index 0fb3529..4d88b9c 100644 Binary files a/_module/ncs/ac_emotewand.ncs and b/_module/ncs/ac_emotewand.ncs differ diff --git a/_module/ncs/ac_gemofteleport.ncs b/_module/ncs/ac_gemofteleport.ncs index ffb7124..ff996c0 100644 Binary files a/_module/ncs/ac_gemofteleport.ncs and b/_module/ncs/ac_gemofteleport.ncs differ diff --git a/_module/ncs/ac_gen_token.ncs b/_module/ncs/ac_gen_token.ncs index a3cfec9..8d81027 100644 Binary files a/_module/ncs/ac_gen_token.ncs and b/_module/ncs/ac_gen_token.ncs differ diff --git a/_module/ncs/ac_grtelementpot.ncs b/_module/ncs/ac_grtelementpot.ncs index e24c8b2..d63104d 100644 Binary files a/_module/ncs/ac_grtelementpot.ncs and b/_module/ncs/ac_grtelementpot.ncs differ diff --git a/_module/ncs/ac_guildsbow.ncs b/_module/ncs/ac_guildsbow.ncs index fbf26a2..193bea0 100644 Binary files a/_module/ncs/ac_guildsbow.ncs and b/_module/ncs/ac_guildsbow.ncs differ diff --git a/_module/ncs/ac_guildstone.ncs b/_module/ncs/ac_guildstone.ncs index a3cfec9..8d81027 100644 Binary files a/_module/ncs/ac_guildstone.ncs and b/_module/ncs/ac_guildstone.ncs differ diff --git a/_module/ncs/ac_guilesdmblade.ncs b/_module/ncs/ac_guilesdmblade.ncs index 344125a..3055513 100644 Binary files a/_module/ncs/ac_guilesdmblade.ncs and b/_module/ncs/ac_guilesdmblade.ncs differ diff --git a/_module/ncs/ac_heartstone.ncs b/_module/ncs/ac_heartstone.ncs index dd18eb0..8c010b4 100644 Binary files a/_module/ncs/ac_heartstone.ncs and b/_module/ncs/ac_heartstone.ncs differ diff --git a/_module/ncs/ac_herocrystal44.ncs b/_module/ncs/ac_herocrystal44.ncs index 4269cdf..e64043d 100644 Binary files a/_module/ncs/ac_herocrystal44.ncs and b/_module/ncs/ac_herocrystal44.ncs differ diff --git a/_module/ncs/ac_itemchanger.ncs b/_module/ncs/ac_itemchanger.ncs index a459647..cbdfd2d 100644 Binary files a/_module/ncs/ac_itemchanger.ncs and b/_module/ncs/ac_itemchanger.ncs differ diff --git a/_module/ncs/ac_itemseller.ncs b/_module/ncs/ac_itemseller.ncs index 43375f2..9a500a8 100644 Binary files a/_module/ncs/ac_itemseller.ncs and b/_module/ncs/ac_itemseller.ncs differ diff --git a/_module/ncs/ac_jumpball.ncs b/_module/ncs/ac_jumpball.ncs index cd908ec..f8a1058 100644 Binary files a/_module/ncs/ac_jumpball.ncs and b/_module/ncs/ac_jumpball.ncs differ diff --git a/_module/ncs/ac_misslprotpot.ncs b/_module/ncs/ac_misslprotpot.ncs index 9f2843f..12f5d35 100644 Binary files a/_module/ncs/ac_misslprotpot.ncs and b/_module/ncs/ac_misslprotpot.ncs differ diff --git a/_module/ncs/ac_mordenkainens.ncs b/_module/ncs/ac_mordenkainens.ncs index de4e834..2ff5280 100644 Binary files a/_module/ncs/ac_mordenkainens.ncs and b/_module/ncs/ac_mordenkainens.ncs differ diff --git a/_module/ncs/ac_pclist.ncs b/_module/ncs/ac_pclist.ncs index e6b2354..50332a6 100644 Binary files a/_module/ncs/ac_pclist.ncs and b/_module/ncs/ac_pclist.ncs differ diff --git a/_module/ncs/ac_pcplaything.ncs b/_module/ncs/ac_pcplaything.ncs index e4207c1..f8ab83e 100644 Binary files a/_module/ncs/ac_pcplaything.ncs and b/_module/ncs/ac_pcplaything.ncs differ diff --git a/_module/ncs/ac_plpotion.ncs b/_module/ncs/ac_plpotion.ncs index 6a74616..83cded5 100644 Binary files a/_module/ncs/ac_plpotion.ncs and b/_module/ncs/ac_plpotion.ncs differ diff --git a/_module/ncs/ac_punisher.ncs b/_module/ncs/ac_punisher.ncs index 8fefa15..04e3585 100644 Binary files a/_module/ncs/ac_punisher.ncs and b/_module/ncs/ac_punisher.ncs differ diff --git a/_module/ncs/ac_restarter.ncs b/_module/ncs/ac_restarter.ncs index 2626119..a0900aa 100644 Binary files a/_module/ncs/ac_restarter.ncs and b/_module/ncs/ac_restarter.ncs differ diff --git a/_module/ncs/ac_rodofthedead.ncs b/_module/ncs/ac_rodofthedead.ncs index 8c05255..d23f57b 100644 Binary files a/_module/ncs/ac_rodofthedead.ncs and b/_module/ncs/ac_rodofthedead.ncs differ diff --git a/_module/ncs/ac_rodofthenamel.ncs b/_module/ncs/ac_rodofthenamel.ncs index e73e313..7de9022 100644 Binary files a/_module/ncs/ac_rodofthenamel.ncs and b/_module/ncs/ac_rodofthenamel.ncs differ diff --git a/_module/ncs/ac_ruin44.ncs b/_module/ncs/ac_ruin44.ncs index bc89158..5465edf 100644 Binary files a/_module/ncs/ac_ruin44.ncs and b/_module/ncs/ac_ruin44.ncs differ diff --git a/_module/ncs/ac_savingpen2.ncs b/_module/ncs/ac_savingpen2.ncs index e745232..298a67f 100644 Binary files a/_module/ncs/ac_savingpen2.ncs and b/_module/ncs/ac_savingpen2.ncs differ diff --git a/_module/ncs/ac_scalesofsente.ncs b/_module/ncs/ac_scalesofsente.ncs index 2c4cd8a..b2b00e9 100644 Binary files a/_module/ncs/ac_scalesofsente.ncs and b/_module/ncs/ac_scalesofsente.ncs differ diff --git a/_module/ncs/ac_shadowsword44.ncs b/_module/ncs/ac_shadowsword44.ncs index c52f9c3..d866192 100644 Binary files a/_module/ncs/ac_shadowsword44.ncs and b/_module/ncs/ac_shadowsword44.ncs differ diff --git a/_module/ncs/ac_shortbowofrui.ncs b/_module/ncs/ac_shortbowofrui.ncs index bc89158..5465edf 100644 Binary files a/_module/ncs/ac_shortbowofrui.ncs and b/_module/ncs/ac_shortbowofrui.ncs differ diff --git a/_module/ncs/ac_siempre.ncs b/_module/ncs/ac_siempre.ncs index c829ea3..b49371d 100644 Binary files a/_module/ncs/ac_siempre.ncs and b/_module/ncs/ac_siempre.ncs differ diff --git a/_module/ncs/ac_telerod.ncs b/_module/ncs/ac_telerod.ncs index 8b6a43c..9822f1f 100644 Binary files a/_module/ncs/ac_telerod.ncs and b/_module/ncs/ac_telerod.ncs differ diff --git a/_module/ncs/ac_timecrystal.ncs b/_module/ncs/ac_timecrystal.ncs index bf9dd2c..93d8137 100644 Binary files a/_module/ncs/ac_timecrystal.ncs and b/_module/ncs/ac_timecrystal.ncs differ diff --git a/_module/ncs/ac_tournamenttro.ncs b/_module/ncs/ac_tournamenttro.ncs index 9b314b9..4f15a18 100644 Binary files a/_module/ncs/ac_tournamenttro.ncs and b/_module/ncs/ac_tournamenttro.ncs differ diff --git a/_module/ncs/ac_xbowofruin44.ncs b/_module/ncs/ac_xbowofruin44.ncs index f8c304f..4797e91 100644 Binary files a/_module/ncs/ac_xbowofruin44.ncs and b/_module/ncs/ac_xbowofruin44.ncs differ diff --git a/_module/ncs/adventureportal1.ncs b/_module/ncs/adventureportal1.ncs index 05f59d2..05128e8 100644 Binary files a/_module/ncs/adventureportal1.ncs and b/_module/ncs/adventureportal1.ncs differ diff --git a/_module/ncs/advportaljump.ncs b/_module/ncs/advportaljump.ncs index f18fd12..01e423e 100644 Binary files a/_module/ncs/advportaljump.ncs and b/_module/ncs/advportaljump.ncs differ diff --git a/_module/ncs/afx_area_enter.ncs b/_module/ncs/afx_area_enter.ncs index 14661ff..94fff27 100644 Binary files a/_module/ncs/afx_area_enter.ncs and b/_module/ncs/afx_area_enter.ncs differ diff --git a/_module/ncs/afx_area_exit.ncs b/_module/ncs/afx_area_exit.ncs index 55d5bd0..28ee94f 100644 Binary files a/_module/ncs/afx_area_exit.ncs and b/_module/ncs/afx_area_exit.ncs differ diff --git a/_module/ncs/afx_mod_spawn.ncs b/_module/ncs/afx_mod_spawn.ncs index b0ba554..ad7bccf 100644 Binary files a/_module/ncs/afx_mod_spawn.ncs and b/_module/ncs/afx_mod_spawn.ncs differ diff --git a/_module/ncs/ag_area_clean.ncs b/_module/ncs/ag_area_clean.ncs index 9978b8d..e0ee8b6 100644 Binary files a/_module/ncs/ag_area_clean.ncs and b/_module/ncs/ag_area_clean.ncs differ diff --git a/_module/ncs/allowrandomsocky.ncs b/_module/ncs/allowrandomsocky.ncs index a9c3f06..c204c41 100644 Binary files a/_module/ncs/allowrandomsocky.ncs and b/_module/ncs/allowrandomsocky.ncs differ diff --git a/_module/ncs/allowsockeys.ncs b/_module/ncs/allowsockeys.ncs index 7ecfcee..c00dacc 100644 Binary files a/_module/ncs/allowsockeys.ncs and b/_module/ncs/allowsockeys.ncs differ diff --git a/_module/ncs/altar_use.ncs b/_module/ncs/altar_use.ncs index 40ce634..6a257a6 100644 Binary files a/_module/ncs/altar_use.ncs and b/_module/ncs/altar_use.ncs differ diff --git a/_module/ncs/altarcurse33.ncs b/_module/ncs/altarcurse33.ncs index 18b6d49..1b14567 100644 Binary files a/_module/ncs/altarcurse33.ncs and b/_module/ncs/altarcurse33.ncs differ diff --git a/_module/ncs/altardeath.ncs b/_module/ncs/altardeath.ncs index 926f92b..fcf53d7 100644 Binary files a/_module/ncs/altardeath.ncs and b/_module/ncs/altardeath.ncs differ diff --git a/_module/ncs/altarjump33.ncs b/_module/ncs/altarjump33.ncs index 8fa2e34..9f39269 100644 Binary files a/_module/ncs/altarjump33.ncs and b/_module/ncs/altarjump33.ncs differ diff --git a/_module/ncs/altartrigg33.ncs b/_module/ncs/altartrigg33.ncs index 3418cc0..a71c4f3 100644 Binary files a/_module/ncs/altartrigg33.ncs and b/_module/ncs/altartrigg33.ncs differ diff --git a/_module/ncs/alterdrownsorhls.ncs b/_module/ncs/alterdrownsorhls.ncs index 228a409..7bd067c 100644 Binary files a/_module/ncs/alterdrownsorhls.ncs and b/_module/ncs/alterdrownsorhls.ncs differ diff --git a/_module/ncs/alterjump33.ncs b/_module/ncs/alterjump33.ncs index bd4b05e..a21e6b4 100644 Binary files a/_module/ncs/alterjump33.ncs and b/_module/ncs/alterjump33.ncs differ diff --git a/_module/ncs/alwarden_yes.ncs b/_module/ncs/alwarden_yes.ncs index 98db1b9..52efbab 100644 Binary files a/_module/ncs/alwarden_yes.ncs and b/_module/ncs/alwarden_yes.ncs differ diff --git a/_module/ncs/ammo_maker.ncs b/_module/ncs/ammo_maker.ncs index d3a91b9..877d8ad 100644 Binary files a/_module/ncs/ammo_maker.ncs and b/_module/ncs/ammo_maker.ncs differ diff --git a/_module/ncs/amy_gives_god.ncs b/_module/ncs/amy_gives_god.ncs index 68d2c0d..5f69718 100644 Binary files a/_module/ncs/amy_gives_god.ncs and b/_module/ncs/amy_gives_god.ncs differ diff --git a/_module/ncs/ancruinjump1.ncs b/_module/ncs/ancruinjump1.ncs index 72b6592..bc08e15 100644 Binary files a/_module/ncs/ancruinjump1.ncs and b/_module/ncs/ancruinjump1.ncs differ diff --git a/_module/ncs/apprentice_ud.ncs b/_module/ncs/apprentice_ud.ncs index 48ecc70..5b0cf38 100644 Binary files a/_module/ncs/apprentice_ud.ncs and b/_module/ncs/apprentice_ud.ncs differ diff --git a/_module/ncs/aq_gen_token.ncs b/_module/ncs/aq_gen_token.ncs index 5c57104..cc17c9e 100644 Binary files a/_module/ncs/aq_gen_token.ncs and b/_module/ncs/aq_gen_token.ncs differ diff --git a/_module/ncs/aq_guildstone.ncs b/_module/ncs/aq_guildstone.ncs index 5c57104..cc17c9e 100644 Binary files a/_module/ncs/aq_guildstone.ncs and b/_module/ncs/aq_guildstone.ncs differ diff --git a/_module/ncs/aq_immotoken.ncs b/_module/ncs/aq_immotoken.ncs index 59a135f..548f574 100644 Binary files a/_module/ncs/aq_immotoken.ncs and b/_module/ncs/aq_immotoken.ncs differ diff --git a/_module/ncs/arcanedrain.ncs b/_module/ncs/arcanedrain.ncs index c311690..b029521 100644 Binary files a/_module/ncs/arcanedrain.ncs and b/_module/ncs/arcanedrain.ncs differ diff --git a/_module/ncs/arcanesheath.ncs b/_module/ncs/arcanesheath.ncs index fdac098..f25cacd 100644 Binary files a/_module/ncs/arcanesheath.ncs and b/_module/ncs/arcanesheath.ncs differ diff --git a/_module/ncs/arenaentertrigg.ncs b/_module/ncs/arenaentertrigg.ncs index a2cd28c..7888aa8 100644 Binary files a/_module/ncs/arenaentertrigg.ncs and b/_module/ncs/arenaentertrigg.ncs differ diff --git a/_module/ncs/armageddonstaff.ncs b/_module/ncs/armageddonstaff.ncs index fdac098..f25cacd 100644 Binary files a/_module/ncs/armageddonstaff.ncs and b/_module/ncs/armageddonstaff.ncs differ diff --git a/_module/ncs/artmech44.ncs b/_module/ncs/artmech44.ncs index fdac098..f25cacd 100644 Binary files a/_module/ncs/artmech44.ncs and b/_module/ncs/artmech44.ncs differ diff --git a/_module/ncs/asimathasexit.ncs b/_module/ncs/asimathasexit.ncs index e0eaec7..ab6ff37 100644 Binary files a/_module/ncs/asimathasexit.ncs and b/_module/ncs/asimathasexit.ncs differ diff --git a/_module/ncs/at_012.ncs b/_module/ncs/at_012.ncs index 4e5e952..b087c91 100644 Binary files a/_module/ncs/at_012.ncs and b/_module/ncs/at_012.ncs differ diff --git a/_module/ncs/autofollow.ncs b/_module/ncs/autofollow.ncs index fdac098..f25cacd 100644 Binary files a/_module/ncs/autofollow.ncs and b/_module/ncs/autofollow.ncs differ diff --git a/_module/ncs/autorespawn.ncs b/_module/ncs/autorespawn.ncs index 3e838ff..dfe7bb8 100644 Binary files a/_module/ncs/autorespawn.ncs and b/_module/ncs/autorespawn.ncs differ diff --git a/_module/ncs/bannisher.ncs b/_module/ncs/bannisher.ncs index fdac098..f25cacd 100644 Binary files a/_module/ncs/bannisher.ncs and b/_module/ncs/bannisher.ncs differ diff --git a/_module/ncs/bardsecretrigg.ncs b/_module/ncs/bardsecretrigg.ncs index 8e4a185..8a655cc 100644 Binary files a/_module/ncs/bardsecretrigg.ncs and b/_module/ncs/bardsecretrigg.ncs differ diff --git a/_module/ncs/basin_use.ncs b/_module/ncs/basin_use.ncs index 2def5e0..e9747d6 100644 Binary files a/_module/ncs/basin_use.ncs and b/_module/ncs/basin_use.ncs differ diff --git a/_module/ncs/bigwishallgold.ncs b/_module/ncs/bigwishallgold.ncs index c686ac3..8ac3e85 100644 Binary files a/_module/ncs/bigwishallgold.ncs and b/_module/ncs/bigwishallgold.ncs differ diff --git a/_module/ncs/bladespawn.ncs b/_module/ncs/bladespawn.ncs index e4ea4b2..d62a8e0 100644 Binary files a/_module/ncs/bladespawn.ncs and b/_module/ncs/bladespawn.ncs differ diff --git a/_module/ncs/bleeding.ncs b/_module/ncs/bleeding.ncs index 00c050b..4191045 100644 Binary files a/_module/ncs/bleeding.ncs and b/_module/ncs/bleeding.ncs differ diff --git a/_module/ncs/blindingbelt.ncs b/_module/ncs/blindingbelt.ncs index fdac098..f25cacd 100644 Binary files a/_module/ncs/blindingbelt.ncs and b/_module/ncs/blindingbelt.ncs differ diff --git a/_module/ncs/boom.ncs b/_module/ncs/boom.ncs index b123eeb..4379c29 100644 Binary files a/_module/ncs/boom.ncs and b/_module/ncs/boom.ncs differ diff --git a/_module/ncs/boom2.ncs b/_module/ncs/boom2.ncs index bfe1a62..30b57ac 100644 Binary files a/_module/ncs/boom2.ncs and b/_module/ncs/boom2.ncs differ diff --git a/_module/ncs/bootnonguild.ncs b/_module/ncs/bootnonguild.ncs index 64a59a6..35f1ff1 100644 Binary files a/_module/ncs/bootnonguild.ncs and b/_module/ncs/bootnonguild.ncs differ diff --git a/_module/ncs/bootsofbannishin.ncs b/_module/ncs/bootsofbannishin.ncs index fdac098..f25cacd 100644 Binary files a/_module/ncs/bootsofbannishin.ncs and b/_module/ncs/bootsofbannishin.ncs differ diff --git a/_module/ncs/bosskillscript.ncs b/_module/ncs/bosskillscript.ncs index 7b958c2..f076922 100644 Binary files a/_module/ncs/bosskillscript.ncs and b/_module/ncs/bosskillscript.ncs differ diff --git a/_module/ncs/boulder.ncs b/_module/ncs/boulder.ncs index fdac098..f25cacd 100644 Binary files a/_module/ncs/boulder.ncs and b/_module/ncs/boulder.ncs differ diff --git a/_module/ncs/btlr_applyeyes.ncs b/_module/ncs/btlr_applyeyes.ncs index e706599..8f20404 100644 Binary files a/_module/ncs/btlr_applyeyes.ncs and b/_module/ncs/btlr_applyeyes.ncs differ diff --git a/_module/ncs/btlr_applypart.ncs b/_module/ncs/btlr_applypart.ncs index ae5a972..3d7bef6 100644 Binary files a/_module/ncs/btlr_applypart.ncs and b/_module/ncs/btlr_applypart.ncs differ diff --git a/_module/ncs/btlr_applypheno.ncs b/_module/ncs/btlr_applypheno.ncs index 40ed7d1..59383c6 100644 Binary files a/_module/ncs/btlr_applypheno.ncs and b/_module/ncs/btlr_applypheno.ncs differ diff --git a/_module/ncs/btlr_bodytailor.ncs b/_module/ncs/btlr_bodytailor.ncs index daff3f6..b82b6ca 100644 Binary files a/_module/ncs/btlr_bodytailor.ncs and b/_module/ncs/btlr_bodytailor.ncs differ diff --git a/_module/ncs/btlr_copytome.ncs b/_module/ncs/btlr_copytome.ncs index 2203711..92a54f8 100644 Binary files a/_module/ncs/btlr_copytome.ncs and b/_module/ncs/btlr_copytome.ncs differ diff --git a/_module/ncs/btlr_copytomodel.ncs b/_module/ncs/btlr_copytomodel.ncs index e63ec76..5fa3aab 100644 Binary files a/_module/ncs/btlr_copytomodel.ncs and b/_module/ncs/btlr_copytomodel.ncs differ diff --git a/_module/ncs/btlr_decrease.ncs b/_module/ncs/btlr_decrease.ncs index 91526c4..f81e6e4 100644 Binary files a/_module/ncs/btlr_decrease.ncs and b/_module/ncs/btlr_decrease.ncs differ diff --git a/_module/ncs/btlr_eyes0.ncs b/_module/ncs/btlr_eyes0.ncs index 92f952f..47c0d8b 100644 Binary files a/_module/ncs/btlr_eyes0.ncs and b/_module/ncs/btlr_eyes0.ncs differ diff --git a/_module/ncs/btlr_eyes1.ncs b/_module/ncs/btlr_eyes1.ncs index 2f39bc0..b5bf90d 100644 Binary files a/_module/ncs/btlr_eyes1.ncs and b/_module/ncs/btlr_eyes1.ncs differ diff --git a/_module/ncs/btlr_eyes2.ncs b/_module/ncs/btlr_eyes2.ncs index 7098d54..6588877 100644 Binary files a/_module/ncs/btlr_eyes2.ncs and b/_module/ncs/btlr_eyes2.ncs differ diff --git a/_module/ncs/btlr_eyes3.ncs b/_module/ncs/btlr_eyes3.ncs index 2657851..77bb544 100644 Binary files a/_module/ncs/btlr_eyes3.ncs and b/_module/ncs/btlr_eyes3.ncs differ diff --git a/_module/ncs/btlr_increase.ncs b/_module/ncs/btlr_increase.ncs index df0901c..98953d2 100644 Binary files a/_module/ncs/btlr_increase.ncs and b/_module/ncs/btlr_increase.ncs differ diff --git a/_module/ncs/btlr_miltailor.ncs b/_module/ncs/btlr_miltailor.ncs index cbeeaf8..6f0be45 100644 Binary files a/_module/ncs/btlr_miltailor.ncs and b/_module/ncs/btlr_miltailor.ncs differ diff --git a/_module/ncs/btlr_remove.ncs b/_module/ncs/btlr_remove.ncs index e6f652b..a7f7d69 100644 Binary files a/_module/ncs/btlr_remove.ncs and b/_module/ncs/btlr_remove.ncs differ diff --git a/_module/ncs/btlr_reset.ncs b/_module/ncs/btlr_reset.ncs index c1335cf..14da6ee 100644 Binary files a/_module/ncs/btlr_reset.ncs and b/_module/ncs/btlr_reset.ncs differ diff --git a/_module/ncs/btlr_setitem.ncs b/_module/ncs/btlr_setitem.ncs index dc1bc82..b5bb5e6 100644 Binary files a/_module/ncs/btlr_setitem.ncs and b/_module/ncs/btlr_setitem.ncs differ diff --git a/_module/ncs/buff4all.ncs b/_module/ncs/buff4all.ncs index 60e1acf..e4bdb91 100644 Binary files a/_module/ncs/buff4all.ncs and b/_module/ncs/buff4all.ncs differ diff --git a/_module/ncs/buff4all2.ncs b/_module/ncs/buff4all2.ncs index c4cacf2..eff0dec 100644 Binary files a/_module/ncs/buff4all2.ncs and b/_module/ncs/buff4all2.ncs differ diff --git a/_module/ncs/buffme.ncs b/_module/ncs/buffme.ncs index 46073ff..bfe27ed 100644 Binary files a/_module/ncs/buffme.ncs and b/_module/ncs/buffme.ncs differ diff --git a/_module/ncs/calllightningtri.ncs b/_module/ncs/calllightningtri.ncs index 63955df..3fa999c 100644 Binary files a/_module/ncs/calllightningtri.ncs and b/_module/ncs/calllightningtri.ncs differ diff --git a/_module/ncs/cam_emotewand.ncs b/_module/ncs/cam_emotewand.ncs index 6922a19..6df182f 100644 Binary files a/_module/ncs/cam_emotewand.ncs and b/_module/ncs/cam_emotewand.ncs differ diff --git a/_module/ncs/cannot_relevel.ncs b/_module/ncs/cannot_relevel.ncs index a6631fc..093c874 100644 Binary files a/_module/ncs/cannot_relevel.ncs and b/_module/ncs/cannot_relevel.ncs differ diff --git a/_module/ncs/castingportal1.ncs b/_module/ncs/castingportal1.ncs index 54d957d..e2efe0b 100644 Binary files a/_module/ncs/castingportal1.ncs and b/_module/ncs/castingportal1.ncs differ diff --git a/_module/ncs/champbuff.ncs b/_module/ncs/champbuff.ncs index 2e29125..3bf9f44 100644 Binary files a/_module/ncs/champbuff.ncs and b/_module/ncs/champbuff.ncs differ diff --git a/_module/ncs/cheatpot23.ncs b/_module/ncs/cheatpot23.ncs index 157af64..02ec88f 100644 Binary files a/_module/ncs/cheatpot23.ncs and b/_module/ncs/cheatpot23.ncs differ diff --git a/_module/ncs/check_toons.ncs b/_module/ncs/check_toons.ncs index fc667fb..03bb476 100644 Binary files a/_module/ncs/check_toons.ncs and b/_module/ncs/check_toons.ncs differ diff --git a/_module/ncs/checkpalerddclas.ncs b/_module/ncs/checkpalerddclas.ncs index 23c391a..83b375f 100644 Binary files a/_module/ncs/checkpalerddclas.ncs and b/_module/ncs/checkpalerddclas.ncs differ diff --git a/_module/ncs/chestrapelectric.ncs b/_module/ncs/chestrapelectric.ncs index f8c251b..56ba27a 100644 Binary files a/_module/ncs/chestrapelectric.ncs and b/_module/ncs/chestrapelectric.ncs differ diff --git a/_module/ncs/chestspawnscrpt1.ncs b/_module/ncs/chestspawnscrpt1.ncs index 8c51b5a..ed120c8 100644 Binary files a/_module/ncs/chestspawnscrpt1.ncs and b/_module/ncs/chestspawnscrpt1.ncs differ diff --git a/_module/ncs/chk_not1item.ncs b/_module/ncs/chk_not1item.ncs index 8b54020..6dfa5b2 100644 Binary files a/_module/ncs/chk_not1item.ncs and b/_module/ncs/chk_not1item.ncs differ diff --git a/_module/ncs/cleanemporium.ncs b/_module/ncs/cleanemporium.ncs index 81ae21d..796f1d6 100644 Binary files a/_module/ncs/cleanemporium.ncs and b/_module/ncs/cleanemporium.ncs differ diff --git a/_module/ncs/clearmerchant.ncs b/_module/ncs/clearmerchant.ncs index f731992..247cfc8 100644 Binary files a/_module/ncs/clearmerchant.ncs and b/_module/ncs/clearmerchant.ncs differ diff --git a/_module/ncs/cleartown.ncs b/_module/ncs/cleartown.ncs index 9978b8d..e0ee8b6 100644 Binary files a/_module/ncs/cleartown.ncs and b/_module/ncs/cleartown.ncs differ diff --git a/_module/ncs/clericonly.ncs b/_module/ncs/clericonly.ncs index 43e173d..97f2f16 100644 Binary files a/_module/ncs/clericonly.ncs and b/_module/ncs/clericonly.ncs differ diff --git a/_module/ncs/clickforxp.ncs b/_module/ncs/clickforxp.ncs index db41db8..312fd87 100644 Binary files a/_module/ncs/clickforxp.ncs and b/_module/ncs/clickforxp.ncs differ diff --git a/_module/ncs/closedoor.ncs b/_module/ncs/closedoor.ncs index 50083a0..e2fbdf4 100644 Binary files a/_module/ncs/closedoor.ncs and b/_module/ncs/closedoor.ncs differ diff --git a/_module/ncs/clothestrigger.ncs b/_module/ncs/clothestrigger.ncs index 14040c3..3dc2979 100644 Binary files a/_module/ncs/clothestrigger.ncs and b/_module/ncs/clothestrigger.ncs differ diff --git a/_module/ncs/coloritemagenta.ncs b/_module/ncs/coloritemagenta.ncs index ab8104e..a828423 100644 Binary files a/_module/ncs/coloritemagenta.ncs and b/_module/ncs/coloritemagenta.ncs differ diff --git a/_module/ncs/coloritemblue.ncs b/_module/ncs/coloritemblue.ncs index 826caf6..163eece 100644 Binary files a/_module/ncs/coloritemblue.ncs and b/_module/ncs/coloritemblue.ncs differ diff --git a/_module/ncs/coloritembrown.ncs b/_module/ncs/coloritembrown.ncs index 4f9bfa0..3086c7d 100644 Binary files a/_module/ncs/coloritembrown.ncs and b/_module/ncs/coloritembrown.ncs differ diff --git a/_module/ncs/coloritembrtblue.ncs b/_module/ncs/coloritembrtblue.ncs index 536d07e..6546a45 100644 Binary files a/_module/ncs/coloritembrtblue.ncs and b/_module/ncs/coloritembrtblue.ncs differ diff --git a/_module/ncs/coloritemcyan.ncs b/_module/ncs/coloritemcyan.ncs index 526da53..3227c62 100644 Binary files a/_module/ncs/coloritemcyan.ncs and b/_module/ncs/coloritemcyan.ncs differ diff --git a/_module/ncs/coloritemgreen.ncs b/_module/ncs/coloritemgreen.ncs index 854d20f..bb546d1 100644 Binary files a/_module/ncs/coloritemgreen.ncs and b/_module/ncs/coloritemgreen.ncs differ diff --git a/_module/ncs/coloritemgrey.ncs b/_module/ncs/coloritemgrey.ncs index e373ef6..13a80db 100644 Binary files a/_module/ncs/coloritemgrey.ncs and b/_module/ncs/coloritemgrey.ncs differ diff --git a/_module/ncs/coloritemltpurpl.ncs b/_module/ncs/coloritemltpurpl.ncs index f7ecda9..72135da 100644 Binary files a/_module/ncs/coloritemltpurpl.ncs and b/_module/ncs/coloritemltpurpl.ncs differ diff --git a/_module/ncs/coloritemneongrn.ncs b/_module/ncs/coloritemneongrn.ncs index 46f740f..bca53bd 100644 Binary files a/_module/ncs/coloritemneongrn.ncs and b/_module/ncs/coloritemneongrn.ncs differ diff --git a/_module/ncs/coloritemorange.ncs b/_module/ncs/coloritemorange.ncs index 49f9347..51c673d 100644 Binary files a/_module/ncs/coloritemorange.ncs and b/_module/ncs/coloritemorange.ncs differ diff --git a/_module/ncs/coloritemplum.ncs b/_module/ncs/coloritemplum.ncs index 1c89b14..43f0268 100644 Binary files a/_module/ncs/coloritemplum.ncs and b/_module/ncs/coloritemplum.ncs differ diff --git a/_module/ncs/coloritemrandom.ncs b/_module/ncs/coloritemrandom.ncs index ea5d26a..34350dc 100644 Binary files a/_module/ncs/coloritemrandom.ncs and b/_module/ncs/coloritemrandom.ncs differ diff --git a/_module/ncs/coloritemred.ncs b/_module/ncs/coloritemred.ncs index ddabe3d..8626397 100644 Binary files a/_module/ncs/coloritemred.ncs and b/_module/ncs/coloritemred.ncs differ diff --git a/_module/ncs/coloritemteal.ncs b/_module/ncs/coloritemteal.ncs index 7999e03..a1135ff 100644 Binary files a/_module/ncs/coloritemteal.ncs and b/_module/ncs/coloritemteal.ncs differ diff --git a/_module/ncs/coloritemwhite.ncs b/_module/ncs/coloritemwhite.ncs index a62f8ed..046f131 100644 Binary files a/_module/ncs/coloritemwhite.ncs and b/_module/ncs/coloritemwhite.ncs differ diff --git a/_module/ncs/coloritemyellow.ncs b/_module/ncs/coloritemyellow.ncs index fe9bd89..4dbab9c 100644 Binary files a/_module/ncs/coloritemyellow.ncs and b/_module/ncs/coloritemyellow.ncs differ diff --git a/_module/ncs/colorwand.ncs b/_module/ncs/colorwand.ncs index fdac098..f25cacd 100644 Binary files a/_module/ncs/colorwand.ncs and b/_module/ncs/colorwand.ncs differ diff --git a/_module/ncs/conditional.ncs b/_module/ncs/conditional.ncs index 7e24972..0b0dd7c 100644 Binary files a/_module/ncs/conditional.ncs and b/_module/ncs/conditional.ncs differ diff --git a/_module/ncs/confusetrigger.ncs b/_module/ncs/confusetrigger.ncs index e33231f..ebb5724 100644 Binary files a/_module/ncs/confusetrigger.ncs and b/_module/ncs/confusetrigger.ncs differ diff --git a/_module/ncs/counterrod.ncs b/_module/ncs/counterrod.ncs index 339252e..5158ccf 100644 Binary files a/_module/ncs/counterrod.ncs and b/_module/ncs/counterrod.ncs differ diff --git a/_module/ncs/create_gems.ncs b/_module/ncs/create_gems.ncs index 364ab6f..13d4e30 100644 Binary files a/_module/ncs/create_gems.ncs and b/_module/ncs/create_gems.ncs differ diff --git a/_module/ncs/create_messstone.ncs b/_module/ncs/create_messstone.ncs index 636c56f..259520e 100644 Binary files a/_module/ncs/create_messstone.ncs and b/_module/ncs/create_messstone.ncs differ diff --git a/_module/ncs/createlistener.ncs b/_module/ncs/createlistener.ncs index fdac098..f25cacd 100644 Binary files a/_module/ncs/createlistener.ncs and b/_module/ncs/createlistener.ncs differ diff --git a/_module/ncs/crystalball.ncs b/_module/ncs/crystalball.ncs index fdac098..f25cacd 100644 Binary files a/_module/ncs/crystalball.ncs and b/_module/ncs/crystalball.ncs differ diff --git a/_module/ncs/crystalkillspc.ncs b/_module/ncs/crystalkillspc.ncs index d141542..5149161 100644 Binary files a/_module/ncs/crystalkillspc.ncs and b/_module/ncs/crystalkillspc.ncs differ diff --git a/_module/ncs/crystalshard.ncs b/_module/ncs/crystalshard.ncs index fdac098..f25cacd 100644 Binary files a/_module/ncs/crystalshard.ncs and b/_module/ncs/crystalshard.ncs differ diff --git a/_module/ncs/dabomb.ncs b/_module/ncs/dabomb.ncs index fdac098..f25cacd 100644 Binary files a/_module/ncs/dabomb.ncs and b/_module/ncs/dabomb.ncs differ diff --git a/_module/ncs/dabombbuff.ncs b/_module/ncs/dabombbuff.ncs index cd9688e..bbf671e 100644 Binary files a/_module/ncs/dabombbuff.ncs and b/_module/ncs/dabombbuff.ncs differ diff --git a/_module/ncs/damnedstatueport.ncs b/_module/ncs/damnedstatueport.ncs index 9b8d9a7..13afde5 100644 Binary files a/_module/ncs/damnedstatueport.ncs and b/_module/ncs/damnedstatueport.ncs differ diff --git a/_module/ncs/dancingbowruns.ncs b/_module/ncs/dancingbowruns.ncs index d2c901f..fc79f32 100644 Binary files a/_module/ncs/dancingbowruns.ncs and b/_module/ncs/dancingbowruns.ncs differ diff --git a/_module/ncs/danger.ncs b/_module/ncs/danger.ncs index 0ace9a2..48d5d7c 100644 Binary files a/_module/ncs/danger.ncs and b/_module/ncs/danger.ncs differ diff --git a/_module/ncs/dangerbow44.ncs b/_module/ncs/dangerbow44.ncs index fdac098..f25cacd 100644 Binary files a/_module/ncs/dangerbow44.ncs and b/_module/ncs/dangerbow44.ncs differ diff --git a/_module/ncs/darkdeath.ncs b/_module/ncs/darkdeath.ncs index 711e315..394c9af 100644 Binary files a/_module/ncs/darkdeath.ncs and b/_module/ncs/darkdeath.ncs differ diff --git a/_module/ncs/darktrigger.ncs b/_module/ncs/darktrigger.ncs index 3678fcf..a3f08a1 100644 Binary files a/_module/ncs/darktrigger.ncs and b/_module/ncs/darktrigger.ncs differ diff --git a/_module/ncs/darktrigger2a.ncs b/_module/ncs/darktrigger2a.ncs index 0d166dc..025fa0b 100644 Binary files a/_module/ncs/darktrigger2a.ncs and b/_module/ncs/darktrigger2a.ncs differ diff --git a/_module/ncs/death.ncs b/_module/ncs/death.ncs index fdac098..f25cacd 100644 Binary files a/_module/ncs/death.ncs and b/_module/ncs/death.ncs differ diff --git a/_module/ncs/deathbringerspwn.ncs b/_module/ncs/deathbringerspwn.ncs index 6f25c1f..e2aa53e 100644 Binary files a/_module/ncs/deathbringerspwn.ncs and b/_module/ncs/deathbringerspwn.ncs differ diff --git a/_module/ncs/deathport.ncs b/_module/ncs/deathport.ncs index 6dfec01..1cb47c7 100644 Binary files a/_module/ncs/deathport.ncs and b/_module/ncs/deathport.ncs differ diff --git a/_module/ncs/deathreturnscrpt.ncs b/_module/ncs/deathreturnscrpt.ncs index 3f07304..ce35732 100644 Binary files a/_module/ncs/deathreturnscrpt.ncs and b/_module/ncs/deathreturnscrpt.ncs differ diff --git a/_module/ncs/deathstart.ncs b/_module/ncs/deathstart.ncs index dd3377d..c636881 100644 Binary files a/_module/ncs/deathstart.ncs and b/_module/ncs/deathstart.ncs differ diff --git a/_module/ncs/defenderhit.ncs b/_module/ncs/defenderhit.ncs index b016bb9..29d4370 100644 Binary files a/_module/ncs/defenderhit.ncs and b/_module/ncs/defenderhit.ncs differ diff --git a/_module/ncs/defenderhit2.ncs b/_module/ncs/defenderhit2.ncs index 5a8b361..b2c12bf 100644 Binary files a/_module/ncs/defenderhit2.ncs and b/_module/ncs/defenderhit2.ncs differ diff --git a/_module/ncs/deletecharacter.ncs b/_module/ncs/deletecharacter.ncs index b060870..22dfb1d 100644 Binary files a/_module/ncs/deletecharacter.ncs and b/_module/ncs/deletecharacter.ncs differ diff --git a/_module/ncs/denyrdd2relevel.ncs b/_module/ncs/denyrdd2relevel.ncs index 8464946..8d4b7d2 100644 Binary files a/_module/ncs/denyrdd2relevel.ncs and b/_module/ncs/denyrdd2relevel.ncs differ diff --git a/_module/ncs/desc_invalid.ncs b/_module/ncs/desc_invalid.ncs index d0cff18..2f4586f 100644 Binary files a/_module/ncs/desc_invalid.ncs and b/_module/ncs/desc_invalid.ncs differ diff --git a/_module/ncs/despawn_grimm.ncs b/_module/ncs/despawn_grimm.ncs index 9ac6593..a143f0d 100644 Binary files a/_module/ncs/despawn_grimm.ncs and b/_module/ncs/despawn_grimm.ncs differ diff --git a/_module/ncs/destroyallitems.ncs b/_module/ncs/destroyallitems.ncs index f666873..a3eb311 100644 Binary files a/_module/ncs/destroyallitems.ncs and b/_module/ncs/destroyallitems.ncs differ diff --git a/_module/ncs/dialbuffspc1.ncs b/_module/ncs/dialbuffspc1.ncs index 742c827..9603d9d 100644 Binary files a/_module/ncs/dialbuffspc1.ncs and b/_module/ncs/dialbuffspc1.ncs differ diff --git a/_module/ncs/dieserverdie.ncs b/_module/ncs/dieserverdie.ncs index 1dba9c9..26d04ad 100644 Binary files a/_module/ncs/dieserverdie.ncs and b/_module/ncs/dieserverdie.ncs differ diff --git a/_module/ncs/divide_loot_oc.ncs b/_module/ncs/divide_loot_oc.ncs index 68e9fb7..a135b47 100644 Binary files a/_module/ncs/divide_loot_oc.ncs and b/_module/ncs/divide_loot_oc.ncs differ diff --git a/_module/ncs/divnportaltrigg7.ncs b/_module/ncs/divnportaltrigg7.ncs index 784ee60..7c8fa88 100644 Binary files a/_module/ncs/divnportaltrigg7.ncs and b/_module/ncs/divnportaltrigg7.ncs differ diff --git a/_module/ncs/dm_anti_cheat.ncs b/_module/ncs/dm_anti_cheat.ncs index d98fb83..a4d8838 100644 Binary files a/_module/ncs/dm_anti_cheat.ncs and b/_module/ncs/dm_anti_cheat.ncs differ diff --git a/_module/ncs/dm_calc.ncs b/_module/ncs/dm_calc.ncs index 08f73f8..a985d5c 100644 Binary files a/_module/ncs/dm_calc.ncs and b/_module/ncs/dm_calc.ncs differ diff --git a/_module/ncs/dm_calc_remove.ncs b/_module/ncs/dm_calc_remove.ncs index 752abc8..f26b15c 100644 Binary files a/_module/ncs/dm_calc_remove.ncs and b/_module/ncs/dm_calc_remove.ncs differ diff --git a/_module/ncs/dm_calc_spell.ncs b/_module/ncs/dm_calc_spell.ncs index 7f34bfb..c2e53e5 100644 Binary files a/_module/ncs/dm_calc_spell.ncs and b/_module/ncs/dm_calc_spell.ncs differ diff --git a/_module/ncs/dm_chat_control.ncs b/_module/ncs/dm_chat_control.ncs index b04f84b..9f84e0c 100644 Binary files a/_module/ncs/dm_chat_control.ncs and b/_module/ncs/dm_chat_control.ncs differ diff --git a/_module/ncs/dm_cost.ncs b/_module/ncs/dm_cost.ncs index 8f38c13..2f7226a 100644 Binary files a/_module/ncs/dm_cost.ncs and b/_module/ncs/dm_cost.ncs differ diff --git a/_module/ncs/dm_does_reset.ncs b/_module/ncs/dm_does_reset.ncs index fca75e1..88987b3 100644 Binary files a/_module/ncs/dm_does_reset.ncs and b/_module/ncs/dm_does_reset.ncs differ diff --git a/_module/ncs/dm_domods.ncs b/_module/ncs/dm_domods.ncs index ff4cf1e..550067b 100644 Binary files a/_module/ncs/dm_domods.ncs and b/_module/ncs/dm_domods.ncs differ diff --git a/_module/ncs/dm_domodsfree.ncs b/_module/ncs/dm_domodsfree.ncs index 7113b5f..4654116 100644 Binary files a/_module/ncs/dm_domodsfree.ncs and b/_module/ncs/dm_domodsfree.ncs differ diff --git a/_module/ncs/dm_doremoval.ncs b/_module/ncs/dm_doremoval.ncs index 2a6ec7d..fc26249 100644 Binary files a/_module/ncs/dm_doremoval.ncs and b/_module/ncs/dm_doremoval.ncs differ diff --git a/_module/ncs/dm_forg_ondist.ncs b/_module/ncs/dm_forg_ondist.ncs index bffcaf7..b5cf9e8 100644 Binary files a/_module/ncs/dm_forg_ondist.ncs and b/_module/ncs/dm_forg_ondist.ncs differ diff --git a/_module/ncs/dm_ilr_appraise.ncs b/_module/ncs/dm_ilr_appraise.ncs index c60b1bd..4890a1c 100644 Binary files a/_module/ncs/dm_ilr_appraise.ncs and b/_module/ncs/dm_ilr_appraise.ncs differ diff --git a/_module/ncs/dm_isnotweap.ncs b/_module/ncs/dm_isnotweap.ncs index c248cfa..05ce515 100644 Binary files a/_module/ncs/dm_isnotweap.ncs and b/_module/ncs/dm_isnotweap.ncs differ diff --git a/_module/ncs/dm_isweapon.ncs b/_module/ncs/dm_isweapon.ncs index edb0b5a..698e4a0 100644 Binary files a/_module/ncs/dm_isweapon.ncs and b/_module/ncs/dm_isweapon.ncs differ diff --git a/_module/ncs/dm_isweapon1.ncs b/_module/ncs/dm_isweapon1.ncs index c7014c2..585cfde 100644 Binary files a/_module/ncs/dm_isweapon1.ncs and b/_module/ncs/dm_isweapon1.ncs differ diff --git a/_module/ncs/dm_isweapon2.ncs b/_module/ncs/dm_isweapon2.ncs index 3367a62..a315e62 100644 Binary files a/_module/ncs/dm_isweapon2.ncs and b/_module/ncs/dm_isweapon2.ncs differ diff --git a/_module/ncs/dm_set_party_ran.ncs b/_module/ncs/dm_set_party_ran.ncs index c1e61ee..e9b7bc8 100644 Binary files a/_module/ncs/dm_set_party_ran.ncs and b/_module/ncs/dm_set_party_ran.ncs differ diff --git a/_module/ncs/dm_set_shout_ran.ncs b/_module/ncs/dm_set_shout_ran.ncs index 06faeaf..3f90654 100644 Binary files a/_module/ncs/dm_set_shout_ran.ncs and b/_module/ncs/dm_set_shout_ran.ncs differ diff --git a/_module/ncs/dm_set_talk_ran.ncs b/_module/ncs/dm_set_talk_ran.ncs index c4b8281..d234722 100644 Binary files a/_module/ncs/dm_set_talk_ran.ncs and b/_module/ncs/dm_set_talk_ran.ncs differ diff --git a/_module/ncs/dm_splv_chk4.ncs b/_module/ncs/dm_splv_chk4.ncs index 23da886..31664be 100644 Binary files a/_module/ncs/dm_splv_chk4.ncs and b/_module/ncs/dm_splv_chk4.ncs differ diff --git a/_module/ncs/dm_splv_chk5.ncs b/_module/ncs/dm_splv_chk5.ncs index 23da886..31664be 100644 Binary files a/_module/ncs/dm_splv_chk5.ncs and b/_module/ncs/dm_splv_chk5.ncs differ diff --git a/_module/ncs/dm_splv_chk6.ncs b/_module/ncs/dm_splv_chk6.ncs index 23da886..31664be 100644 Binary files a/_module/ncs/dm_splv_chk6.ncs and b/_module/ncs/dm_splv_chk6.ncs differ diff --git a/_module/ncs/dm_splv_chk7.ncs b/_module/ncs/dm_splv_chk7.ncs index 23da886..31664be 100644 Binary files a/_module/ncs/dm_splv_chk7.ncs and b/_module/ncs/dm_splv_chk7.ncs differ diff --git a/_module/ncs/dm_splv_chk8.ncs b/_module/ncs/dm_splv_chk8.ncs index 23da886..31664be 100644 Binary files a/_module/ncs/dm_splv_chk8.ncs and b/_module/ncs/dm_splv_chk8.ncs differ diff --git a/_module/ncs/dmdoorkillspc.ncs b/_module/ncs/dmdoorkillspc.ncs index e75a62e..d87b274 100644 Binary files a/_module/ncs/dmdoorkillspc.ncs and b/_module/ncs/dmdoorkillspc.ncs differ diff --git a/_module/ncs/dmkey.ncs b/_module/ncs/dmkey.ncs index fdac098..f25cacd 100644 Binary files a/_module/ncs/dmkey.ncs and b/_module/ncs/dmkey.ncs differ diff --git a/_module/ncs/dmseffectwand.ncs b/_module/ncs/dmseffectwand.ncs index fdac098..f25cacd 100644 Binary files a/_module/ncs/dmseffectwand.ncs and b/_module/ncs/dmseffectwand.ncs differ diff --git a/_module/ncs/do_bench_vfx.ncs b/_module/ncs/do_bench_vfx.ncs index 19bb10c..2f9df78 100644 Binary files a/_module/ncs/do_bench_vfx.ncs and b/_module/ncs/do_bench_vfx.ncs differ diff --git a/_module/ncs/do_partyroll.ncs b/_module/ncs/do_partyroll.ncs index 055718a..fff2dd3 100644 Binary files a/_module/ncs/do_partyroll.ncs and b/_module/ncs/do_partyroll.ncs differ diff --git a/_module/ncs/donationmessage3.ncs b/_module/ncs/donationmessage3.ncs index c1d596b..6743b9f 100644 Binary files a/_module/ncs/donationmessage3.ncs and b/_module/ncs/donationmessage3.ncs differ diff --git a/_module/ncs/dreamweaver23.ncs b/_module/ncs/dreamweaver23.ncs index 1676e06..d06e661 100644 Binary files a/_module/ncs/dreamweaver23.ncs and b/_module/ncs/dreamweaver23.ncs differ diff --git a/_module/ncs/drowattack.ncs b/_module/ncs/drowattack.ncs index 41fed16..b3d755d 100644 Binary files a/_module/ncs/drowattack.ncs and b/_module/ncs/drowattack.ncs differ diff --git a/_module/ncs/drowbeat.ncs b/_module/ncs/drowbeat.ncs index b188975..af1967a 100644 Binary files a/_module/ncs/drowbeat.ncs and b/_module/ncs/drowbeat.ncs differ diff --git a/_module/ncs/drowbossdeath.ncs b/_module/ncs/drowbossdeath.ncs index 3730cc7..a982825 100644 Binary files a/_module/ncs/drowbossdeath.ncs and b/_module/ncs/drowbossdeath.ncs differ diff --git a/_module/ncs/drowbosspercieve.ncs b/_module/ncs/drowbosspercieve.ncs index 2ef8e1d..660c9ba 100644 Binary files a/_module/ncs/drowbosspercieve.ncs and b/_module/ncs/drowbosspercieve.ncs differ diff --git a/_module/ncs/drowspawn.ncs b/_module/ncs/drowspawn.ncs index e333d2d..ac657dc 100644 Binary files a/_module/ncs/drowspawn.ncs and b/_module/ncs/drowspawn.ncs differ diff --git a/_module/ncs/druidtool.ncs b/_module/ncs/druidtool.ncs index fdac098..f25cacd 100644 Binary files a/_module/ncs/druidtool.ncs and b/_module/ncs/druidtool.ncs differ diff --git a/_module/ncs/dummy.ncs b/_module/ncs/dummy.ncs index 91006ff..8a3680b 100644 Binary files a/_module/ncs/dummy.ncs and b/_module/ncs/dummy.ncs differ diff --git a/_module/ncs/dummy2.ncs b/_module/ncs/dummy2.ncs index 2ad936f..8a16171 100644 Binary files a/_module/ncs/dummy2.ncs and b/_module/ncs/dummy2.ncs differ diff --git a/_module/ncs/dummykilled.ncs b/_module/ncs/dummykilled.ncs index 6238afc..ddf5db3 100644 Binary files a/_module/ncs/dummykilled.ncs and b/_module/ncs/dummykilled.ncs differ diff --git a/_module/ncs/dungeonreward1.ncs b/_module/ncs/dungeonreward1.ncs index 1e354ae..2c402cb 100644 Binary files a/_module/ncs/dungeonreward1.ncs and b/_module/ncs/dungeonreward1.ncs differ diff --git a/_module/ncs/dye_cloth1.ncs b/_module/ncs/dye_cloth1.ncs index 6104bf0..4363937 100644 Binary files a/_module/ncs/dye_cloth1.ncs and b/_module/ncs/dye_cloth1.ncs differ diff --git a/_module/ncs/dye_cloth2.ncs b/_module/ncs/dye_cloth2.ncs index 5066b85..318410a 100644 Binary files a/_module/ncs/dye_cloth2.ncs and b/_module/ncs/dye_cloth2.ncs differ diff --git a/_module/ncs/dye_color0.ncs b/_module/ncs/dye_color0.ncs index 063487a..4be5dfc 100644 Binary files a/_module/ncs/dye_color0.ncs and b/_module/ncs/dye_color0.ncs differ diff --git a/_module/ncs/dye_color1.ncs b/_module/ncs/dye_color1.ncs index 3374037..454a4dd 100644 Binary files a/_module/ncs/dye_color1.ncs and b/_module/ncs/dye_color1.ncs differ diff --git a/_module/ncs/dye_color2.ncs b/_module/ncs/dye_color2.ncs index 3213e04..6c65c46 100644 Binary files a/_module/ncs/dye_color2.ncs and b/_module/ncs/dye_color2.ncs differ diff --git a/_module/ncs/dye_color3.ncs b/_module/ncs/dye_color3.ncs index 11abc36..b11f4fd 100644 Binary files a/_module/ncs/dye_color3.ncs and b/_module/ncs/dye_color3.ncs differ diff --git a/_module/ncs/dye_color4.ncs b/_module/ncs/dye_color4.ncs index 0a1afbf..e7d28d3 100644 Binary files a/_module/ncs/dye_color4.ncs and b/_module/ncs/dye_color4.ncs differ diff --git a/_module/ncs/dye_color5.ncs b/_module/ncs/dye_color5.ncs index edb42f4..a8911f7 100644 Binary files a/_module/ncs/dye_color5.ncs and b/_module/ncs/dye_color5.ncs differ diff --git a/_module/ncs/dye_color6.ncs b/_module/ncs/dye_color6.ncs index 8ab4d6a..bee863a 100644 Binary files a/_module/ncs/dye_color6.ncs and b/_module/ncs/dye_color6.ncs differ diff --git a/_module/ncs/dye_color7.ncs b/_module/ncs/dye_color7.ncs index 081a783..6dde14b 100644 Binary files a/_module/ncs/dye_color7.ncs and b/_module/ncs/dye_color7.ncs differ diff --git a/_module/ncs/dye_dyeitem.ncs b/_module/ncs/dye_dyeitem.ncs index 9238c79..8c627e1 100644 Binary files a/_module/ncs/dye_dyeitem.ncs and b/_module/ncs/dye_dyeitem.ncs differ diff --git a/_module/ncs/dye_group0.ncs b/_module/ncs/dye_group0.ncs index 5687439..f391793 100644 Binary files a/_module/ncs/dye_group0.ncs and b/_module/ncs/dye_group0.ncs differ diff --git a/_module/ncs/dye_group1.ncs b/_module/ncs/dye_group1.ncs index 72212dd..f6cdb19 100644 Binary files a/_module/ncs/dye_group1.ncs and b/_module/ncs/dye_group1.ncs differ diff --git a/_module/ncs/dye_group2.ncs b/_module/ncs/dye_group2.ncs index 0cbb287..25a5f73 100644 Binary files a/_module/ncs/dye_group2.ncs and b/_module/ncs/dye_group2.ncs differ diff --git a/_module/ncs/dye_group3.ncs b/_module/ncs/dye_group3.ncs index 9d6e2ee..ca2adcc 100644 Binary files a/_module/ncs/dye_group3.ncs and b/_module/ncs/dye_group3.ncs differ diff --git a/_module/ncs/dye_group4.ncs b/_module/ncs/dye_group4.ncs index 71903c9..9202ae1 100644 Binary files a/_module/ncs/dye_group4.ncs and b/_module/ncs/dye_group4.ncs differ diff --git a/_module/ncs/dye_group5.ncs b/_module/ncs/dye_group5.ncs index 46234bc..53b7381 100644 Binary files a/_module/ncs/dye_group5.ncs and b/_module/ncs/dye_group5.ncs differ diff --git a/_module/ncs/dye_group6.ncs b/_module/ncs/dye_group6.ncs index b9bafbe..569d253 100644 Binary files a/_module/ncs/dye_group6.ncs and b/_module/ncs/dye_group6.ncs differ diff --git a/_module/ncs/dye_group7.ncs b/_module/ncs/dye_group7.ncs index 63cf791..ecc4a74 100644 Binary files a/_module/ncs/dye_group7.ncs and b/_module/ncs/dye_group7.ncs differ diff --git a/_module/ncs/dye_itemhead.ncs b/_module/ncs/dye_itemhead.ncs index d2d178b..ec3f7d9 100644 Binary files a/_module/ncs/dye_itemhead.ncs and b/_module/ncs/dye_itemhead.ncs differ diff --git a/_module/ncs/dye_leather1.ncs b/_module/ncs/dye_leather1.ncs index a12a0e8..4b3512c 100644 Binary files a/_module/ncs/dye_leather1.ncs and b/_module/ncs/dye_leather1.ncs differ diff --git a/_module/ncs/dye_leather2.ncs b/_module/ncs/dye_leather2.ncs index 0a0bd4f..dc90382 100644 Binary files a/_module/ncs/dye_leather2.ncs and b/_module/ncs/dye_leather2.ncs differ diff --git a/_module/ncs/dye_metal1.ncs b/_module/ncs/dye_metal1.ncs index c4c76ff..5296215 100644 Binary files a/_module/ncs/dye_metal1.ncs and b/_module/ncs/dye_metal1.ncs differ diff --git a/_module/ncs/dye_metal2.ncs b/_module/ncs/dye_metal2.ncs index 730276b..e92a2b0 100644 Binary files a/_module/ncs/dye_metal2.ncs and b/_module/ncs/dye_metal2.ncs differ diff --git a/_module/ncs/dyekit.ncs b/_module/ncs/dyekit.ncs index fdac098..f25cacd 100644 Binary files a/_module/ncs/dyekit.ncs and b/_module/ncs/dyekit.ncs differ diff --git a/_module/ncs/elemtflamedamage.ncs b/_module/ncs/elemtflamedamage.ncs index cd33fc1..70cdc5a 100644 Binary files a/_module/ncs/elemtflamedamage.ncs and b/_module/ncs/elemtflamedamage.ncs differ diff --git a/_module/ncs/elixirofimmortal.ncs b/_module/ncs/elixirofimmortal.ncs index fdac098..f25cacd 100644 Binary files a/_module/ncs/elixirofimmortal.ncs and b/_module/ncs/elixirofimmortal.ncs differ diff --git a/_module/ncs/emotewand.ncs b/_module/ncs/emotewand.ncs index fdac098..f25cacd 100644 Binary files a/_module/ncs/emotewand.ncs and b/_module/ncs/emotewand.ncs differ diff --git a/_module/ncs/end_dm_npc_chat.ncs b/_module/ncs/end_dm_npc_chat.ncs index 37698da..89866b8 100644 Binary files a/_module/ncs/end_dm_npc_chat.ncs and b/_module/ncs/end_dm_npc_chat.ncs differ diff --git a/_module/ncs/enteremporium.ncs b/_module/ncs/enteremporium.ncs index 47c263c..25789d6 100644 Binary files a/_module/ncs/enteremporium.ncs and b/_module/ncs/enteremporium.ncs differ diff --git a/_module/ncs/enterguild.ncs b/_module/ncs/enterguild.ncs index c4e1d13..d4515a3 100644 Binary files a/_module/ncs/enterguild.ncs and b/_module/ncs/enterguild.ncs differ diff --git a/_module/ncs/entrmessgtrigger.ncs b/_module/ncs/entrmessgtrigger.ncs index faff100..cf0a6d9 100644 Binary files a/_module/ncs/entrmessgtrigger.ncs and b/_module/ncs/entrmessgtrigger.ncs differ diff --git a/_module/ncs/epicstorejumptrg.ncs b/_module/ncs/epicstorejumptrg.ncs index 8e4a3f3..c8b3b61 100644 Binary files a/_module/ncs/epicstorejumptrg.ncs and b/_module/ncs/epicstorejumptrg.ncs differ diff --git a/_module/ncs/eq_blindingbelt.ncs b/_module/ncs/eq_blindingbelt.ncs index 3d62f0e..1b69de0 100644 Binary files a/_module/ncs/eq_blindingbelt.ncs and b/_module/ncs/eq_blindingbelt.ncs differ diff --git a/_module/ncs/ew_act_drunk.ncs b/_module/ncs/ew_act_drunk.ncs index 625757c..6b0163d 100644 Binary files a/_module/ncs/ew_act_drunk.ncs and b/_module/ncs/ew_act_drunk.ncs differ diff --git a/_module/ncs/ew_ani_armsup.ncs b/_module/ncs/ew_ani_armsup.ncs index 7f31cb7..19887a9 100644 Binary files a/_module/ncs/ew_ani_armsup.ncs and b/_module/ncs/ew_ani_armsup.ncs differ diff --git a/_module/ncs/ew_ani_bowdown.ncs b/_module/ncs/ew_ani_bowdown.ncs index 2ca957d..31dfdca 100644 Binary files a/_module/ncs/ew_ani_bowdown.ncs and b/_module/ncs/ew_ani_bowdown.ncs differ diff --git a/_module/ncs/ew_ani_crouch.ncs b/_module/ncs/ew_ani_crouch.ncs index c7b93ad..1eae934 100644 Binary files a/_module/ncs/ew_ani_crouch.ncs and b/_module/ncs/ew_ani_crouch.ncs differ diff --git a/_module/ncs/ew_ani_kneelout.ncs b/_module/ncs/ew_ani_kneelout.ncs index 80a3bd1..3fd3cbf 100644 Binary files a/_module/ncs/ew_ani_kneelout.ncs and b/_module/ncs/ew_ani_kneelout.ncs differ diff --git a/_module/ncs/ew_ani_kneelup.ncs b/_module/ncs/ew_ani_kneelup.ncs index aba1285..fee33dc 100644 Binary files a/_module/ncs/ew_ani_kneelup.ncs and b/_module/ncs/ew_ani_kneelup.ncs differ diff --git a/_module/ncs/ew_ani_reset.ncs b/_module/ncs/ew_ani_reset.ncs index 45f8a32..d8582ee 100644 Binary files a/_module/ncs/ew_ani_reset.ncs and b/_module/ncs/ew_ani_reset.ncs differ diff --git a/_module/ncs/ew_back.ncs b/_module/ncs/ew_back.ncs index d3d96a1..87e9e08 100644 Binary files a/_module/ncs/ew_back.ncs and b/_module/ncs/ew_back.ncs differ diff --git a/_module/ncs/ew_bluffchecko.ncs b/_module/ncs/ew_bluffchecko.ncs index d667459..e07d7e9 100644 Binary files a/_module/ncs/ew_bluffchecko.ncs and b/_module/ncs/ew_bluffchecko.ncs differ diff --git a/_module/ncs/ew_chachecko.ncs b/_module/ncs/ew_chachecko.ncs index 1c1c5a5..41b87d0 100644 Binary files a/_module/ncs/ew_chachecko.ncs and b/_module/ncs/ew_chachecko.ncs differ diff --git a/_module/ncs/ew_concchecko.ncs b/_module/ncs/ew_concchecko.ncs index 0f3af12..4a64bd6 100644 Binary files a/_module/ncs/ew_concchecko.ncs and b/_module/ncs/ew_concchecko.ncs differ diff --git a/_module/ncs/ew_conchecko.ncs b/_module/ncs/ew_conchecko.ncs index 2c54c61..75f8e38 100644 Binary files a/_module/ncs/ew_conchecko.ncs and b/_module/ncs/ew_conchecko.ncs differ diff --git a/_module/ncs/ew_d100roll.ncs b/_module/ncs/ew_d100roll.ncs index ca67c24..d593d17 100644 Binary files a/_module/ncs/ew_d100roll.ncs and b/_module/ncs/ew_d100roll.ncs differ diff --git a/_module/ncs/ew_d10roll.ncs b/_module/ncs/ew_d10roll.ncs index 4003f3b..5723f0b 100644 Binary files a/_module/ncs/ew_d10roll.ncs and b/_module/ncs/ew_d10roll.ncs differ diff --git a/_module/ncs/ew_d12roll.ncs b/_module/ncs/ew_d12roll.ncs index f18cca8..74f3de6 100644 Binary files a/_module/ncs/ew_d12roll.ncs and b/_module/ncs/ew_d12roll.ncs differ diff --git a/_module/ncs/ew_d20roll.ncs b/_module/ncs/ew_d20roll.ncs index d2db497..62e517d 100644 Binary files a/_module/ncs/ew_d20roll.ncs and b/_module/ncs/ew_d20roll.ncs differ diff --git a/_module/ncs/ew_d4roll.ncs b/_module/ncs/ew_d4roll.ncs index 19323a9..34997a9 100644 Binary files a/_module/ncs/ew_d4roll.ncs and b/_module/ncs/ew_d4roll.ncs differ diff --git a/_module/ncs/ew_d6roll.ncs b/_module/ncs/ew_d6roll.ncs index d615357..51375ac 100644 Binary files a/_module/ncs/ew_d6roll.ncs and b/_module/ncs/ew_d6roll.ncs differ diff --git a/_module/ncs/ew_d8roll.ncs b/_module/ncs/ew_d8roll.ncs index cf90fe8..badf61e 100644 Binary files a/_module/ncs/ew_d8roll.ncs and b/_module/ncs/ew_d8roll.ncs differ diff --git a/_module/ncs/ew_dance.ncs b/_module/ncs/ew_dance.ncs index c99ddd3..fbe0ea8 100644 Binary files a/_module/ncs/ew_dance.ncs and b/_module/ncs/ew_dance.ncs differ diff --git a/_module/ncs/ew_dexchecko.ncs b/_module/ncs/ew_dexchecko.ncs index cffb79d..eff7a6a 100644 Binary files a/_module/ncs/ew_dexchecko.ncs and b/_module/ncs/ew_dexchecko.ncs differ diff --git a/_module/ncs/ew_discchecko.ncs b/_module/ncs/ew_discchecko.ncs index f78a55f..13f3ae8 100644 Binary files a/_module/ncs/ew_discchecko.ncs and b/_module/ncs/ew_discchecko.ncs differ diff --git a/_module/ncs/ew_drunk.ncs b/_module/ncs/ew_drunk.ncs index 0864715..015389f 100644 Binary files a/_module/ncs/ew_drunk.ncs and b/_module/ncs/ew_drunk.ncs differ diff --git a/_module/ncs/ew_dtchecko.ncs b/_module/ncs/ew_dtchecko.ncs index 5afb755..79be864 100644 Binary files a/_module/ncs/ew_dtchecko.ncs and b/_module/ncs/ew_dtchecko.ncs differ diff --git a/_module/ncs/ew_follow.ncs b/_module/ncs/ew_follow.ncs index 0353102..c0a812a 100644 Binary files a/_module/ncs/ew_follow.ncs and b/_module/ncs/ew_follow.ncs differ diff --git a/_module/ncs/ew_fortchecko.ncs b/_module/ncs/ew_fortchecko.ncs index 6f49b3d..3cda758 100644 Binary files a/_module/ncs/ew_fortchecko.ncs and b/_module/ncs/ew_fortchecko.ncs differ diff --git a/_module/ncs/ew_getlow.ncs b/_module/ncs/ew_getlow.ncs index a6da2a8..e0122b0 100644 Binary files a/_module/ncs/ew_getlow.ncs and b/_module/ncs/ew_getlow.ncs differ diff --git a/_module/ncs/ew_getmid.ncs b/_module/ncs/ew_getmid.ncs index a9e7b0f..5eb26dc 100644 Binary files a/_module/ncs/ew_getmid.ncs and b/_module/ncs/ew_getmid.ncs differ diff --git a/_module/ncs/ew_hidechecko.ncs b/_module/ncs/ew_hidechecko.ncs index 5803b05..794b611 100644 Binary files a/_module/ncs/ew_hidechecko.ncs and b/_module/ncs/ew_hidechecko.ncs differ diff --git a/_module/ncs/ew_intchecko.ncs b/_module/ncs/ew_intchecko.ncs index ed4fc5f..7cb61ed 100644 Binary files a/_module/ncs/ew_intchecko.ncs and b/_module/ncs/ew_intchecko.ncs differ diff --git a/_module/ncs/ew_intimchecko.ncs b/_module/ncs/ew_intimchecko.ncs index 794216c..71229a4 100644 Binary files a/_module/ncs/ew_intimchecko.ncs and b/_module/ncs/ew_intimchecko.ncs differ diff --git a/_module/ncs/ew_lapsit0.ncs b/_module/ncs/ew_lapsit0.ncs index cb1644e..e50472d 100644 Binary files a/_module/ncs/ew_lapsit0.ncs and b/_module/ncs/ew_lapsit0.ncs differ diff --git a/_module/ncs/ew_lapsit180.ncs b/_module/ncs/ew_lapsit180.ncs index 2164d3d..d57c19f 100644 Binary files a/_module/ncs/ew_lapsit180.ncs and b/_module/ncs/ew_lapsit180.ncs differ diff --git a/_module/ncs/ew_lapsit270.ncs b/_module/ncs/ew_lapsit270.ncs index 28d4189..74b6fec 100644 Binary files a/_module/ncs/ew_lapsit270.ncs and b/_module/ncs/ew_lapsit270.ncs differ diff --git a/_module/ncs/ew_lapsit90.ncs b/_module/ncs/ew_lapsit90.ncs index 17dc49b..26e9b53 100644 Binary files a/_module/ncs/ew_lapsit90.ncs and b/_module/ncs/ew_lapsit90.ncs differ diff --git a/_module/ncs/ew_listchecko.ncs b/_module/ncs/ew_listchecko.ncs index e1892c7..67a37b2 100644 Binary files a/_module/ncs/ew_listchecko.ncs and b/_module/ncs/ew_listchecko.ncs differ diff --git a/_module/ncs/ew_lorechecko.ncs b/_module/ncs/ew_lorechecko.ncs index a0c470c..c03e02e 100644 Binary files a/_module/ncs/ew_lorechecko.ncs and b/_module/ncs/ew_lorechecko.ncs differ diff --git a/_module/ncs/ew_meditate.ncs b/_module/ncs/ew_meditate.ncs index fce33d0..bd92efb 100644 Binary files a/_module/ncs/ew_meditate.ncs and b/_module/ncs/ew_meditate.ncs differ diff --git a/_module/ncs/ew_nap.ncs b/_module/ncs/ew_nap.ncs index 7c180b2..4551a4b 100644 Binary files a/_module/ncs/ew_nap.ncs and b/_module/ncs/ew_nap.ncs differ diff --git a/_module/ncs/ew_olockchecko.ncs b/_module/ncs/ew_olockchecko.ncs index a2a47f3..ec83574 100644 Binary files a/_module/ncs/ew_olockchecko.ncs and b/_module/ncs/ew_olockchecko.ncs differ diff --git a/_module/ncs/ew_perschecko.ncs b/_module/ncs/ew_perschecko.ncs index e947bf2..c38c679 100644 Binary files a/_module/ncs/ew_perschecko.ncs and b/_module/ncs/ew_perschecko.ncs differ diff --git a/_module/ncs/ew_ppchecko.ncs b/_module/ncs/ew_ppchecko.ncs index 584cef9..702a5b9 100644 Binary files a/_module/ncs/ew_ppchecko.ncs and b/_module/ncs/ew_ppchecko.ncs differ diff --git a/_module/ncs/ew_read.ncs b/_module/ncs/ew_read.ncs index a53cde2..85fdaa4 100644 Binary files a/_module/ncs/ew_read.ncs and b/_module/ncs/ew_read.ncs differ diff --git a/_module/ncs/ew_reflchecko.ncs b/_module/ncs/ew_reflchecko.ncs index d555d95..0f9fb1a 100644 Binary files a/_module/ncs/ew_reflchecko.ncs and b/_module/ncs/ew_reflchecko.ncs differ diff --git a/_module/ncs/ew_rest.ncs b/_module/ncs/ew_rest.ncs index c9e9e6c..b243795 100644 Binary files a/_module/ncs/ew_rest.ncs and b/_module/ncs/ew_rest.ncs differ diff --git a/_module/ncs/ew_searchchecko.ncs b/_module/ncs/ew_searchchecko.ncs index ec97f8a..af1a859 100644 Binary files a/_module/ncs/ew_searchchecko.ncs and b/_module/ncs/ew_searchchecko.ncs differ diff --git a/_module/ncs/ew_sit.ncs b/_module/ncs/ew_sit.ncs index f16920f..ae85345 100644 Binary files a/_module/ncs/ew_sit.ncs and b/_module/ncs/ew_sit.ncs differ diff --git a/_module/ncs/ew_spellchecko.ncs b/_module/ncs/ew_spellchecko.ncs index bcaf7da..a1f9c79 100644 Binary files a/_module/ncs/ew_spellchecko.ncs and b/_module/ncs/ew_spellchecko.ncs differ diff --git a/_module/ncs/ew_spotchecko.ncs b/_module/ncs/ew_spotchecko.ncs index fcfb17b..5e208b4 100644 Binary files a/_module/ncs/ew_spotchecko.ncs and b/_module/ncs/ew_spotchecko.ncs differ diff --git a/_module/ncs/ew_strchecko.ncs b/_module/ncs/ew_strchecko.ncs index 3926bdc..95a6f4f 100644 Binary files a/_module/ncs/ew_strchecko.ncs and b/_module/ncs/ew_strchecko.ncs differ diff --git a/_module/ncs/ew_talkforce.ncs b/_module/ncs/ew_talkforce.ncs index b0d6d8e..0a42874 100644 Binary files a/_module/ncs/ew_talkforce.ncs and b/_module/ncs/ew_talkforce.ncs differ diff --git a/_module/ncs/ew_talklaugh.ncs b/_module/ncs/ew_talklaugh.ncs index 5592cb8..d1a5239 100644 Binary files a/_module/ncs/ew_talklaugh.ncs and b/_module/ncs/ew_talklaugh.ncs differ diff --git a/_module/ncs/ew_talkplead.ncs b/_module/ncs/ew_talkplead.ncs index df849d8..8fd1021 100644 Binary files a/_module/ncs/ew_talkplead.ncs and b/_module/ncs/ew_talkplead.ncs differ diff --git a/_module/ncs/ew_tumblechecko.ncs b/_module/ncs/ew_tumblechecko.ncs index c7d84a5..7de5c26 100644 Binary files a/_module/ncs/ew_tumblechecko.ncs and b/_module/ncs/ew_tumblechecko.ncs differ diff --git a/_module/ncs/ew_willchecko.ncs b/_module/ncs/ew_willchecko.ncs index ae81c9b..eca5512 100644 Binary files a/_module/ncs/ew_willchecko.ncs and b/_module/ncs/ew_willchecko.ncs differ diff --git a/_module/ncs/ew_wischecko.ncs b/_module/ncs/ew_wischecko.ncs index ad5e7c4..1691bbe 100644 Binary files a/_module/ncs/ew_wischecko.ncs and b/_module/ncs/ew_wischecko.ncs differ diff --git a/_module/ncs/ew_worship.ncs b/_module/ncs/ew_worship.ncs index 1943517..c7768a7 100644 Binary files a/_module/ncs/ew_worship.ncs and b/_module/ncs/ew_worship.ncs differ diff --git a/_module/ncs/exc_speedcast.ncs b/_module/ncs/exc_speedcast.ncs index a42e667..473c9ef 100644 Binary files a/_module/ncs/exc_speedcast.ncs and b/_module/ncs/exc_speedcast.ncs differ diff --git a/_module/ncs/exitguild.ncs b/_module/ncs/exitguild.ncs index c11e07e..bf9cd8a 100644 Binary files a/_module/ncs/exitguild.ncs and b/_module/ncs/exitguild.ncs differ diff --git a/_module/ncs/exmpl_treasure.ncs b/_module/ncs/exmpl_treasure.ncs index 8f7b24e..58e1763 100644 Binary files a/_module/ncs/exmpl_treasure.ncs and b/_module/ncs/exmpl_treasure.ncs differ diff --git a/_module/ncs/expstatuedeath.ncs b/_module/ncs/expstatuedeath.ncs index ec57586..ee366ea 100644 Binary files a/_module/ncs/expstatuedeath.ncs and b/_module/ncs/expstatuedeath.ncs differ diff --git a/_module/ncs/expstatuedeath2.ncs b/_module/ncs/expstatuedeath2.ncs index 8c21368..f91d2a4 100644 Binary files a/_module/ncs/expstatuedeath2.ncs and b/_module/ncs/expstatuedeath2.ncs differ diff --git a/_module/ncs/expstatuedeath3.ncs b/_module/ncs/expstatuedeath3.ncs index d64c2b4..cc666e6 100644 Binary files a/_module/ncs/expstatuedeath3.ncs and b/_module/ncs/expstatuedeath3.ncs differ diff --git a/_module/ncs/expstatuedmged.ncs b/_module/ncs/expstatuedmged.ncs index 927e287..a715287 100644 Binary files a/_module/ncs/expstatuedmged.ncs and b/_module/ncs/expstatuedmged.ncs differ diff --git a/_module/ncs/feyland.ncs b/_module/ncs/feyland.ncs index c20fa99..07e49fc 100644 Binary files a/_module/ncs/feyland.ncs and b/_module/ncs/feyland.ncs differ diff --git a/_module/ncs/finalreward.ncs b/_module/ncs/finalreward.ncs index b72a294..8f26154 100644 Binary files a/_module/ncs/finalreward.ncs and b/_module/ncs/finalreward.ncs differ diff --git a/_module/ncs/fireenergy.ncs b/_module/ncs/fireenergy.ncs index 04f5e5e..88c501f 100644 Binary files a/_module/ncs/fireenergy.ncs and b/_module/ncs/fireenergy.ncs differ diff --git a/_module/ncs/firegem.ncs b/_module/ncs/firegem.ncs index 96c7d02..3cfebff 100644 Binary files a/_module/ncs/firegem.ncs and b/_module/ncs/firegem.ncs differ diff --git a/_module/ncs/firetrap666.ncs b/_module/ncs/firetrap666.ncs index 00bcd34..78225c6 100644 Binary files a/_module/ncs/firetrap666.ncs and b/_module/ncs/firetrap666.ncs differ diff --git a/_module/ncs/fky_chat.ncs b/_module/ncs/fky_chat.ncs index 99b2087..e0d47ff 100644 Binary files a/_module/ncs/fky_chat.ncs and b/_module/ncs/fky_chat.ncs differ diff --git a/_module/ncs/fky_chat_clenter.ncs b/_module/ncs/fky_chat_clenter.ncs index 36ea912..f04764b 100644 Binary files a/_module/ncs/fky_chat_clenter.ncs and b/_module/ncs/fky_chat_clenter.ncs differ diff --git a/_module/ncs/fky_chat_clexit.ncs b/_module/ncs/fky_chat_clexit.ncs index a2584d4..4cdf85c 100644 Binary files a/_module/ncs/fky_chat_clexit.ncs and b/_module/ncs/fky_chat_clexit.ncs differ diff --git a/_module/ncs/fky_chat_levelup.ncs b/_module/ncs/fky_chat_levelup.ncs index c9de89e..4d6de59 100644 Binary files a/_module/ncs/fky_chat_levelup.ncs and b/_module/ncs/fky_chat_levelup.ncs differ diff --git a/_module/ncs/fky_chat_modload.ncs b/_module/ncs/fky_chat_modload.ncs index e092db7..f1ebf78 100644 Binary files a/_module/ncs/fky_chat_modload.ncs and b/_module/ncs/fky_chat_modload.ncs differ diff --git a/_module/ncs/fky_chat_ventril.ncs b/_module/ncs/fky_chat_ventril.ncs index 701841b..2d276f4 100644 Binary files a/_module/ncs/fky_chat_ventril.ncs and b/_module/ncs/fky_chat_ventril.ncs differ diff --git a/_module/ncs/flameheartbeat.ncs b/_module/ncs/flameheartbeat.ncs index fdb1773..1c56438 100644 Binary files a/_module/ncs/flameheartbeat.ncs and b/_module/ncs/flameheartbeat.ncs differ diff --git a/_module/ncs/floorsafe.ncs b/_module/ncs/floorsafe.ncs index 901dcfd..3a751cf 100644 Binary files a/_module/ncs/floorsafe.ncs and b/_module/ncs/floorsafe.ncs differ diff --git a/_module/ncs/forcerespawn.ncs b/_module/ncs/forcerespawn.ncs index 04e89f4..7c1e193 100644 Binary files a/_module/ncs/forcerespawn.ncs and b/_module/ncs/forcerespawn.ncs differ diff --git a/_module/ncs/forcerespawn2.ncs b/_module/ncs/forcerespawn2.ncs index c9adf0b..9dd2254 100644 Binary files a/_module/ncs/forcerespawn2.ncs and b/_module/ncs/forcerespawn2.ncs differ diff --git a/_module/ncs/forgeused.ncs b/_module/ncs/forgeused.ncs index 1df54dd..4a57816 100644 Binary files a/_module/ncs/forgeused.ncs and b/_module/ncs/forgeused.ncs differ diff --git a/_module/ncs/fountain2_use.ncs b/_module/ncs/fountain2_use.ncs index 02714bc..79fc1fc 100644 Binary files a/_module/ncs/fountain2_use.ncs and b/_module/ncs/fountain2_use.ncs differ diff --git a/_module/ncs/fuguespawn.ncs b/_module/ncs/fuguespawn.ncs index e4ea4b2..d62a8e0 100644 Binary files a/_module/ncs/fuguespawn.ncs and b/_module/ncs/fuguespawn.ncs differ diff --git a/_module/ncs/gc_ac_is_ok.ncs b/_module/ncs/gc_ac_is_ok.ncs index 2825c7a..99cf15d 100644 Binary files a/_module/ncs/gc_ac_is_ok.ncs and b/_module/ncs/gc_ac_is_ok.ncs differ diff --git a/_module/ncs/gc_add_ability.ncs b/_module/ncs/gc_add_ability.ncs index 0f9c283..f204029 100644 Binary files a/_module/ncs/gc_add_ability.ncs and b/_module/ncs/gc_add_ability.ncs differ diff --git a/_module/ncs/gc_add_ac.ncs b/_module/ncs/gc_add_ac.ncs index 28c894c..29b89db 100644 Binary files a/_module/ncs/gc_add_ac.ncs and b/_module/ncs/gc_add_ac.ncs differ diff --git a/_module/ncs/gc_add_attk_bon.ncs b/_module/ncs/gc_add_attk_bon.ncs index 8fb042c..e028831 100644 Binary files a/_module/ncs/gc_add_attk_bon.ncs and b/_module/ncs/gc_add_attk_bon.ncs differ diff --git a/_module/ncs/gc_add_bon_spell.ncs b/_module/ncs/gc_add_bon_spell.ncs index 74325a0..48d2ba3 100644 Binary files a/_module/ncs/gc_add_bon_spell.ncs and b/_module/ncs/gc_add_bon_spell.ncs differ diff --git a/_module/ncs/gc_add_dmg_bonus.ncs b/_module/ncs/gc_add_dmg_bonus.ncs index 4983bbb..422b6db 100644 Binary files a/_module/ncs/gc_add_dmg_bonus.ncs and b/_module/ncs/gc_add_dmg_bonus.ncs differ diff --git a/_module/ncs/gc_add_dmg_imm.ncs b/_module/ncs/gc_add_dmg_imm.ncs index 49d4b92..be89917 100644 Binary files a/_module/ncs/gc_add_dmg_imm.ncs and b/_module/ncs/gc_add_dmg_imm.ncs differ diff --git a/_module/ncs/gc_add_dmg_red.ncs b/_module/ncs/gc_add_dmg_red.ncs index 12022bc..f5eda66 100644 Binary files a/_module/ncs/gc_add_dmg_red.ncs and b/_module/ncs/gc_add_dmg_red.ncs differ diff --git a/_module/ncs/gc_add_ench_bon.ncs b/_module/ncs/gc_add_ench_bon.ncs index 3589730..3a23c4a 100644 Binary files a/_module/ncs/gc_add_ench_bon.ncs and b/_module/ncs/gc_add_ench_bon.ncs differ diff --git a/_module/ncs/gc_add_evade.ncs b/_module/ncs/gc_add_evade.ncs index 457491b..2233ead 100644 Binary files a/_module/ncs/gc_add_evade.ncs and b/_module/ncs/gc_add_evade.ncs differ diff --git a/_module/ncs/gc_add_feat.ncs b/_module/ncs/gc_add_feat.ncs index 17cd748..393d859 100644 Binary files a/_module/ncs/gc_add_feat.ncs and b/_module/ncs/gc_add_feat.ncs differ diff --git a/_module/ncs/gc_add_freedom.ncs b/_module/ncs/gc_add_freedom.ncs index 49c04f5..5fd11e7 100644 Binary files a/_module/ncs/gc_add_freedom.ncs and b/_module/ncs/gc_add_freedom.ncs differ diff --git a/_module/ncs/gc_add_haste.ncs b/_module/ncs/gc_add_haste.ncs index 9268b31..cece1a5 100644 Binary files a/_module/ncs/gc_add_haste.ncs and b/_module/ncs/gc_add_haste.ncs differ diff --git a/_module/ncs/gc_add_immunity.ncs b/_module/ncs/gc_add_immunity.ncs index 3da776f..c3040f6 100644 Binary files a/_module/ncs/gc_add_immunity.ncs and b/_module/ncs/gc_add_immunity.ncs differ diff --git a/_module/ncs/gc_add_keen.ncs b/_module/ncs/gc_add_keen.ncs index 7ed6004..0d01a21 100644 Binary files a/_module/ncs/gc_add_keen.ncs and b/_module/ncs/gc_add_keen.ncs differ diff --git a/_module/ncs/gc_add_massv_crt.ncs b/_module/ncs/gc_add_massv_crt.ncs index 2d39f1c..434d8d2 100644 Binary files a/_module/ncs/gc_add_massv_crt.ncs and b/_module/ncs/gc_add_massv_crt.ncs differ diff --git a/_module/ncs/gc_add_mighty.ncs b/_module/ncs/gc_add_mighty.ncs index 55d812f..346a5df 100644 Binary files a/_module/ncs/gc_add_mighty.ncs and b/_module/ncs/gc_add_mighty.ncs differ diff --git a/_module/ncs/gc_add_regen.ncs b/_module/ncs/gc_add_regen.ncs index e19afdc..d1bb098 100644 Binary files a/_module/ncs/gc_add_regen.ncs and b/_module/ncs/gc_add_regen.ncs differ diff --git a/_module/ncs/gc_add_resist.ncs b/_module/ncs/gc_add_resist.ncs index ff73bfc..0ddc432 100644 Binary files a/_module/ncs/gc_add_resist.ncs and b/_module/ncs/gc_add_resist.ncs differ diff --git a/_module/ncs/gc_add_save.ncs b/_module/ncs/gc_add_save.ncs index c1866af..1e144d0 100644 Binary files a/_module/ncs/gc_add_save.ncs and b/_module/ncs/gc_add_save.ncs differ diff --git a/_module/ncs/gc_add_skills.ncs b/_module/ncs/gc_add_skills.ncs index afbdebf..fa9b133 100644 Binary files a/_module/ncs/gc_add_skills.ncs and b/_module/ncs/gc_add_skills.ncs differ diff --git a/_module/ncs/gc_add_sr.ncs b/_module/ncs/gc_add_sr.ncs index d9fcb87..bd3646c 100644 Binary files a/_module/ncs/gc_add_sr.ncs and b/_module/ncs/gc_add_sr.ncs differ diff --git a/_module/ncs/gc_add_true_see.ncs b/_module/ncs/gc_add_true_see.ncs index 4b27a89..ed87d8f 100644 Binary files a/_module/ncs/gc_add_true_see.ncs and b/_module/ncs/gc_add_true_see.ncs differ diff --git a/_module/ncs/gc_add_vamp_regn.ncs b/_module/ncs/gc_add_vamp_regn.ncs index d03c482..1dc16fe 100644 Binary files a/_module/ncs/gc_add_vamp_regn.ncs and b/_module/ncs/gc_add_vamp_regn.ncs differ diff --git a/_module/ncs/gc_check_legal.ncs b/_module/ncs/gc_check_legal.ncs index da60862..67749bd 100644 Binary files a/_module/ncs/gc_check_legal.ncs and b/_module/ncs/gc_check_legal.ncs differ diff --git a/_module/ncs/gc_check_legit.ncs b/_module/ncs/gc_check_legit.ncs index da9327f..0374497 100644 Binary files a/_module/ncs/gc_check_legit.ncs and b/_module/ncs/gc_check_legit.ncs differ diff --git a/_module/ncs/gc_count_cost.ncs b/_module/ncs/gc_count_cost.ncs index 7d5921d..4b3b890 100644 Binary files a/_module/ncs/gc_count_cost.ncs and b/_module/ncs/gc_count_cost.ncs differ diff --git a/_module/ncs/gc_dmg_bonus_ok.ncs b/_module/ncs/gc_dmg_bonus_ok.ncs index e6b6272..6a0d787 100644 Binary files a/_module/ncs/gc_dmg_bonus_ok.ncs and b/_module/ncs/gc_dmg_bonus_ok.ncs differ diff --git a/_module/ncs/gc_dr_item_ok.ncs b/_module/ncs/gc_dr_item_ok.ncs index f9a1c00..f4fd7f1 100644 Binary files a/_module/ncs/gc_dr_item_ok.ncs and b/_module/ncs/gc_dr_item_ok.ncs differ diff --git a/_module/ncs/gc_gaunt_props.ncs b/_module/ncs/gc_gaunt_props.ncs index d784d4d..63d5f52 100644 Binary files a/_module/ncs/gc_gaunt_props.ncs and b/_module/ncs/gc_gaunt_props.ncs differ diff --git a/_module/ncs/gc_haircolr_next.ncs b/_module/ncs/gc_haircolr_next.ncs index c6f5eae..1c3c1d0 100644 Binary files a/_module/ncs/gc_haircolr_next.ncs and b/_module/ncs/gc_haircolr_next.ncs differ diff --git a/_module/ncs/gc_haircolr_prev.ncs b/_module/ncs/gc_haircolr_prev.ncs index 755c2bc..1cb62fb 100644 Binary files a/_module/ncs/gc_haircolr_prev.ncs and b/_module/ncs/gc_haircolr_prev.ncs differ diff --git a/_module/ncs/gc_has_ammy.ncs b/_module/ncs/gc_has_ammy.ncs index 9a2f901..b358bd2 100644 Binary files a/_module/ncs/gc_has_ammy.ncs and b/_module/ncs/gc_has_ammy.ncs differ diff --git a/_module/ncs/gc_has_armor.ncs b/_module/ncs/gc_has_armor.ncs index d1fcfd2..761682d 100644 Binary files a/_module/ncs/gc_has_armor.ncs and b/_module/ncs/gc_has_armor.ncs differ diff --git a/_module/ncs/gc_has_arrow.ncs b/_module/ncs/gc_has_arrow.ncs index 8d89067..bdebedf 100644 Binary files a/_module/ncs/gc_has_arrow.ncs and b/_module/ncs/gc_has_arrow.ncs differ diff --git a/_module/ncs/gc_has_belt.ncs b/_module/ncs/gc_has_belt.ncs index f355858..4ba976a 100644 Binary files a/_module/ncs/gc_has_belt.ncs and b/_module/ncs/gc_has_belt.ncs differ diff --git a/_module/ncs/gc_has_bolts.ncs b/_module/ncs/gc_has_bolts.ncs index 6e55c79..9e4deee 100644 Binary files a/_module/ncs/gc_has_bolts.ncs and b/_module/ncs/gc_has_bolts.ncs differ diff --git a/_module/ncs/gc_has_boots.ncs b/_module/ncs/gc_has_boots.ncs index 43f063a..98effe1 100644 Binary files a/_module/ncs/gc_has_boots.ncs and b/_module/ncs/gc_has_boots.ncs differ diff --git a/_module/ncs/gc_has_bracer.ncs b/_module/ncs/gc_has_bracer.ncs index 35ac973..dac717b 100644 Binary files a/_module/ncs/gc_has_bracer.ncs and b/_module/ncs/gc_has_bracer.ncs differ diff --git a/_module/ncs/gc_has_bullets.ncs b/_module/ncs/gc_has_bullets.ncs index ea9e785..1376d10 100644 Binary files a/_module/ncs/gc_has_bullets.ncs and b/_module/ncs/gc_has_bullets.ncs differ diff --git a/_module/ncs/gc_has_cloak.ncs b/_module/ncs/gc_has_cloak.ncs index 5cbcb56..1ef4987 100644 Binary files a/_module/ncs/gc_has_cloak.ncs and b/_module/ncs/gc_has_cloak.ncs differ diff --git a/_module/ncs/gc_has_gauntlets.ncs b/_module/ncs/gc_has_gauntlets.ncs index e0affc7..2937d3e 100644 Binary files a/_module/ncs/gc_has_gauntlets.ncs and b/_module/ncs/gc_has_gauntlets.ncs differ diff --git a/_module/ncs/gc_has_helm.ncs b/_module/ncs/gc_has_helm.ncs index 8b7a789..bd41314 100644 Binary files a/_module/ncs/gc_has_helm.ncs and b/_module/ncs/gc_has_helm.ncs differ diff --git a/_module/ncs/gc_has_leftring.ncs b/_module/ncs/gc_has_leftring.ncs index 55d9b92..39b71fa 100644 Binary files a/_module/ncs/gc_has_leftring.ncs and b/_module/ncs/gc_has_leftring.ncs differ diff --git a/_module/ncs/gc_has_rightring.ncs b/_module/ncs/gc_has_rightring.ncs index c498fdf..908636c 100644 Binary files a/_module/ncs/gc_has_rightring.ncs and b/_module/ncs/gc_has_rightring.ncs differ diff --git a/_module/ncs/gc_has_shield.ncs b/_module/ncs/gc_has_shield.ncs index 9c5488a..0fc43e2 100644 Binary files a/_module/ncs/gc_has_shield.ncs and b/_module/ncs/gc_has_shield.ncs differ diff --git a/_module/ncs/gc_has_wpn.ncs b/_module/ncs/gc_has_wpn.ncs index 555a662..65e0ab1 100644 Binary files a/_module/ncs/gc_has_wpn.ncs and b/_module/ncs/gc_has_wpn.ncs differ diff --git a/_module/ncs/gc_is_a_wpn.ncs b/_module/ncs/gc_is_a_wpn.ncs index dda1164..96f7f4d 100644 Binary files a/_module/ncs/gc_is_a_wpn.ncs and b/_module/ncs/gc_is_a_wpn.ncs differ diff --git a/_module/ncs/gc_is_ab_ok.ncs b/_module/ncs/gc_is_ab_ok.ncs index 12c2e06..c3fa436 100644 Binary files a/_module/ncs/gc_is_ab_ok.ncs and b/_module/ncs/gc_is_ab_ok.ncs differ diff --git a/_module/ncs/gc_is_bard.ncs b/_module/ncs/gc_is_bard.ncs index 1a36451..bff10e9 100644 Binary files a/_module/ncs/gc_is_bard.ncs and b/_module/ncs/gc_is_bard.ncs differ diff --git a/_module/ncs/gc_is_druid.ncs b/_module/ncs/gc_is_druid.ncs index efa39f2..8070136 100644 Binary files a/_module/ncs/gc_is_druid.ncs and b/_module/ncs/gc_is_druid.ncs differ diff --git a/_module/ncs/gc_is_meleewpn.ncs b/_module/ncs/gc_is_meleewpn.ncs index c2efbf9..658ffdb 100644 Binary files a/_module/ncs/gc_is_meleewpn.ncs and b/_module/ncs/gc_is_meleewpn.ncs differ diff --git a/_module/ncs/gc_is_paladin.ncs b/_module/ncs/gc_is_paladin.ncs index 4b93bdf..4ad5b3c 100644 Binary files a/_module/ncs/gc_is_paladin.ncs and b/_module/ncs/gc_is_paladin.ncs differ diff --git a/_module/ncs/gc_is_ranged_wpn.ncs b/_module/ncs/gc_is_ranged_wpn.ncs index 5e4e886..3e92607 100644 Binary files a/_module/ncs/gc_is_ranged_wpn.ncs and b/_module/ncs/gc_is_ranged_wpn.ncs differ diff --git a/_module/ncs/gc_is_ranger.ncs b/_module/ncs/gc_is_ranger.ncs index 305b616..36a991d 100644 Binary files a/_module/ncs/gc_is_ranger.ncs and b/_module/ncs/gc_is_ranger.ncs differ diff --git a/_module/ncs/gc_is_sorcerer.ncs b/_module/ncs/gc_is_sorcerer.ncs index c45df7c..077f873 100644 Binary files a/_module/ncs/gc_is_sorcerer.ncs and b/_module/ncs/gc_is_sorcerer.ncs differ diff --git a/_module/ncs/gc_is_wizard.ncs b/_module/ncs/gc_is_wizard.ncs index 61d24a8..de1144c 100644 Binary files a/_module/ncs/gc_is_wizard.ncs and b/_module/ncs/gc_is_wizard.ncs differ diff --git a/_module/ncs/gc_mascrits_ok.ncs b/_module/ncs/gc_mascrits_ok.ncs index 4f91343..9a4aa3a 100644 Binary files a/_module/ncs/gc_mascrits_ok.ncs and b/_module/ncs/gc_mascrits_ok.ncs differ diff --git a/_module/ncs/gc_regen_ok.ncs b/_module/ncs/gc_regen_ok.ncs index 06f7220..47f9a9f 100644 Binary files a/_module/ncs/gc_regen_ok.ncs and b/_module/ncs/gc_regen_ok.ncs differ diff --git a/_module/ncs/gc_set_ammy.ncs b/_module/ncs/gc_set_ammy.ncs index 32f67c1..501a9fc 100644 Binary files a/_module/ncs/gc_set_ammy.ncs and b/_module/ncs/gc_set_ammy.ncs differ diff --git a/_module/ncs/gc_set_armor.ncs b/_module/ncs/gc_set_armor.ncs index 044b33d..991f46c 100644 Binary files a/_module/ncs/gc_set_armor.ncs and b/_module/ncs/gc_set_armor.ncs differ diff --git a/_module/ncs/gc_set_arms.ncs b/_module/ncs/gc_set_arms.ncs index 702c722..d965c6d 100644 Binary files a/_module/ncs/gc_set_arms.ncs and b/_module/ncs/gc_set_arms.ncs differ diff --git a/_module/ncs/gc_set_arrows.ncs b/_module/ncs/gc_set_arrows.ncs index 78f7af3..28dabf6 100644 Binary files a/_module/ncs/gc_set_arrows.ncs and b/_module/ncs/gc_set_arrows.ncs differ diff --git a/_module/ncs/gc_set_belt.ncs b/_module/ncs/gc_set_belt.ncs index c7bcf1c..edb836c 100644 Binary files a/_module/ncs/gc_set_belt.ncs and b/_module/ncs/gc_set_belt.ncs differ diff --git a/_module/ncs/gc_set_bolts.ncs b/_module/ncs/gc_set_bolts.ncs index 411f386..48b1ed3 100644 Binary files a/_module/ncs/gc_set_bolts.ncs and b/_module/ncs/gc_set_bolts.ncs differ diff --git a/_module/ncs/gc_set_boots.ncs b/_module/ncs/gc_set_boots.ncs index b934bec..cef7fdf 100644 Binary files a/_module/ncs/gc_set_boots.ncs and b/_module/ncs/gc_set_boots.ncs differ diff --git a/_module/ncs/gc_set_bullets.ncs b/_module/ncs/gc_set_bullets.ncs index d1e9f63..c5098ac 100644 Binary files a/_module/ncs/gc_set_bullets.ncs and b/_module/ncs/gc_set_bullets.ncs differ diff --git a/_module/ncs/gc_set_cloak.ncs b/_module/ncs/gc_set_cloak.ncs index 44b1885..ce573bd 100644 Binary files a/_module/ncs/gc_set_cloak.ncs and b/_module/ncs/gc_set_cloak.ncs differ diff --git a/_module/ncs/gc_set_helm.ncs b/_module/ncs/gc_set_helm.ncs index 253bf3a..ceaf366 100644 Binary files a/_module/ncs/gc_set_helm.ncs and b/_module/ncs/gc_set_helm.ncs differ diff --git a/_module/ncs/gc_set_lefthand.ncs b/_module/ncs/gc_set_lefthand.ncs index daa6aba..501237f 100644 Binary files a/_module/ncs/gc_set_lefthand.ncs and b/_module/ncs/gc_set_lefthand.ncs differ diff --git a/_module/ncs/gc_set_lefttring.ncs b/_module/ncs/gc_set_lefttring.ncs index dfa3f82..3b88cdc 100644 Binary files a/_module/ncs/gc_set_lefttring.ncs and b/_module/ncs/gc_set_lefttring.ncs differ diff --git a/_module/ncs/gc_set_righthand.ncs b/_module/ncs/gc_set_righthand.ncs index 211c702..42a047c 100644 Binary files a/_module/ncs/gc_set_righthand.ncs and b/_module/ncs/gc_set_righthand.ncs differ diff --git a/_module/ncs/gc_set_rightring.ncs b/_module/ncs/gc_set_rightring.ncs index 445b17d..426788e 100644 Binary files a/_module/ncs/gc_set_rightring.ncs and b/_module/ncs/gc_set_rightring.ncs differ diff --git a/_module/ncs/gc_skincolr_next.ncs b/_module/ncs/gc_skincolr_next.ncs index 63a0f43..22ca867 100644 Binary files a/_module/ncs/gc_skincolr_next.ncs and b/_module/ncs/gc_skincolr_next.ncs differ diff --git a/_module/ncs/gc_skincolr_prev.ncs b/_module/ncs/gc_skincolr_prev.ncs index cc26124..3ba9536 100644 Binary files a/_module/ncs/gc_skincolr_prev.ncs and b/_module/ncs/gc_skincolr_prev.ncs differ diff --git a/_module/ncs/gc_tat1colr_next.ncs b/_module/ncs/gc_tat1colr_next.ncs index 1eb3429..7d91410 100644 Binary files a/_module/ncs/gc_tat1colr_next.ncs and b/_module/ncs/gc_tat1colr_next.ncs differ diff --git a/_module/ncs/gc_tat1colr_prev.ncs b/_module/ncs/gc_tat1colr_prev.ncs index 8a19913..c72a902 100644 Binary files a/_module/ncs/gc_tat1colr_prev.ncs and b/_module/ncs/gc_tat1colr_prev.ncs differ diff --git a/_module/ncs/gc_tat2colr_next.ncs b/_module/ncs/gc_tat2colr_next.ncs index 95024ca..bed4256 100644 Binary files a/_module/ncs/gc_tat2colr_next.ncs and b/_module/ncs/gc_tat2colr_next.ncs differ diff --git a/_module/ncs/gc_tat2colr_prev.ncs b/_module/ncs/gc_tat2colr_prev.ncs index 59168b4..2c3e271 100644 Binary files a/_module/ncs/gc_tat2colr_prev.ncs and b/_module/ncs/gc_tat2colr_prev.ncs differ diff --git a/_module/ncs/gc_vamp_regn_ok.ncs b/_module/ncs/gc_vamp_regn_ok.ncs index ea38944..bcb116d 100644 Binary files a/_module/ncs/gc_vamp_regn_ok.ncs and b/_module/ncs/gc_vamp_regn_ok.ncs differ diff --git a/_module/ncs/gearchecksecret.ncs b/_module/ncs/gearchecksecret.ncs index ee3149b..5e61906 100644 Binary files a/_module/ncs/gearchecksecret.ncs and b/_module/ncs/gearchecksecret.ncs differ diff --git a/_module/ncs/geg_death_treas.ncs b/_module/ncs/geg_death_treas.ncs index 12308cf..d7a43ab 100644 Binary files a/_module/ncs/geg_death_treas.ncs and b/_module/ncs/geg_death_treas.ncs differ diff --git a/_module/ncs/geg_death_treas2.ncs b/_module/ncs/geg_death_treas2.ncs index 12308cf..d7a43ab 100644 Binary files a/_module/ncs/geg_death_treas2.ncs and b/_module/ncs/geg_death_treas2.ncs differ diff --git a/_module/ncs/gemofteleportati.ncs b/_module/ncs/gemofteleportati.ncs index fdac098..f25cacd 100644 Binary files a/_module/ncs/gemofteleportati.ncs and b/_module/ncs/gemofteleportati.ncs differ diff --git a/_module/ncs/gemofteleporting.ncs b/_module/ncs/gemofteleporting.ncs index fdac098..f25cacd 100644 Binary files a/_module/ncs/gemofteleporting.ncs and b/_module/ncs/gemofteleporting.ncs differ diff --git a/_module/ncs/gemport2.ncs b/_module/ncs/gemport2.ncs index de9748e..4110807 100644 Binary files a/_module/ncs/gemport2.ncs and b/_module/ncs/gemport2.ncs differ diff --git a/_module/ncs/gemport3.ncs b/_module/ncs/gemport3.ncs index 2aa2cc6..8d40c68 100644 Binary files a/_module/ncs/gemport3.ncs and b/_module/ncs/gemport3.ncs differ diff --git a/_module/ncs/gen_chat_inc.ncs b/_module/ncs/gen_chat_inc.ncs deleted file mode 100644 index b969527..0000000 Binary files a/_module/ncs/gen_chat_inc.ncs and /dev/null differ diff --git a/_module/ncs/gen_enc_config.ncs b/_module/ncs/gen_enc_config.ncs deleted file mode 100644 index 947f7b5..0000000 Binary files a/_module/ncs/gen_enc_config.ncs and /dev/null differ diff --git a/_module/ncs/gen_geg_treas.ncs b/_module/ncs/gen_geg_treas.ncs index 3b1941e..fc2391c 100644 Binary files a/_module/ncs/gen_geg_treas.ncs and b/_module/ncs/gen_geg_treas.ncs differ diff --git a/_module/ncs/gen_gem.ncs b/_module/ncs/gen_gem.ncs index 336df56..8c08433 100644 Binary files a/_module/ncs/gen_gem.ncs and b/_module/ncs/gen_gem.ncs differ diff --git a/_module/ncs/gen_invalid.ncs b/_module/ncs/gen_invalid.ncs index 0cbd718..d217565 100644 Binary files a/_module/ncs/gen_invalid.ncs and b/_module/ncs/gen_invalid.ncs differ diff --git a/_module/ncs/gen_token.ncs b/_module/ncs/gen_token.ncs index fdac098..f25cacd 100644 Binary files a/_module/ncs/gen_token.ncs and b/_module/ncs/gen_token.ncs differ diff --git a/_module/ncs/gen_treas_on_opn.ncs b/_module/ncs/gen_treas_on_opn.ncs index e5bf57d..f7f0ed4 100644 Binary files a/_module/ncs/gen_treas_on_opn.ncs and b/_module/ncs/gen_treas_on_opn.ncs differ diff --git a/_module/ncs/generate_gem.ncs b/_module/ncs/generate_gem.ncs index 97e3760..8fc0185 100644 Binary files a/_module/ncs/generate_gem.ncs and b/_module/ncs/generate_gem.ncs differ diff --git a/_module/ncs/genisys.ncs b/_module/ncs/genisys.ncs index cabf723..66b77d6 100644 Binary files a/_module/ncs/genisys.ncs and b/_module/ncs/genisys.ncs differ diff --git a/_module/ncs/give_plot_items.ncs b/_module/ncs/give_plot_items.ncs index 5077e03..706d5c9 100644 Binary files a/_module/ncs/give_plot_items.ncs and b/_module/ncs/give_plot_items.ncs differ diff --git a/_module/ncs/give_under_token.ncs b/_module/ncs/give_under_token.ncs index dd022fa..c6d10aa 100644 Binary files a/_module/ncs/give_under_token.ncs and b/_module/ncs/give_under_token.ncs differ diff --git a/_module/ncs/givechatcommands.ncs b/_module/ncs/givechatcommands.ncs index d81cb79..a80547d 100644 Binary files a/_module/ncs/givechatcommands.ncs and b/_module/ncs/givechatcommands.ncs differ diff --git a/_module/ncs/givedabomb.ncs b/_module/ncs/givedabomb.ncs index fa5ea61..e54ddd8 100644 Binary files a/_module/ncs/givedabomb.ncs and b/_module/ncs/givedabomb.ncs differ diff --git a/_module/ncs/givefinaltoken.ncs b/_module/ncs/givefinaltoken.ncs index 68ce91f..ebecd5a 100644 Binary files a/_module/ncs/givefinaltoken.ncs and b/_module/ncs/givefinaltoken.ncs differ diff --git a/_module/ncs/givegodtoken1.ncs b/_module/ncs/givegodtoken1.ncs index fb3dbeb..b27e51d 100644 Binary files a/_module/ncs/givegodtoken1.ncs and b/_module/ncs/givegodtoken1.ncs differ diff --git a/_module/ncs/givegodtoken2.ncs b/_module/ncs/givegodtoken2.ncs index c683676..8cf7936 100644 Binary files a/_module/ncs/givegodtoken2.ncs and b/_module/ncs/givegodtoken2.ncs differ diff --git a/_module/ncs/givegodtoken3.ncs b/_module/ncs/givegodtoken3.ncs index 6276572..a39f69e 100644 Binary files a/_module/ncs/givegodtoken3.ncs and b/_module/ncs/givegodtoken3.ncs differ diff --git a/_module/ncs/givegodtoken4.ncs b/_module/ncs/givegodtoken4.ncs index 908dc86..243e5c1 100644 Binary files a/_module/ncs/givegodtoken4.ncs and b/_module/ncs/givegodtoken4.ncs differ diff --git a/_module/ncs/givegodtoken5.ncs b/_module/ncs/givegodtoken5.ncs index 398f26f..245c5d3 100644 Binary files a/_module/ncs/givegodtoken5.ncs and b/_module/ncs/givegodtoken5.ncs differ diff --git a/_module/ncs/givegodtoken7.ncs b/_module/ncs/givegodtoken7.ncs index fb9013c..a440046 100644 Binary files a/_module/ncs/givegodtoken7.ncs and b/_module/ncs/givegodtoken7.ncs differ diff --git a/_module/ncs/givegodtoken8.ncs b/_module/ncs/givegodtoken8.ncs index 2ebff9d..0af8d35 100644 Binary files a/_module/ncs/givegodtoken8.ncs and b/_module/ncs/givegodtoken8.ncs differ diff --git a/_module/ncs/givepcgodgear.ncs b/_module/ncs/givepcgodgear.ncs index b20e906..502bbb0 100644 Binary files a/_module/ncs/givepcgodgear.ncs and b/_module/ncs/givepcgodgear.ncs differ diff --git a/_module/ncs/givepcsocket.ncs b/_module/ncs/givepcsocket.ncs index d7ceb6d..9382529 100644 Binary files a/_module/ncs/givepcsocket.ncs and b/_module/ncs/givepcsocket.ncs differ diff --git a/_module/ncs/givepcsocket2.ncs b/_module/ncs/givepcsocket2.ncs index d7ceb6d..9382529 100644 Binary files a/_module/ncs/givepcsocket2.ncs and b/_module/ncs/givepcsocket2.ncs differ diff --git a/_module/ncs/givepcsockey.ncs b/_module/ncs/givepcsockey.ncs index 3174c0b..c6a6670 100644 Binary files a/_module/ncs/givepcsockey.ncs and b/_module/ncs/givepcsockey.ncs differ diff --git a/_module/ncs/givesocketgem1.ncs b/_module/ncs/givesocketgem1.ncs index 2b15dfc..03ce028 100644 Binary files a/_module/ncs/givesocketgem1.ncs and b/_module/ncs/givesocketgem1.ncs differ diff --git a/_module/ncs/givesocketgem10.ncs b/_module/ncs/givesocketgem10.ncs index 6933fd6..5e6aee6 100644 Binary files a/_module/ncs/givesocketgem10.ncs and b/_module/ncs/givesocketgem10.ncs differ diff --git a/_module/ncs/givesocketgem11.ncs b/_module/ncs/givesocketgem11.ncs index 9975ce7..a52631d 100644 Binary files a/_module/ncs/givesocketgem11.ncs and b/_module/ncs/givesocketgem11.ncs differ diff --git a/_module/ncs/givesocketgem12.ncs b/_module/ncs/givesocketgem12.ncs index 6db4552..e30ac1a 100644 Binary files a/_module/ncs/givesocketgem12.ncs and b/_module/ncs/givesocketgem12.ncs differ diff --git a/_module/ncs/givesocketgem13.ncs b/_module/ncs/givesocketgem13.ncs index ab1799e..dafcdde 100644 Binary files a/_module/ncs/givesocketgem13.ncs and b/_module/ncs/givesocketgem13.ncs differ diff --git a/_module/ncs/givesocketgem14.ncs b/_module/ncs/givesocketgem14.ncs index 7fc599c..9ad8e4c 100644 Binary files a/_module/ncs/givesocketgem14.ncs and b/_module/ncs/givesocketgem14.ncs differ diff --git a/_module/ncs/givesocketgem15.ncs b/_module/ncs/givesocketgem15.ncs index 0eee82a..a3f67c8 100644 Binary files a/_module/ncs/givesocketgem15.ncs and b/_module/ncs/givesocketgem15.ncs differ diff --git a/_module/ncs/givesocketgem16.ncs b/_module/ncs/givesocketgem16.ncs index 8912491..e14ce1b 100644 Binary files a/_module/ncs/givesocketgem16.ncs and b/_module/ncs/givesocketgem16.ncs differ diff --git a/_module/ncs/givesocketgem17.ncs b/_module/ncs/givesocketgem17.ncs index b8293e0..59fa17b 100644 Binary files a/_module/ncs/givesocketgem17.ncs and b/_module/ncs/givesocketgem17.ncs differ diff --git a/_module/ncs/givesocketgem18.ncs b/_module/ncs/givesocketgem18.ncs index bdcad6d..0fee18f 100644 Binary files a/_module/ncs/givesocketgem18.ncs and b/_module/ncs/givesocketgem18.ncs differ diff --git a/_module/ncs/givesocketgem2.ncs b/_module/ncs/givesocketgem2.ncs index 512496e..9e17915 100644 Binary files a/_module/ncs/givesocketgem2.ncs and b/_module/ncs/givesocketgem2.ncs differ diff --git a/_module/ncs/givesocketgem20.ncs b/_module/ncs/givesocketgem20.ncs index 2ec47ae..275d6ee 100644 Binary files a/_module/ncs/givesocketgem20.ncs and b/_module/ncs/givesocketgem20.ncs differ diff --git a/_module/ncs/givesocketgem21.ncs b/_module/ncs/givesocketgem21.ncs index 4b35641..954639d 100644 Binary files a/_module/ncs/givesocketgem21.ncs and b/_module/ncs/givesocketgem21.ncs differ diff --git a/_module/ncs/givesocketgem22.ncs b/_module/ncs/givesocketgem22.ncs index 356a112..e48840e 100644 Binary files a/_module/ncs/givesocketgem22.ncs and b/_module/ncs/givesocketgem22.ncs differ diff --git a/_module/ncs/givesocketgem23.ncs b/_module/ncs/givesocketgem23.ncs index 36b9919..4d94d27 100644 Binary files a/_module/ncs/givesocketgem23.ncs and b/_module/ncs/givesocketgem23.ncs differ diff --git a/_module/ncs/givesocketgem24.ncs b/_module/ncs/givesocketgem24.ncs index 367bf7f..00b13e0 100644 Binary files a/_module/ncs/givesocketgem24.ncs and b/_module/ncs/givesocketgem24.ncs differ diff --git a/_module/ncs/givesocketgem3.ncs b/_module/ncs/givesocketgem3.ncs index d24941f..f2c3ab8 100644 Binary files a/_module/ncs/givesocketgem3.ncs and b/_module/ncs/givesocketgem3.ncs differ diff --git a/_module/ncs/givesocketgem30.ncs b/_module/ncs/givesocketgem30.ncs index cc6cd8a..826ba00 100644 Binary files a/_module/ncs/givesocketgem30.ncs and b/_module/ncs/givesocketgem30.ncs differ diff --git a/_module/ncs/givesocketgem31.ncs b/_module/ncs/givesocketgem31.ncs index b0e6bfb..bb9807c 100644 Binary files a/_module/ncs/givesocketgem31.ncs and b/_module/ncs/givesocketgem31.ncs differ diff --git a/_module/ncs/givesocketgem32.ncs b/_module/ncs/givesocketgem32.ncs index 19b1181..62465d8 100644 Binary files a/_module/ncs/givesocketgem32.ncs and b/_module/ncs/givesocketgem32.ncs differ diff --git a/_module/ncs/givesocketgem33.ncs b/_module/ncs/givesocketgem33.ncs index 6a22e72..d6468c7 100644 Binary files a/_module/ncs/givesocketgem33.ncs and b/_module/ncs/givesocketgem33.ncs differ diff --git a/_module/ncs/givesocketgem34.ncs b/_module/ncs/givesocketgem34.ncs index 965c35b..e4a5dfc 100644 Binary files a/_module/ncs/givesocketgem34.ncs and b/_module/ncs/givesocketgem34.ncs differ diff --git a/_module/ncs/givesocketgem35.ncs b/_module/ncs/givesocketgem35.ncs index 93d4d1a..7341490 100644 Binary files a/_module/ncs/givesocketgem35.ncs and b/_module/ncs/givesocketgem35.ncs differ diff --git a/_module/ncs/givesocketgem4.ncs b/_module/ncs/givesocketgem4.ncs index d716c13..26b2a63 100644 Binary files a/_module/ncs/givesocketgem4.ncs and b/_module/ncs/givesocketgem4.ncs differ diff --git a/_module/ncs/givesocketgem5.ncs b/_module/ncs/givesocketgem5.ncs index a3c8d16..718d6c9 100644 Binary files a/_module/ncs/givesocketgem5.ncs and b/_module/ncs/givesocketgem5.ncs differ diff --git a/_module/ncs/givesocketgem6.ncs b/_module/ncs/givesocketgem6.ncs index 754eb43..c6491e4 100644 Binary files a/_module/ncs/givesocketgem6.ncs and b/_module/ncs/givesocketgem6.ncs differ diff --git a/_module/ncs/givesocketgem7.ncs b/_module/ncs/givesocketgem7.ncs index 917549a..33eaff3 100644 Binary files a/_module/ncs/givesocketgem7.ncs and b/_module/ncs/givesocketgem7.ncs differ diff --git a/_module/ncs/givesocketgem8.ncs b/_module/ncs/givesocketgem8.ncs index dec749f..4d5bb56 100644 Binary files a/_module/ncs/givesocketgem8.ncs and b/_module/ncs/givesocketgem8.ncs differ diff --git a/_module/ncs/givesocketgem9.ncs b/_module/ncs/givesocketgem9.ncs index 1846645..194b35f 100644 Binary files a/_module/ncs/givesocketgem9.ncs and b/_module/ncs/givesocketgem9.ncs differ diff --git a/_module/ncs/givesocketgems93.ncs b/_module/ncs/givesocketgems93.ncs index 089368f..c9ab138 100644 Binary files a/_module/ncs/givesocketgems93.ncs and b/_module/ncs/givesocketgems93.ncs differ diff --git a/_module/ncs/givesockey3.ncs b/_module/ncs/givesockey3.ncs index be4a5d6..7f12d35 100644 Binary files a/_module/ncs/givesockey3.ncs and b/_module/ncs/givesockey3.ncs differ diff --git a/_module/ncs/godbuff1.ncs b/_module/ncs/godbuff1.ncs index def472e..a6ba66e 100644 Binary files a/_module/ncs/godbuff1.ncs and b/_module/ncs/godbuff1.ncs differ diff --git a/_module/ncs/goddoordkeychk.ncs b/_module/ncs/goddoordkeychk.ncs index ad886da..adf4749 100644 Binary files a/_module/ncs/goddoordkeychk.ncs and b/_module/ncs/goddoordkeychk.ncs differ diff --git a/_module/ncs/godgetskeytrigg.ncs b/_module/ncs/godgetskeytrigg.ncs index 53116aa..4b79761 100644 Binary files a/_module/ncs/godgetskeytrigg.ncs and b/_module/ncs/godgetskeytrigg.ncs differ diff --git a/_module/ncs/godlyitem23.ncs b/_module/ncs/godlyitem23.ncs index 1abfd92..c4ccc17 100644 Binary files a/_module/ncs/godlyitem23.ncs and b/_module/ncs/godlyitem23.ncs differ diff --git a/_module/ncs/godmark6.ncs b/_module/ncs/godmark6.ncs index 97f648c..d6df393 100644 Binary files a/_module/ncs/godmark6.ncs and b/_module/ncs/godmark6.ncs differ diff --git a/_module/ncs/goldcheck1.ncs b/_module/ncs/goldcheck1.ncs index 8475f1a..6de914b 100644 Binary files a/_module/ncs/goldcheck1.ncs and b/_module/ncs/goldcheck1.ncs differ diff --git a/_module/ncs/goldcheck2.ncs b/_module/ncs/goldcheck2.ncs index f5ec83b..7f9e1a5 100644 Binary files a/_module/ncs/goldcheck2.ncs and b/_module/ncs/goldcheck2.ncs differ diff --git a/_module/ncs/goldcheck3.ncs b/_module/ncs/goldcheck3.ncs index 92af964..b697de6 100644 Binary files a/_module/ncs/goldcheck3.ncs and b/_module/ncs/goldcheck3.ncs differ diff --git a/_module/ncs/goldcheck4.ncs b/_module/ncs/goldcheck4.ncs index 2b4d28e..21fc709 100644 Binary files a/_module/ncs/goldcheck4.ncs and b/_module/ncs/goldcheck4.ncs differ diff --git a/_module/ncs/goldcheckbro1.ncs b/_module/ncs/goldcheckbro1.ncs index d5ac41a..47917a9 100644 Binary files a/_module/ncs/goldcheckbro1.ncs and b/_module/ncs/goldcheckbro1.ncs differ diff --git a/_module/ncs/goldcheckhenchtk.ncs b/_module/ncs/goldcheckhenchtk.ncs index f31be17..6cf9f61 100644 Binary files a/_module/ncs/goldcheckhenchtk.ncs and b/_module/ncs/goldcheckhenchtk.ncs differ diff --git a/_module/ncs/goldchekbrothel2.ncs b/_module/ncs/goldchekbrothel2.ncs index bf94a7c..4b6ac99 100644 Binary files a/_module/ncs/goldchekbrothel2.ncs and b/_module/ncs/goldchekbrothel2.ncs differ diff --git a/_module/ncs/grtelementpot.ncs b/_module/ncs/grtelementpot.ncs index fdac098..f25cacd 100644 Binary files a/_module/ncs/grtelementpot.ncs and b/_module/ncs/grtelementpot.ncs differ diff --git a/_module/ncs/guido.ncs b/_module/ncs/guido.ncs index ea03c7f..aae3bce 100644 Binary files a/_module/ncs/guido.ncs and b/_module/ncs/guido.ncs differ diff --git a/_module/ncs/guild_door.ncs b/_module/ncs/guild_door.ncs index c4e1d13..d4515a3 100644 Binary files a/_module/ncs/guild_door.ncs and b/_module/ncs/guild_door.ncs differ diff --git a/_module/ncs/guildbootspc.ncs b/_module/ncs/guildbootspc.ncs index e162b33..5498bb4 100644 Binary files a/_module/ncs/guildbootspc.ncs and b/_module/ncs/guildbootspc.ncs differ diff --git a/_module/ncs/guildsbow.ncs b/_module/ncs/guildsbow.ncs index fdac098..f25cacd 100644 Binary files a/_module/ncs/guildsbow.ncs and b/_module/ncs/guildsbow.ncs differ diff --git a/_module/ncs/guildstone.ncs b/_module/ncs/guildstone.ncs index fdac098..f25cacd 100644 Binary files a/_module/ncs/guildstone.ncs and b/_module/ncs/guildstone.ncs differ diff --git a/_module/ncs/guilesbuff1.ncs b/_module/ncs/guilesbuff1.ncs index 18f205c..22e8d41 100644 Binary files a/_module/ncs/guilesbuff1.ncs and b/_module/ncs/guilesbuff1.ncs differ diff --git a/_module/ncs/guilesdmblade.ncs b/_module/ncs/guilesdmblade.ncs index fdac098..f25cacd 100644 Binary files a/_module/ncs/guilesdmblade.ncs and b/_module/ncs/guilesdmblade.ncs differ diff --git a/_module/ncs/guilesplanargate.ncs b/_module/ncs/guilesplanargate.ncs index 962d755..97cd87b 100644 Binary files a/_module/ncs/guilesplanargate.ncs and b/_module/ncs/guilesplanargate.ncs differ diff --git a/_module/ncs/guilestatuescrpt.ncs b/_module/ncs/guilestatuescrpt.ncs index 3be22fa..98b8fde 100644 Binary files a/_module/ncs/guilestatuescrpt.ncs and b/_module/ncs/guilestatuescrpt.ncs differ diff --git a/_module/ncs/guileteleportspc.ncs b/_module/ncs/guileteleportspc.ncs index 442efd4..0162d2f 100644 Binary files a/_module/ncs/guileteleportspc.ncs and b/_module/ncs/guileteleportspc.ncs differ diff --git a/_module/ncs/hackerkillscript.ncs b/_module/ncs/hackerkillscript.ncs index dfa83c6..99fb0fe 100644 Binary files a/_module/ncs/hackerkillscript.ncs and b/_module/ncs/hackerkillscript.ncs differ diff --git a/_module/ncs/hackersenttohell.ncs b/_module/ncs/hackersenttohell.ncs index 0313863..2e61bee 100644 Binary files a/_module/ncs/hackersenttohell.ncs and b/_module/ncs/hackersenttohell.ncs differ diff --git a/_module/ncs/hag_yes.ncs b/_module/ncs/hag_yes.ncs index 90455f3..c0221b6 100644 Binary files a/_module/ncs/hag_yes.ncs and b/_module/ncs/hag_yes.ncs differ diff --git a/_module/ncs/handgivesitem.ncs b/_module/ncs/handgivesitem.ncs index d6f7c5e..315e4d8 100644 Binary files a/_module/ncs/handgivesitem.ncs and b/_module/ncs/handgivesitem.ncs differ diff --git a/_module/ncs/has_xp.ncs b/_module/ncs/has_xp.ncs index c60baa6..f3d04d4 100644 Binary files a/_module/ncs/has_xp.ncs and b/_module/ncs/has_xp.ncs differ diff --git a/_module/ncs/hc_grenade.ncs b/_module/ncs/hc_grenade.ncs index f97dbe4..824a6c5 100644 Binary files a/_module/ncs/hc_grenade.ncs and b/_module/ncs/hc_grenade.ncs differ diff --git a/_module/ncs/healworshiper.ncs b/_module/ncs/healworshiper.ncs index 9cd4726..1ec8279 100644 Binary files a/_module/ncs/healworshiper.ncs and b/_module/ncs/healworshiper.ncs differ diff --git a/_module/ncs/heartstone.ncs b/_module/ncs/heartstone.ncs index fdac098..f25cacd 100644 Binary files a/_module/ncs/heartstone.ncs and b/_module/ncs/heartstone.ncs differ diff --git a/_module/ncs/heavensportspc3.ncs b/_module/ncs/heavensportspc3.ncs index 092277a..e410acf 100644 Binary files a/_module/ncs/heavensportspc3.ncs and b/_module/ncs/heavensportspc3.ncs differ diff --git a/_module/ncs/hellrod.ncs b/_module/ncs/hellrod.ncs index 43c991c..758d98c 100644 Binary files a/_module/ncs/hellrod.ncs and b/_module/ncs/hellrod.ncs differ diff --git a/_module/ncs/helzchestkilzpc.ncs b/_module/ncs/helzchestkilzpc.ncs index 6603368..9ac91ba 100644 Binary files a/_module/ncs/helzchestkilzpc.ncs and b/_module/ncs/helzchestkilzpc.ncs differ diff --git a/_module/ncs/henchlvlcheck.ncs b/_module/ncs/henchlvlcheck.ncs index 0d0bed7..c11b2ad 100644 Binary files a/_module/ncs/henchlvlcheck.ncs and b/_module/ncs/henchlvlcheck.ncs differ diff --git a/_module/ncs/henchrezscript.ncs b/_module/ncs/henchrezscript.ncs index 7f59ffe..846a1a3 100644 Binary files a/_module/ncs/henchrezscript.ncs and b/_module/ncs/henchrezscript.ncs differ diff --git a/_module/ncs/herocrystal44.ncs b/_module/ncs/herocrystal44.ncs index fdac098..f25cacd 100644 Binary files a/_module/ncs/herocrystal44.ncs and b/_module/ncs/herocrystal44.ncs differ diff --git a/_module/ncs/herodoorlocks.ncs b/_module/ncs/herodoorlocks.ncs index dc74c6c..d9e8fe8 100644 Binary files a/_module/ncs/herodoorlocks.ncs and b/_module/ncs/herodoorlocks.ncs differ diff --git a/_module/ncs/herodoorlocks2.ncs b/_module/ncs/herodoorlocks2.ncs index 00ef9c7..db08c94 100644 Binary files a/_module/ncs/herodoorlocks2.ncs and b/_module/ncs/herodoorlocks2.ncs differ diff --git a/_module/ncs/herodoorlocks3.ncs b/_module/ncs/herodoorlocks3.ncs index 0ed82fb..85a5834 100644 Binary files a/_module/ncs/herodoorlocks3.ncs and b/_module/ncs/herodoorlocks3.ncs differ diff --git a/_module/ncs/heroportalscrpt.ncs b/_module/ncs/heroportalscrpt.ncs index eb6af7b..65272f0 100644 Binary files a/_module/ncs/heroportalscrpt.ncs and b/_module/ncs/heroportalscrpt.ncs differ diff --git a/_module/ncs/herostatueused.ncs b/_module/ncs/herostatueused.ncs index db3b8b1..45f00b6 100644 Binary files a/_module/ncs/herostatueused.ncs and b/_module/ncs/herostatueused.ncs differ diff --git a/_module/ncs/hgll_client_exit.ncs b/_module/ncs/hgll_client_exit.ncs index 7275b3c..02319df 100644 Binary files a/_module/ncs/hgll_client_exit.ncs and b/_module/ncs/hgll_client_exit.ncs differ diff --git a/_module/ncs/hgll_cliententer.ncs b/_module/ncs/hgll_cliententer.ncs index 05bd994..696221b 100644 Binary files a/_module/ncs/hgll_cliententer.ncs and b/_module/ncs/hgll_cliententer.ncs differ diff --git a/_module/ncs/hgll_dlg_leveler.ncs b/_module/ncs/hgll_dlg_leveler.ncs index 7b14564..490aae1 100644 Binary files a/_module/ncs/hgll_dlg_leveler.ncs and b/_module/ncs/hgll_dlg_leveler.ncs differ diff --git a/_module/ncs/hgll_featlist_01.ncs b/_module/ncs/hgll_featlist_01.ncs index 61b24e0..fa49dc3 100644 Binary files a/_module/ncs/hgll_featlist_01.ncs and b/_module/ncs/hgll_featlist_01.ncs differ diff --git a/_module/ncs/hgll_featlist_02.ncs b/_module/ncs/hgll_featlist_02.ncs index c5ff79f..b961224 100644 Binary files a/_module/ncs/hgll_featlist_02.ncs and b/_module/ncs/hgll_featlist_02.ncs differ diff --git a/_module/ncs/hgll_featlist_03.ncs b/_module/ncs/hgll_featlist_03.ncs index 84204ce..84401fa 100644 Binary files a/_module/ncs/hgll_featlist_03.ncs and b/_module/ncs/hgll_featlist_03.ncs differ diff --git a/_module/ncs/hgll_featlist_04.ncs b/_module/ncs/hgll_featlist_04.ncs index b8a6bb9..560cd1f 100644 Binary files a/_module/ncs/hgll_featlist_04.ncs and b/_module/ncs/hgll_featlist_04.ncs differ diff --git a/_module/ncs/hgll_featlist_05.ncs b/_module/ncs/hgll_featlist_05.ncs index 1574ffe..9ae5537 100644 Binary files a/_module/ncs/hgll_featlist_05.ncs and b/_module/ncs/hgll_featlist_05.ncs differ diff --git a/_module/ncs/hgll_featlist_06.ncs b/_module/ncs/hgll_featlist_06.ncs index b227e6b..1791781 100644 Binary files a/_module/ncs/hgll_featlist_06.ncs and b/_module/ncs/hgll_featlist_06.ncs differ diff --git a/_module/ncs/hgll_featlist_07.ncs b/_module/ncs/hgll_featlist_07.ncs index 8501b72..2065292 100644 Binary files a/_module/ncs/hgll_featlist_07.ncs and b/_module/ncs/hgll_featlist_07.ncs differ diff --git a/_module/ncs/hgll_featlist_08.ncs b/_module/ncs/hgll_featlist_08.ncs index 515fa34..efff0d0 100644 Binary files a/_module/ncs/hgll_featlist_08.ncs and b/_module/ncs/hgll_featlist_08.ncs differ diff --git a/_module/ncs/hgll_featlist_09.ncs b/_module/ncs/hgll_featlist_09.ncs index 6c85d58..81dd433 100644 Binary files a/_module/ncs/hgll_featlist_09.ncs and b/_module/ncs/hgll_featlist_09.ncs differ diff --git a/_module/ncs/hgll_featlist_10.ncs b/_module/ncs/hgll_featlist_10.ncs index 0f103c9..abba551 100644 Binary files a/_module/ncs/hgll_featlist_10.ncs and b/_module/ncs/hgll_featlist_10.ncs differ diff --git a/_module/ncs/hgll_featlist_11.ncs b/_module/ncs/hgll_featlist_11.ncs index c73ca02..aa0a6ae 100644 Binary files a/_module/ncs/hgll_featlist_11.ncs and b/_module/ncs/hgll_featlist_11.ncs differ diff --git a/_module/ncs/hgll_lvl_area_en.ncs b/_module/ncs/hgll_lvl_area_en.ncs index af09980..13bf20a 100644 Binary files a/_module/ncs/hgll_lvl_area_en.ncs and b/_module/ncs/hgll_lvl_area_en.ncs differ diff --git a/_module/ncs/hgll_lvl_portal.ncs b/_module/ncs/hgll_lvl_portal.ncs index 2a582df..9d1af8f 100644 Binary files a/_module/ncs/hgll_lvl_portal.ncs and b/_module/ncs/hgll_lvl_portal.ncs differ diff --git a/_module/ncs/hgll_start_dlg.ncs b/_module/ncs/hgll_start_dlg.ncs index cc2a9ca..4f93e21 100644 Binary files a/_module/ncs/hgll_start_dlg.ncs and b/_module/ncs/hgll_start_dlg.ncs differ diff --git a/_module/ncs/hierarchydrow.ncs b/_module/ncs/hierarchydrow.ncs index 62902ec..a5c177e 100644 Binary files a/_module/ncs/hierarchydrow.ncs and b/_module/ncs/hierarchydrow.ncs differ diff --git a/_module/ncs/homagicportaljmp.ncs b/_module/ncs/homagicportaljmp.ncs index 39c0d35..7f02513 100644 Binary files a/_module/ncs/homagicportaljmp.ncs and b/_module/ncs/homagicportaljmp.ncs differ diff --git a/_module/ncs/home.ncs b/_module/ncs/home.ncs index 4710031..a05b881 100644 Binary files a/_module/ncs/home.ncs and b/_module/ncs/home.ncs differ diff --git a/_module/ncs/horrordeath.ncs b/_module/ncs/horrordeath.ncs index d1b3f27..3f87311 100644 Binary files a/_module/ncs/horrordeath.ncs and b/_module/ncs/horrordeath.ncs differ diff --git a/_module/ncs/horrordying.ncs b/_module/ncs/horrordying.ncs index e7f7da6..8bf05a8 100644 Binary files a/_module/ncs/horrordying.ncs and b/_module/ncs/horrordying.ncs differ diff --git a/_module/ncs/hp.ncs b/_module/ncs/hp.ncs index cdd9d1f..2b3b9b4 100644 Binary files a/_module/ncs/hp.ncs and b/_module/ncs/hp.ncs differ diff --git a/_module/ncs/humsac.ncs b/_module/ncs/humsac.ncs index 2dc10dd..6297753 100644 Binary files a/_module/ncs/humsac.ncs and b/_module/ncs/humsac.ncs differ diff --git a/_module/ncs/icheat.ncs b/_module/ncs/icheat.ncs index 510aaef..569ce96 100644 Binary files a/_module/ncs/icheat.ncs and b/_module/ncs/icheat.ncs differ diff --git a/_module/ncs/idallitemsofpc.ncs b/_module/ncs/idallitemsofpc.ncs index d594931..037d5b0 100644 Binary files a/_module/ncs/idallitemsofpc.ncs and b/_module/ncs/idallitemsofpc.ncs differ diff --git a/_module/ncs/idcust_acolor1.ncs b/_module/ncs/idcust_acolor1.ncs index 2d66cd0..8eaa133 100644 Binary files a/_module/ncs/idcust_acolor1.ncs and b/_module/ncs/idcust_acolor1.ncs differ diff --git a/_module/ncs/idcust_acolor2.ncs b/_module/ncs/idcust_acolor2.ncs index d366d83..1854139 100644 Binary files a/_module/ncs/idcust_acolor2.ncs and b/_module/ncs/idcust_acolor2.ncs differ diff --git a/_module/ncs/idcust_acolor3.ncs b/_module/ncs/idcust_acolor3.ncs index 7b0826a..bb9eb62 100644 Binary files a/_module/ncs/idcust_acolor3.ncs and b/_module/ncs/idcust_acolor3.ncs differ diff --git a/_module/ncs/idcust_acolor4.ncs b/_module/ncs/idcust_acolor4.ncs index c175d78..deb9f4e 100644 Binary files a/_module/ncs/idcust_acolor4.ncs and b/_module/ncs/idcust_acolor4.ncs differ diff --git a/_module/ncs/idcust_acolor5.ncs b/_module/ncs/idcust_acolor5.ncs index f8c89f0..d39f298 100644 Binary files a/_module/ncs/idcust_acolor5.ncs and b/_module/ncs/idcust_acolor5.ncs differ diff --git a/_module/ncs/idcust_acolor6.ncs b/_module/ncs/idcust_acolor6.ncs index b92860f..e40e4f2 100644 Binary files a/_module/ncs/idcust_acolor6.ncs and b/_module/ncs/idcust_acolor6.ncs differ diff --git a/_module/ncs/idcust_inititem.ncs b/_module/ncs/idcust_inititem.ncs index c87e86d..bd6ea26 100644 Binary files a/_module/ncs/idcust_inititem.ncs and b/_module/ncs/idcust_inititem.ncs differ diff --git a/_module/ncs/idcust_lefthand.ncs b/_module/ncs/idcust_lefthand.ncs index 1c4ebc3..90d0d69 100644 Binary files a/_module/ncs/idcust_lefthand.ncs and b/_module/ncs/idcust_lefthand.ncs differ diff --git a/_module/ncs/idcust_modbelt.ncs b/_module/ncs/idcust_modbelt.ncs index 6617ee6..b4e31dc 100644 Binary files a/_module/ncs/idcust_modbelt.ncs and b/_module/ncs/idcust_modbelt.ncs differ diff --git a/_module/ncs/idcust_modcloak.ncs b/_module/ncs/idcust_modcloak.ncs index 453c500..bfb8e60 100644 Binary files a/_module/ncs/idcust_modcloak.ncs and b/_module/ncs/idcust_modcloak.ncs differ diff --git a/_module/ncs/idcust_modfeet.ncs b/_module/ncs/idcust_modfeet.ncs index d7164c9..5748d6e 100644 Binary files a/_module/ncs/idcust_modfeet.ncs and b/_module/ncs/idcust_modfeet.ncs differ diff --git a/_module/ncs/idcust_modhelmet.ncs b/_module/ncs/idcust_modhelmet.ncs index 531164e..fdb4968 100644 Binary files a/_module/ncs/idcust_modhelmet.ncs and b/_module/ncs/idcust_modhelmet.ncs differ diff --git a/_module/ncs/idcust_modlbicep.ncs b/_module/ncs/idcust_modlbicep.ncs index 3c906c6..7f53459 100644 Binary files a/_module/ncs/idcust_modlbicep.ncs and b/_module/ncs/idcust_modlbicep.ncs differ diff --git a/_module/ncs/idcust_modlforar.ncs b/_module/ncs/idcust_modlforar.ncs index d80bde9..ad70a27 100644 Binary files a/_module/ncs/idcust_modlforar.ncs and b/_module/ncs/idcust_modlforar.ncs differ diff --git a/_module/ncs/idcust_modlhand.ncs b/_module/ncs/idcust_modlhand.ncs index 1f99299..3b5f202 100644 Binary files a/_module/ncs/idcust_modlhand.ncs and b/_module/ncs/idcust_modlhand.ncs differ diff --git a/_module/ncs/idcust_modlshoul.ncs b/_module/ncs/idcust_modlshoul.ncs index 04da603..bb6fb82 100644 Binary files a/_module/ncs/idcust_modlshoul.ncs and b/_module/ncs/idcust_modlshoul.ncs differ diff --git a/_module/ncs/idcust_modneck.ncs b/_module/ncs/idcust_modneck.ncs index 949b7ea..4f5e638 100644 Binary files a/_module/ncs/idcust_modneck.ncs and b/_module/ncs/idcust_modneck.ncs differ diff --git a/_module/ncs/idcust_modpelvis.ncs b/_module/ncs/idcust_modpelvis.ncs index e43ff84..0be7cbb 100644 Binary files a/_module/ncs/idcust_modpelvis.ncs and b/_module/ncs/idcust_modpelvis.ncs differ diff --git a/_module/ncs/idcust_modrbicep.ncs b/_module/ncs/idcust_modrbicep.ncs index 10285f6..ed4e187 100644 Binary files a/_module/ncs/idcust_modrbicep.ncs and b/_module/ncs/idcust_modrbicep.ncs differ diff --git a/_module/ncs/idcust_modrforar.ncs b/_module/ncs/idcust_modrforar.ncs index 069db33..68a1f7a 100644 Binary files a/_module/ncs/idcust_modrforar.ncs and b/_module/ncs/idcust_modrforar.ncs differ diff --git a/_module/ncs/idcust_modrhand.ncs b/_module/ncs/idcust_modrhand.ncs index fd92e7f..aab14dc 100644 Binary files a/_module/ncs/idcust_modrhand.ncs and b/_module/ncs/idcust_modrhand.ncs differ diff --git a/_module/ncs/idcust_modrobes.ncs b/_module/ncs/idcust_modrobes.ncs index 4700346..52c7f32 100644 Binary files a/_module/ncs/idcust_modrobes.ncs and b/_module/ncs/idcust_modrobes.ncs differ diff --git a/_module/ncs/idcust_modrshoul.ncs b/_module/ncs/idcust_modrshoul.ncs index bfe6d33..ea8698c 100644 Binary files a/_module/ncs/idcust_modrshoul.ncs and b/_module/ncs/idcust_modrshoul.ncs differ diff --git a/_module/ncs/idcust_modshin.ncs b/_module/ncs/idcust_modshin.ncs index 898b912..848e04d 100644 Binary files a/_module/ncs/idcust_modshin.ncs and b/_module/ncs/idcust_modshin.ncs differ diff --git a/_module/ncs/idcust_modthigh.ncs b/_module/ncs/idcust_modthigh.ncs index 6d11fbc..5556356 100644 Binary files a/_module/ncs/idcust_modthigh.ncs and b/_module/ncs/idcust_modthigh.ncs differ diff --git a/_module/ncs/idcust_modtorso.ncs b/_module/ncs/idcust_modtorso.ncs index 645656b..3cbf546 100644 Binary files a/_module/ncs/idcust_modtorso.ncs and b/_module/ncs/idcust_modtorso.ncs differ diff --git a/_module/ncs/idcust_modweapa.ncs b/_module/ncs/idcust_modweapa.ncs index 72f3736..19a73bf 100644 Binary files a/_module/ncs/idcust_modweapa.ncs and b/_module/ncs/idcust_modweapa.ncs differ diff --git a/_module/ncs/idcust_modweapb.ncs b/_module/ncs/idcust_modweapb.ncs index 2aad938..cba55ee 100644 Binary files a/_module/ncs/idcust_modweapb.ncs and b/_module/ncs/idcust_modweapb.ncs differ diff --git a/_module/ncs/idcust_modweapc.ncs b/_module/ncs/idcust_modweapc.ncs index ea3e202..2d04193 100644 Binary files a/_module/ncs/idcust_modweapc.ncs and b/_module/ncs/idcust_modweapc.ncs differ diff --git a/_module/ncs/idcust_nxthelmet.ncs b/_module/ncs/idcust_nxthelmet.ncs index a9aeac5..5598e5e 100644 Binary files a/_module/ncs/idcust_nxthelmet.ncs and b/_module/ncs/idcust_nxthelmet.ncs differ diff --git a/_module/ncs/idcust_prevbelt.ncs b/_module/ncs/idcust_prevbelt.ncs index 5a0945a..9d58591 100644 Binary files a/_module/ncs/idcust_prevbelt.ncs and b/_module/ncs/idcust_prevbelt.ncs differ diff --git a/_module/ncs/idcust_prevfeet.ncs b/_module/ncs/idcust_prevfeet.ncs index 458deda..42fac16 100644 Binary files a/_module/ncs/idcust_prevfeet.ncs and b/_module/ncs/idcust_prevfeet.ncs differ diff --git a/_module/ncs/idcust_prevlhand.ncs b/_module/ncs/idcust_prevlhand.ncs index dd350d3..85094c4 100644 Binary files a/_module/ncs/idcust_prevlhand.ncs and b/_module/ncs/idcust_prevlhand.ncs differ diff --git a/_module/ncs/idcust_prevlshld.ncs b/_module/ncs/idcust_prevlshld.ncs index 2200b1d..6566c6b 100644 Binary files a/_module/ncs/idcust_prevlshld.ncs and b/_module/ncs/idcust_prevlshld.ncs differ diff --git a/_module/ncs/idcust_prevneck.ncs b/_module/ncs/idcust_prevneck.ncs index 8f4f9a7..26bb511 100644 Binary files a/_module/ncs/idcust_prevneck.ncs and b/_module/ncs/idcust_prevneck.ncs differ diff --git a/_module/ncs/idcust_prevpelvs.ncs b/_module/ncs/idcust_prevpelvs.ncs index 201417b..38d0b9e 100644 Binary files a/_module/ncs/idcust_prevpelvs.ncs and b/_module/ncs/idcust_prevpelvs.ncs differ diff --git a/_module/ncs/idcust_prevrhand.ncs b/_module/ncs/idcust_prevrhand.ncs index aebd885..84713e9 100644 Binary files a/_module/ncs/idcust_prevrhand.ncs and b/_module/ncs/idcust_prevrhand.ncs differ diff --git a/_module/ncs/idcust_prevrobes.ncs b/_module/ncs/idcust_prevrobes.ncs index e868489..d202125 100644 Binary files a/_module/ncs/idcust_prevrobes.ncs and b/_module/ncs/idcust_prevrobes.ncs differ diff --git a/_module/ncs/idcust_prevrshdr.ncs b/_module/ncs/idcust_prevrshdr.ncs index ad05637..862fb30 100644 Binary files a/_module/ncs/idcust_prevrshdr.ncs and b/_module/ncs/idcust_prevrshdr.ncs differ diff --git a/_module/ncs/idcust_prevshin.ncs b/_module/ncs/idcust_prevshin.ncs index f606397..ea72ed4 100644 Binary files a/_module/ncs/idcust_prevshin.ncs and b/_module/ncs/idcust_prevshin.ncs differ diff --git a/_module/ncs/idcust_prevthigh.ncs b/_module/ncs/idcust_prevthigh.ncs index 9f987da..fe5799b 100644 Binary files a/_module/ncs/idcust_prevthigh.ncs and b/_module/ncs/idcust_prevthigh.ncs differ diff --git a/_module/ncs/idcust_prevtorso.ncs b/_module/ncs/idcust_prevtorso.ncs index 58e9286..4ef23f6 100644 Binary files a/_module/ncs/idcust_prevtorso.ncs and b/_module/ncs/idcust_prevtorso.ncs differ diff --git a/_module/ncs/idcust_prvhelmet.ncs b/_module/ncs/idcust_prvhelmet.ncs index 2596a86..2c7c0f0 100644 Binary files a/_module/ncs/idcust_prvhelmet.ncs and b/_module/ncs/idcust_prvhelmet.ncs differ diff --git a/_module/ncs/idcust_prvlbicep.ncs b/_module/ncs/idcust_prvlbicep.ncs index 6dcb046..1054aa7 100644 Binary files a/_module/ncs/idcust_prvlbicep.ncs and b/_module/ncs/idcust_prvlbicep.ncs differ diff --git a/_module/ncs/idcust_prvlforar.ncs b/_module/ncs/idcust_prvlforar.ncs index cb23bb9..624d6a7 100644 Binary files a/_module/ncs/idcust_prvlforar.ncs and b/_module/ncs/idcust_prvlforar.ncs differ diff --git a/_module/ncs/idcust_prvrbicep.ncs b/_module/ncs/idcust_prvrbicep.ncs index d3bd807..b032f56 100644 Binary files a/_module/ncs/idcust_prvrbicep.ncs and b/_module/ncs/idcust_prvrbicep.ncs differ diff --git a/_module/ncs/idcust_prvrforar.ncs b/_module/ncs/idcust_prvrforar.ncs index b4af890..4b872f4 100644 Binary files a/_module/ncs/idcust_prvrforar.ncs and b/_module/ncs/idcust_prvrforar.ncs differ diff --git a/_module/ncs/idcust_prvweapa.ncs b/_module/ncs/idcust_prvweapa.ncs index ca0c976..8906d67 100644 Binary files a/_module/ncs/idcust_prvweapa.ncs and b/_module/ncs/idcust_prvweapa.ncs differ diff --git a/_module/ncs/idcust_prvweapb.ncs b/_module/ncs/idcust_prvweapb.ncs index 5480da6..5c066ba 100644 Binary files a/_module/ncs/idcust_prvweapb.ncs and b/_module/ncs/idcust_prvweapb.ncs differ diff --git a/_module/ncs/idcust_prvweapc.ncs b/_module/ncs/idcust_prvweapc.ncs index 64f3a0b..26ca5e6 100644 Binary files a/_module/ncs/idcust_prvweapc.ncs and b/_module/ncs/idcust_prvweapc.ncs differ diff --git a/_module/ncs/idcust_rem_robe.ncs b/_module/ncs/idcust_rem_robe.ncs index 788f478..066a4c9 100644 Binary files a/_module/ncs/idcust_rem_robe.ncs and b/_module/ncs/idcust_rem_robe.ncs differ diff --git a/_module/ncs/idcust_righthand.ncs b/_module/ncs/idcust_righthand.ncs index a77bff6..959b981 100644 Binary files a/_module/ncs/idcust_righthand.ncs and b/_module/ncs/idcust_righthand.ncs differ diff --git a/_module/ncs/idcust_showstyle.ncs b/_module/ncs/idcust_showstyle.ncs index 008bab5..39185ef 100644 Binary files a/_module/ncs/idcust_showstyle.ncs and b/_module/ncs/idcust_showstyle.ncs differ diff --git a/_module/ncs/idcust_wcolora.ncs b/_module/ncs/idcust_wcolora.ncs index a0a923c..5747225 100644 Binary files a/_module/ncs/idcust_wcolora.ncs and b/_module/ncs/idcust_wcolora.ncs differ diff --git a/_module/ncs/idcust_wcolorb.ncs b/_module/ncs/idcust_wcolorb.ncs index 67ee83e..e1a139e 100644 Binary files a/_module/ncs/idcust_wcolorb.ncs and b/_module/ncs/idcust_wcolorb.ncs differ diff --git a/_module/ncs/idcust_wcolorc.ncs b/_module/ncs/idcust_wcolorc.ncs index 6ea10f5..60c9c88 100644 Binary files a/_module/ncs/idcust_wcolorc.ncs and b/_module/ncs/idcust_wcolorc.ncs differ diff --git a/_module/ncs/illithidbuff1.ncs b/_module/ncs/illithidbuff1.ncs index 6fa4992..5039203 100644 Binary files a/_module/ncs/illithidbuff1.ncs and b/_module/ncs/illithidbuff1.ncs differ diff --git a/_module/ncs/immotoken.ncs b/_module/ncs/immotoken.ncs index fdac098..f25cacd 100644 Binary files a/_module/ncs/immotoken.ncs and b/_module/ncs/immotoken.ncs differ diff --git a/_module/ncs/infoassistant.ncs b/_module/ncs/infoassistant.ncs index fdac098..f25cacd 100644 Binary files a/_module/ncs/infoassistant.ncs and b/_module/ncs/infoassistant.ncs differ diff --git a/_module/ncs/invroom_teleport.ncs b/_module/ncs/invroom_teleport.ncs index 0f4f4b5..00d7565 100644 Binary files a/_module/ncs/invroom_teleport.ncs and b/_module/ncs/invroom_teleport.ncs differ diff --git a/_module/ncs/is_epic.ncs b/_module/ncs/is_epic.ncs index 309232f..0676c80 100644 Binary files a/_module/ncs/is_epic.ncs and b/_module/ncs/is_epic.ncs differ diff --git a/_module/ncs/is_level_12.ncs b/_module/ncs/is_level_12.ncs index 1af6adc..26600c5 100644 Binary files a/_module/ncs/is_level_12.ncs and b/_module/ncs/is_level_12.ncs differ diff --git a/_module/ncs/isaspellcaster.ncs b/_module/ncs/isaspellcaster.ncs index d6844f5..bec318b 100644 Binary files a/_module/ncs/isaspellcaster.ncs and b/_module/ncs/isaspellcaster.ncs differ diff --git a/_module/ncs/ischaotic.ncs b/_module/ncs/ischaotic.ncs index f95f5c2..53815aa 100644 Binary files a/_module/ncs/ischaotic.ncs and b/_module/ncs/ischaotic.ncs differ diff --git a/_module/ncs/isholy.ncs b/_module/ncs/isholy.ncs index 33da330..ae20094 100644 Binary files a/_module/ncs/isholy.ncs and b/_module/ncs/isholy.ncs differ diff --git a/_module/ncs/islawful.ncs b/_module/ncs/islawful.ncs index 5b556af..fe0aa6e 100644 Binary files a/_module/ncs/islawful.ncs and b/_module/ncs/islawful.ncs differ diff --git a/_module/ncs/islvl10.ncs b/_module/ncs/islvl10.ncs index 8d79874..67de3ab 100644 Binary files a/_module/ncs/islvl10.ncs and b/_module/ncs/islvl10.ncs differ diff --git a/_module/ncs/islvl20.ncs b/_module/ncs/islvl20.ncs index 0d86924..830fe7b 100644 Binary files a/_module/ncs/islvl20.ncs and b/_module/ncs/islvl20.ncs differ diff --git a/_module/ncs/islvl30.ncs b/_module/ncs/islvl30.ncs index 0d0bed7..c11b2ad 100644 Binary files a/_module/ncs/islvl30.ncs and b/_module/ncs/islvl30.ncs differ diff --git a/_module/ncs/isunholy.ncs b/_module/ncs/isunholy.ncs index fec48ef..d329b11 100644 Binary files a/_module/ncs/isunholy.ncs and b/_module/ncs/isunholy.ncs differ diff --git a/_module/ncs/item_namer_oo.ncs b/_module/ncs/item_namer_oo.ncs index 8a1e425..3f5230e 100644 Binary files a/_module/ncs/item_namer_oo.ncs and b/_module/ncs/item_namer_oo.ncs differ diff --git a/_module/ncs/itemchangeout3.ncs b/_module/ncs/itemchangeout3.ncs index 9b8f509..c8d9c08 100644 Binary files a/_module/ncs/itemchangeout3.ncs and b/_module/ncs/itemchangeout3.ncs differ diff --git a/_module/ncs/itemchanger.ncs b/_module/ncs/itemchanger.ncs index fdac098..f25cacd 100644 Binary files a/_module/ncs/itemchanger.ncs and b/_module/ncs/itemchanger.ncs differ diff --git a/_module/ncs/itemseller.ncs b/_module/ncs/itemseller.ncs index fdac098..f25cacd 100644 Binary files a/_module/ncs/itemseller.ncs and b/_module/ncs/itemseller.ncs differ diff --git a/_module/ncs/itm_dmbodytailor.ncs b/_module/ncs/itm_dmbodytailor.ncs index 6dd09fa..8a85998 100644 Binary files a/_module/ncs/itm_dmbodytailor.ncs and b/_module/ncs/itm_dmbodytailor.ncs differ diff --git a/_module/ncs/itm_emotewand.ncs b/_module/ncs/itm_emotewand.ncs index 150fea1..b725f3a 100644 Binary files a/_module/ncs/itm_emotewand.ncs and b/_module/ncs/itm_emotewand.ncs differ diff --git a/_module/ncs/jackopenstore.ncs b/_module/ncs/jackopenstore.ncs index e9bd86f..ff536fa 100644 Binary files a/_module/ncs/jackopenstore.ncs and b/_module/ncs/jackopenstore.ncs differ diff --git a/_module/ncs/jail_yes.ncs b/_module/ncs/jail_yes.ncs index 4710031..a05b881 100644 Binary files a/_module/ncs/jail_yes.ncs and b/_module/ncs/jail_yes.ncs differ diff --git a/_module/ncs/jailbreak.ncs b/_module/ncs/jailbreak.ncs index 77ff7ce..5ad8283 100644 Binary files a/_module/ncs/jailbreak.ncs and b/_module/ncs/jailbreak.ncs differ diff --git a/_module/ncs/jailmessage.ncs b/_module/ncs/jailmessage.ncs index 252b42e..fd88343 100644 Binary files a/_module/ncs/jailmessage.ncs and b/_module/ncs/jailmessage.ncs differ diff --git a/_module/ncs/jailstripmessage.ncs b/_module/ncs/jailstripmessage.ncs index 979e41e..5b11a15 100644 Binary files a/_module/ncs/jailstripmessage.ncs and b/_module/ncs/jailstripmessage.ncs differ diff --git a/_module/ncs/journalspawn3.ncs b/_module/ncs/journalspawn3.ncs index 6dab1cb..1c08b87 100644 Binary files a/_module/ncs/journalspawn3.ncs and b/_module/ncs/journalspawn3.ncs differ diff --git a/_module/ncs/journaltrigger1.ncs b/_module/ncs/journaltrigger1.ncs index bbd6e8a..f8b2fd0 100644 Binary files a/_module/ncs/journaltrigger1.ncs and b/_module/ncs/journaltrigger1.ncs differ diff --git a/_module/ncs/journaltrigger2.ncs b/_module/ncs/journaltrigger2.ncs index 0382570..c38f3cc 100644 Binary files a/_module/ncs/journaltrigger2.ncs and b/_module/ncs/journaltrigger2.ncs differ diff --git a/_module/ncs/journaltrigger3.ncs b/_module/ncs/journaltrigger3.ncs index ae0c7eb..2682539 100644 Binary files a/_module/ncs/journaltrigger3.ncs and b/_module/ncs/journaltrigger3.ncs differ diff --git a/_module/ncs/journaltrigger4.ncs b/_module/ncs/journaltrigger4.ncs index 5d0c487..1c36332 100644 Binary files a/_module/ncs/journaltrigger4.ncs and b/_module/ncs/journaltrigger4.ncs differ diff --git a/_module/ncs/journaltrigger5.ncs b/_module/ncs/journaltrigger5.ncs index 25d60e6..1f1a9c4 100644 Binary files a/_module/ncs/journaltrigger5.ncs and b/_module/ncs/journaltrigger5.ncs differ diff --git a/_module/ncs/judgementscript.ncs b/_module/ncs/judgementscript.ncs index cede697..b86f428 100644 Binary files a/_module/ncs/judgementscript.ncs and b/_module/ncs/judgementscript.ncs differ diff --git a/_module/ncs/judgementtrigger.ncs b/_module/ncs/judgementtrigger.ncs index 521e3a9..cd865ba 100644 Binary files a/_module/ncs/judgementtrigger.ncs and b/_module/ncs/judgementtrigger.ncs differ diff --git a/_module/ncs/jumpball.ncs b/_module/ncs/jumpball.ncs index fdac098..f25cacd 100644 Binary files a/_module/ncs/jumpball.ncs and b/_module/ncs/jumpball.ncs differ diff --git a/_module/ncs/jumpdustrigg2.ncs b/_module/ncs/jumpdustrigg2.ncs index 0b7373d..b05efda 100644 Binary files a/_module/ncs/jumpdustrigg2.ncs and b/_module/ncs/jumpdustrigg2.ncs differ diff --git a/_module/ncs/jumpdusttrig.ncs b/_module/ncs/jumpdusttrig.ncs index 79ab7f3..05ffe43 100644 Binary files a/_module/ncs/jumpdusttrig.ncs and b/_module/ncs/jumpdusttrig.ncs differ diff --git a/_module/ncs/jumphighlvlhome.ncs b/_module/ncs/jumphighlvlhome.ncs index a814369..b053785 100644 Binary files a/_module/ncs/jumphighlvlhome.ncs and b/_module/ncs/jumphighlvlhome.ncs differ diff --git a/_module/ncs/jumplowbyhome.ncs b/_module/ncs/jumplowbyhome.ncs index e9dddf7..dc2d288 100644 Binary files a/_module/ncs/jumplowbyhome.ncs and b/_module/ncs/jumplowbyhome.ncs differ diff --git a/_module/ncs/jumplowbyhome2.ncs b/_module/ncs/jumplowbyhome2.ncs index df7c602..8a8af81 100644 Binary files a/_module/ncs/jumplowbyhome2.ncs and b/_module/ncs/jumplowbyhome2.ncs differ diff --git a/_module/ncs/jumplowlvlhome.ncs b/_module/ncs/jumplowlvlhome.ncs index e8498cd..13d572c 100644 Binary files a/_module/ncs/jumplowlvlhome.ncs and b/_module/ncs/jumplowlvlhome.ncs differ diff --git a/_module/ncs/jumplvl12home.ncs b/_module/ncs/jumplvl12home.ncs index 73e7f5d..19fefbe 100644 Binary files a/_module/ncs/jumplvl12home.ncs and b/_module/ncs/jumplvl12home.ncs differ diff --git a/_module/ncs/jumplvl14home.ncs b/_module/ncs/jumplvl14home.ncs index 173849a..c266ae3 100644 Binary files a/_module/ncs/jumplvl14home.ncs and b/_module/ncs/jumplvl14home.ncs differ diff --git a/_module/ncs/jumplvl18home.ncs b/_module/ncs/jumplvl18home.ncs index 8dc728e..638bfbe 100644 Binary files a/_module/ncs/jumplvl18home.ncs and b/_module/ncs/jumplvl18home.ncs differ diff --git a/_module/ncs/jumplvl20home.ncs b/_module/ncs/jumplvl20home.ncs index 2ebc38d..c42567b 100644 Binary files a/_module/ncs/jumplvl20home.ncs and b/_module/ncs/jumplvl20home.ncs differ diff --git a/_module/ncs/jumplvl24home.ncs b/_module/ncs/jumplvl24home.ncs index 77070c0..4f0856e 100644 Binary files a/_module/ncs/jumplvl24home.ncs and b/_module/ncs/jumplvl24home.ncs differ diff --git a/_module/ncs/jumplvl28home.ncs b/_module/ncs/jumplvl28home.ncs index dc5edac..3f7769b 100644 Binary files a/_module/ncs/jumplvl28home.ncs and b/_module/ncs/jumplvl28home.ncs differ diff --git a/_module/ncs/jumplvl8home.ncs b/_module/ncs/jumplvl8home.ncs index a814369..b053785 100644 Binary files a/_module/ncs/jumplvl8home.ncs and b/_module/ncs/jumplvl8home.ncs differ diff --git a/_module/ncs/jumpnonmonkhome.ncs b/_module/ncs/jumpnonmonkhome.ncs index 43b7c22..1682863 100644 Binary files a/_module/ncs/jumpnonmonkhome.ncs and b/_module/ncs/jumpnonmonkhome.ncs differ diff --git a/_module/ncs/keepopen.ncs b/_module/ncs/keepopen.ncs index c1ff087..db0c55e 100644 Binary files a/_module/ncs/keepopen.ncs and b/_module/ncs/keepopen.ncs differ diff --git a/_module/ncs/kill_looter.ncs b/_module/ncs/kill_looter.ncs index 3c8fc3d..c828f26 100644 Binary files a/_module/ncs/kill_looter.ncs and b/_module/ncs/kill_looter.ncs differ diff --git a/_module/ncs/kill_npcs.ncs b/_module/ncs/kill_npcs.ncs index f557199..c2eca80 100644 Binary files a/_module/ncs/kill_npcs.ncs and b/_module/ncs/kill_npcs.ncs differ diff --git a/_module/ncs/kopcwand.ncs b/_module/ncs/kopcwand.ncs index 71c5710..24d4ce3 100644 Binary files a/_module/ncs/kopcwand.ncs and b/_module/ncs/kopcwand.ncs differ diff --git a/_module/ncs/lapdancerstart.ncs b/_module/ncs/lapdancerstart.ncs index 6338ae3..b7c97f9 100644 Binary files a/_module/ncs/lapdancerstart.ncs and b/_module/ncs/lapdancerstart.ncs differ diff --git a/_module/ncs/lastwish.ncs b/_module/ncs/lastwish.ncs index 89bfbb3..92e5f47 100644 Binary files a/_module/ncs/lastwish.ncs and b/_module/ncs/lastwish.ncs differ diff --git a/_module/ncs/level1.ncs b/_module/ncs/level1.ncs index ce52f06..95da0a3 100644 Binary files a/_module/ncs/level1.ncs and b/_module/ncs/level1.ncs differ diff --git a/_module/ncs/level21check.ncs b/_module/ncs/level21check.ncs index 0d86924..830fe7b 100644 Binary files a/_module/ncs/level21check.ncs and b/_module/ncs/level21check.ncs differ diff --git a/_module/ncs/levelcheckscrpt3.ncs b/_module/ncs/levelcheckscrpt3.ncs index c8d1f97..5830a35 100644 Binary files a/_module/ncs/levelcheckscrpt3.ncs and b/_module/ncs/levelcheckscrpt3.ncs differ diff --git a/_module/ncs/levelertalks.ncs b/_module/ncs/levelertalks.ncs index 9ada5f6..a1cadb1 100644 Binary files a/_module/ncs/levelertalks.ncs and b/_module/ncs/levelertalks.ncs differ diff --git a/_module/ncs/leveltrigger.ncs b/_module/ncs/leveltrigger.ncs index beccff9..0d4ca0a 100644 Binary files a/_module/ncs/leveltrigger.ncs and b/_module/ncs/leveltrigger.ncs differ diff --git a/_module/ncs/levelupscript2.ncs b/_module/ncs/levelupscript2.ncs index af1404c..17a4c1c 100644 Binary files a/_module/ncs/levelupscript2.ncs and b/_module/ncs/levelupscript2.ncs differ diff --git a/_module/ncs/lichattackspc03.ncs b/_module/ncs/lichattackspc03.ncs index c2c6b10..228fd94 100644 Binary files a/_module/ncs/lichattackspc03.ncs and b/_module/ncs/lichattackspc03.ncs differ diff --git a/_module/ncs/lichtrigger1.ncs b/_module/ncs/lichtrigger1.ncs index 884d8ad..1111244 100644 Binary files a/_module/ncs/lichtrigger1.ncs and b/_module/ncs/lichtrigger1.ncs differ diff --git a/_module/ncs/lichtrigger3.ncs b/_module/ncs/lichtrigger3.ncs index d7b8103..ead5ea7 100644 Binary files a/_module/ncs/lichtrigger3.ncs and b/_module/ncs/lichtrigger3.ncs differ diff --git a/_module/ncs/lightningguide.ncs b/_module/ncs/lightningguide.ncs index b9209d7..1ecd263 100644 Binary files a/_module/ncs/lightningguide.ncs and b/_module/ncs/lightningguide.ncs differ diff --git a/_module/ncs/limbojumpportal.ncs b/_module/ncs/limbojumpportal.ncs index 4f99374..014ca33 100644 Binary files a/_module/ncs/limbojumpportal.ncs and b/_module/ncs/limbojumpportal.ncs differ diff --git a/_module/ncs/limboportal1.ncs b/_module/ncs/limboportal1.ncs index 6a5503b..275ec22 100644 Binary files a/_module/ncs/limboportal1.ncs and b/_module/ncs/limboportal1.ncs differ diff --git a/_module/ncs/listen_activate.ncs b/_module/ncs/listen_activate.ncs index 7aeb576..02ebc37 100644 Binary files a/_module/ncs/listen_activate.ncs and b/_module/ncs/listen_activate.ncs differ diff --git a/_module/ncs/listen_converse.ncs b/_module/ncs/listen_converse.ncs index 32702bf..e1275b7 100644 Binary files a/_module/ncs/listen_converse.ncs and b/_module/ncs/listen_converse.ncs differ diff --git a/_module/ncs/livingstatue37.ncs b/_module/ncs/livingstatue37.ncs index 9b90fb3..eeb90c1 100644 Binary files a/_module/ncs/livingstatue37.ncs and b/_module/ncs/livingstatue37.ncs differ diff --git a/_module/ncs/llothaltertriggr.ncs b/_module/ncs/llothaltertriggr.ncs index f802cbd..93b4adb 100644 Binary files a/_module/ncs/llothaltertriggr.ncs and b/_module/ncs/llothaltertriggr.ncs differ diff --git a/_module/ncs/lockdoorspec1.ncs b/_module/ncs/lockdoorspec1.ncs index 9340ad9..37d3949 100644 Binary files a/_module/ncs/lockdoorspec1.ncs and b/_module/ncs/lockdoorspec1.ncs differ diff --git a/_module/ncs/lockdoorspec2.ncs b/_module/ncs/lockdoorspec2.ncs index 28e33d8..15742fd 100644 Binary files a/_module/ncs/lockdoorspec2.ncs and b/_module/ncs/lockdoorspec2.ncs differ diff --git a/_module/ncs/lockdoorspec3.ncs b/_module/ncs/lockdoorspec3.ncs index 7bc6f4b..00bbd53 100644 Binary files a/_module/ncs/lockdoorspec3.ncs and b/_module/ncs/lockdoorspec3.ncs differ diff --git a/_module/ncs/lowloot3.ncs b/_module/ncs/lowloot3.ncs index 54d350f..0e0079e 100644 Binary files a/_module/ncs/lowloot3.ncs and b/_module/ncs/lowloot3.ncs differ diff --git a/_module/ncs/lvl40restriction.ncs b/_module/ncs/lvl40restriction.ncs index 7063aff..2762935 100644 Binary files a/_module/ncs/lvl40restriction.ncs and b/_module/ncs/lvl40restriction.ncs differ diff --git a/_module/ncs/lvlcheck30.ncs b/_module/ncs/lvlcheck30.ncs index 0d0bed7..c11b2ad 100644 Binary files a/_module/ncs/lvlcheck30.ncs and b/_module/ncs/lvlcheck30.ncs differ diff --git a/_module/ncs/lvlcheck4.ncs b/_module/ncs/lvlcheck4.ncs index 309232f..0676c80 100644 Binary files a/_module/ncs/lvlcheck4.ncs and b/_module/ncs/lvlcheck4.ncs differ diff --git a/_module/ncs/lvlcheck5.ncs b/_module/ncs/lvlcheck5.ncs index 0d0bed7..c11b2ad 100644 Binary files a/_module/ncs/lvlcheck5.ncs and b/_module/ncs/lvlcheck5.ncs differ diff --git a/_module/ncs/lvlcheckbyhench.ncs b/_module/ncs/lvlcheckbyhench.ncs index 7e72a29..30fb699 100644 Binary files a/_module/ncs/lvlcheckbyhench.ncs and b/_module/ncs/lvlcheckbyhench.ncs differ diff --git a/_module/ncs/lvljumpscript2.ncs b/_module/ncs/lvljumpscript2.ncs index f79e9f6..41c97db 100644 Binary files a/_module/ncs/lvljumpscript2.ncs and b/_module/ncs/lvljumpscript2.ncs differ diff --git a/_module/ncs/lvlupshoutscript.ncs b/_module/ncs/lvlupshoutscript.ncs index 86256f7..3835227 100644 Binary files a/_module/ncs/lvlupshoutscript.ncs and b/_module/ncs/lvlupshoutscript.ncs differ diff --git a/_module/ncs/m0q01a04friesgk3.ncs b/_module/ncs/m0q01a04friesgk3.ncs index a7ac3a3..4c8edbd 100644 Binary files a/_module/ncs/m0q01a04friesgk3.ncs and b/_module/ncs/m0q01a04friesgk3.ncs differ diff --git a/_module/ncs/m0q01a04guarsgk2.ncs b/_module/ncs/m0q01a04guarsgk2.ncs index 9cfab65..d8d7e1f 100644 Binary files a/_module/ncs/m0q01a04guarsgk2.ncs and b/_module/ncs/m0q01a04guarsgk2.ncs differ diff --git a/_module/ncs/m0q01a04guarsgk4.ncs b/_module/ncs/m0q01a04guarsgk4.ncs index 1f11b1a..1d42822 100644 Binary files a/_module/ncs/m0q01a04guarsgk4.ncs and b/_module/ncs/m0q01a04guarsgk4.ncs differ diff --git a/_module/ncs/m0q01a04guarsgk5.ncs b/_module/ncs/m0q01a04guarsgk5.ncs index 6e34ffa..377aa8d 100644 Binary files a/_module/ncs/m0q01a04guarsgk5.ncs and b/_module/ncs/m0q01a04guarsgk5.ncs differ diff --git a/_module/ncs/m0q01a05herbsck3.ncs b/_module/ncs/m0q01a05herbsck3.ncs index a4475f5..ad96db3 100644 Binary files a/_module/ncs/m0q01a05herbsck3.ncs and b/_module/ncs/m0q01a05herbsck3.ncs differ diff --git a/_module/ncs/m0q01a05herbsck5.ncs b/_module/ncs/m0q01a05herbsck5.ncs index dd2fd32..7e6326e 100644 Binary files a/_module/ncs/m0q01a05herbsck5.ncs and b/_module/ncs/m0q01a05herbsck5.ncs differ diff --git a/_module/ncs/m0q01a05herbsck6.ncs b/_module/ncs/m0q01a05herbsck6.ncs index 2fa5648..239f8fc 100644 Binary files a/_module/ncs/m0q01a05herbsck6.ncs and b/_module/ncs/m0q01a05herbsck6.ncs differ diff --git a/_module/ncs/m0q01a06chansgk3.ncs b/_module/ncs/m0q01a06chansgk3.ncs index bc29f43..ab5ce4b 100644 Binary files a/_module/ncs/m0q01a06chansgk3.ncs and b/_module/ncs/m0q01a06chansgk3.ncs differ diff --git a/_module/ncs/m0q01a06jaroelc2.ncs b/_module/ncs/m0q01a06jaroelc2.ncs index 3abc36e..eec945b 100644 Binary files a/_module/ncs/m0q01a06jaroelc2.ncs and b/_module/ncs/m0q01a06jaroelc2.ncs differ diff --git a/_module/ncs/m0q01a06jarosck3.ncs b/_module/ncs/m0q01a06jarosck3.ncs index 8c07718..47738ef 100644 Binary files a/_module/ncs/m0q01a06jarosck3.ncs and b/_module/ncs/m0q01a06jarosck3.ncs differ diff --git a/_module/ncs/m0q01a06jarosck6.ncs b/_module/ncs/m0q01a06jarosck6.ncs index 8804bb1..fb1d90e 100644 Binary files a/_module/ncs/m0q01a06jarosck6.ncs and b/_module/ncs/m0q01a06jarosck6.ncs differ diff --git a/_module/ncs/m0q01a07elynelc2.ncs b/_module/ncs/m0q01a07elynelc2.ncs index 1d90ae2..5515552 100644 Binary files a/_module/ncs/m0q01a07elynelc2.ncs and b/_module/ncs/m0q01a07elynelc2.ncs differ diff --git a/_module/ncs/m0q01a08kettsck3.ncs b/_module/ncs/m0q01a08kettsck3.ncs index b0c3167..f3568ba 100644 Binary files a/_module/ncs/m0q01a08kettsck3.ncs and b/_module/ncs/m0q01a08kettsck3.ncs differ diff --git a/_module/ncs/m0q01a08kettsck6.ncs b/_module/ncs/m0q01a08kettsck6.ncs index e90e298..bfc83f8 100644 Binary files a/_module/ncs/m0q01a08kettsck6.ncs and b/_module/ncs/m0q01a08kettsck6.ncs differ diff --git a/_module/ncs/m0q01a08kettsck8.ncs b/_module/ncs/m0q01a08kettsck8.ncs index 17f59f6..c8b567a 100644 Binary files a/_module/ncs/m0q01a08kettsck8.ncs and b/_module/ncs/m0q01a08kettsck8.ncs differ diff --git a/_module/ncs/m0q01a08kettsgk1.ncs b/_module/ncs/m0q01a08kettsgk1.ncs index 4ee81c7..a3b7f15 100644 Binary files a/_module/ncs/m0q01a08kettsgk1.ncs and b/_module/ncs/m0q01a08kettsgk1.ncs differ diff --git a/_module/ncs/m0q01herbfight.ncs b/_module/ncs/m0q01herbfight.ncs index 25e4297..2056b5d 100644 Binary files a/_module/ncs/m0q01herbfight.ncs and b/_module/ncs/m0q01herbfight.ncs differ diff --git a/_module/ncs/m0q0_archery_2.ncs b/_module/ncs/m0q0_archery_2.ncs index 1fa2fcd..9a8b6ca 100644 Binary files a/_module/ncs/m0q0_archery_2.ncs and b/_module/ncs/m0q0_archery_2.ncs differ diff --git a/_module/ncs/m0q0_chest_05_7.ncs b/_module/ncs/m0q0_chest_05_7.ncs index ad1cb03..c2886a2 100644 Binary files a/_module/ncs/m0q0_chest_05_7.ncs and b/_module/ncs/m0q0_chest_05_7.ncs differ diff --git a/_module/ncs/m0q0_statue_06_9.ncs b/_module/ncs/m0q0_statue_06_9.ncs index 9a53f0c..6f66c3f 100644 Binary files a/_module/ncs/m0q0_statue_06_9.ncs and b/_module/ncs/m0q0_statue_06_9.ncs differ diff --git a/_module/ncs/m1q0bdendclg01.ncs b/_module/ncs/m1q0bdendclg01.ncs index 20d572d..fb79ed7 100644 Binary files a/_module/ncs/m1q0bdendclg01.ncs and b/_module/ncs/m1q0bdendclg01.ncs differ diff --git a/_module/ncs/m1q0bdendy_5.ncs b/_module/ncs/m1q0bdendy_5.ncs index 633df60..c3eed3b 100644 Binary files a/_module/ncs/m1q0bdendy_5.ncs and b/_module/ncs/m1q0bdendy_5.ncs differ diff --git a/_module/ncs/m1q0bolgred_item.ncs b/_module/ncs/m1q0bolgred_item.ncs index 7dfe2ab..519d095 100644 Binary files a/_module/ncs/m1q0bolgred_item.ncs and b/_module/ncs/m1q0bolgred_item.ncs differ diff --git a/_module/ncs/m1q0bteach_item.ncs b/_module/ncs/m1q0bteach_item.ncs index f2679d3..8974fe3 100644 Binary files a/_module/ncs/m1q0bteach_item.ncs and b/_module/ncs/m1q0bteach_item.ncs differ diff --git a/_module/ncs/m1q0dchest1.ncs b/_module/ncs/m1q0dchest1.ncs index 392a6b3..6a6b11c 100644 Binary files a/_module/ncs/m1q0dchest1.ncs and b/_module/ncs/m1q0dchest1.ncs differ diff --git a/_module/ncs/m1q0dchest2.ncs b/_module/ncs/m1q0dchest2.ncs index 5d35469..cca6698 100644 Binary files a/_module/ncs/m1q0dchest2.ncs and b/_module/ncs/m1q0dchest2.ncs differ diff --git a/_module/ncs/m1q0dmage7.ncs b/_module/ncs/m1q0dmage7.ncs index aad7509..939845f 100644 Binary files a/_module/ncs/m1q0dmage7.ncs and b/_module/ncs/m1q0dmage7.ncs differ diff --git a/_module/ncs/m1q0dtoughgob7.ncs b/_module/ncs/m1q0dtoughgob7.ncs index cec1cb8..cae8292 100644 Binary files a/_module/ncs/m1q0dtoughgob7.ncs and b/_module/ncs/m1q0dtoughgob7.ncs differ diff --git a/_module/ncs/m1q1a03eltrclg01.ncs b/_module/ncs/m1q1a03eltrclg01.ncs index d0710e7..6998a14 100644 Binary files a/_module/ncs/m1q1a03eltrclg01.ncs and b/_module/ncs/m1q1a03eltrclg01.ncs differ diff --git a/_module/ncs/mageonly.ncs b/_module/ncs/mageonly.ncs index d1b0d01..48d2845 100644 Binary files a/_module/ncs/mageonly.ncs and b/_module/ncs/mageonly.ncs differ diff --git a/_module/ncs/mageonly2.ncs b/_module/ncs/mageonly2.ncs index 519a5bc..1cf6aca 100644 Binary files a/_module/ncs/mageonly2.ncs and b/_module/ncs/mageonly2.ncs differ diff --git a/_module/ncs/magicdoor21scrpt.ncs b/_module/ncs/magicdoor21scrpt.ncs index f9cc99e..1a5197f 100644 Binary files a/_module/ncs/magicdoor21scrpt.ncs and b/_module/ncs/magicdoor21scrpt.ncs differ diff --git a/_module/ncs/magicportaltrig1.ncs b/_module/ncs/magicportaltrig1.ncs index 4d1cd86..90754f6 100644 Binary files a/_module/ncs/magicportaltrig1.ncs and b/_module/ncs/magicportaltrig1.ncs differ diff --git a/_module/ncs/mercarmor.ncs b/_module/ncs/mercarmor.ncs index a2391ca..9f0110c 100644 Binary files a/_module/ncs/mercarmor.ncs and b/_module/ncs/mercarmor.ncs differ diff --git a/_module/ncs/meremtalks.ncs b/_module/ncs/meremtalks.ncs index 1a69ddc..3386fbc 100644 Binary files a/_module/ncs/meremtalks.ncs and b/_module/ncs/meremtalks.ncs differ diff --git a/_module/ncs/messagewarning.ncs b/_module/ncs/messagewarning.ncs index 0fd3ea8..9384a12 100644 Binary files a/_module/ncs/messagewarning.ncs and b/_module/ncs/messagewarning.ncs differ diff --git a/_module/ncs/minotaurdeth.ncs b/_module/ncs/minotaurdeth.ncs index a2122c9..fccc62a 100644 Binary files a/_module/ncs/minotaurdeth.ncs and b/_module/ncs/minotaurdeth.ncs differ diff --git a/_module/ncs/mirrorbuffsmage.ncs b/_module/ncs/mirrorbuffsmage.ncs index 08cd8e2..529f828 100644 Binary files a/_module/ncs/mirrorbuffsmage.ncs and b/_module/ncs/mirrorbuffsmage.ncs differ diff --git a/_module/ncs/missileson.ncs b/_module/ncs/missileson.ncs index c870096..9c9f9f1 100644 Binary files a/_module/ncs/missileson.ncs and b/_module/ncs/missileson.ncs differ diff --git a/_module/ncs/misslprotpot.ncs b/_module/ncs/misslprotpot.ncs index fdac098..f25cacd 100644 Binary files a/_module/ncs/misslprotpot.ncs and b/_module/ncs/misslprotpot.ncs differ diff --git a/_module/ncs/mod_shielda.ncs b/_module/ncs/mod_shielda.ncs index 260172b..53b041f 100644 Binary files a/_module/ncs/mod_shielda.ncs and b/_module/ncs/mod_shielda.ncs differ diff --git a/_module/ncs/modcliententer.ncs b/_module/ncs/modcliententer.ncs index d6bc62d..105ba4f 100644 Binary files a/_module/ncs/modcliententer.ncs and b/_module/ncs/modcliententer.ncs differ diff --git a/_module/ncs/modclientexit.ncs b/_module/ncs/modclientexit.ncs index bc9066b..b95838d 100644 Binary files a/_module/ncs/modclientexit.ncs and b/_module/ncs/modclientexit.ncs differ diff --git a/_module/ncs/modlevelup.ncs b/_module/ncs/modlevelup.ncs index 8388041..9f9c656 100644 Binary files a/_module/ncs/modlevelup.ncs and b/_module/ncs/modlevelup.ncs differ diff --git a/_module/ncs/modspawn.ncs b/_module/ncs/modspawn.ncs index e333d2d..ac657dc 100644 Binary files a/_module/ncs/modspawn.ncs and b/_module/ncs/modspawn.ncs differ diff --git a/_module/ncs/moduleheartbeat.ncs b/_module/ncs/moduleheartbeat.ncs index f26c62c..92a8f2f 100644 Binary files a/_module/ncs/moduleheartbeat.ncs and b/_module/ncs/moduleheartbeat.ncs differ diff --git a/_module/ncs/moduleload.ncs b/_module/ncs/moduleload.ncs index ab56671..bb51f86 100644 Binary files a/_module/ncs/moduleload.ncs and b/_module/ncs/moduleload.ncs differ diff --git a/_module/ncs/mordenkainensrin.ncs b/_module/ncs/mordenkainensrin.ncs index fdac098..f25cacd 100644 Binary files a/_module/ncs/mordenkainensrin.ncs and b/_module/ncs/mordenkainensrin.ncs differ diff --git a/_module/ncs/myhook.ncs b/_module/ncs/myhook.ncs index 0d12926..1dbde2e 100644 Binary files a/_module/ncs/myhook.ncs and b/_module/ncs/myhook.ncs differ diff --git a/_module/ncs/myrnaspawn.ncs b/_module/ncs/myrnaspawn.ncs index 5763170..74389ba 100644 Binary files a/_module/ncs/myrnaspawn.ncs and b/_module/ncs/myrnaspawn.ncs differ diff --git a/_module/ncs/namingtool.ncs b/_module/ncs/namingtool.ncs index fdac098..f25cacd 100644 Binary files a/_module/ncs/namingtool.ncs and b/_module/ncs/namingtool.ncs differ diff --git a/_module/ncs/napper.ncs b/_module/ncs/napper.ncs index 8324529..dc4dba5 100644 Binary files a/_module/ncs/napper.ncs and b/_module/ncs/napper.ncs differ diff --git a/_module/ncs/naptime.ncs b/_module/ncs/naptime.ncs index 34c0963..a5af655 100644 Binary files a/_module/ncs/naptime.ncs and b/_module/ncs/naptime.ncs differ diff --git a/_module/ncs/newbitemtrigg.ncs b/_module/ncs/newbitemtrigg.ncs index d213aa2..715abb4 100644 Binary files a/_module/ncs/newbitemtrigg.ncs and b/_module/ncs/newbitemtrigg.ncs differ diff --git a/_module/ncs/newchest.ncs b/_module/ncs/newchest.ncs index 71ac43c..938938e 100644 Binary files a/_module/ncs/newchest.ncs and b/_module/ncs/newchest.ncs differ diff --git a/_module/ncs/newdeathscript.ncs b/_module/ncs/newdeathscript.ncs index be0b766..cad2c8a 100644 Binary files a/_module/ncs/newdeathscript.ncs and b/_module/ncs/newdeathscript.ncs differ diff --git a/_module/ncs/noclonecheat.ncs b/_module/ncs/noclonecheat.ncs index ec2689d..b82c396 100644 Binary files a/_module/ncs/noclonecheat.ncs and b/_module/ncs/noclonecheat.ncs differ diff --git a/_module/ncs/nongodjump.ncs b/_module/ncs/nongodjump.ncs index 494c9c3..54ae315 100644 Binary files a/_module/ncs/nongodjump.ncs and b/_module/ncs/nongodjump.ncs differ diff --git a/_module/ncs/notdm.ncs b/_module/ncs/notdm.ncs index 4d8c0c2..7105821 100644 Binary files a/_module/ncs/notdm.ncs and b/_module/ncs/notdm.ncs differ diff --git a/_module/ncs/npcattack.ncs b/_module/ncs/npcattack.ncs index 1e38a5f..67b4b6d 100644 Binary files a/_module/ncs/npcattack.ncs and b/_module/ncs/npcattack.ncs differ diff --git a/_module/ncs/npcdeath1.ncs b/_module/ncs/npcdeath1.ncs index 2a87eba..cb8c4e6 100644 Binary files a/_module/ncs/npcdeath1.ncs and b/_module/ncs/npcdeath1.ncs differ diff --git a/_module/ncs/npcdeath10.ncs b/_module/ncs/npcdeath10.ncs index 948e64e..51f96d0 100644 Binary files a/_module/ncs/npcdeath10.ncs and b/_module/ncs/npcdeath10.ncs differ diff --git a/_module/ncs/npcdeath2.ncs b/_module/ncs/npcdeath2.ncs index 20c142d..ae58f75 100644 Binary files a/_module/ncs/npcdeath2.ncs and b/_module/ncs/npcdeath2.ncs differ diff --git a/_module/ncs/npcdeath5.ncs b/_module/ncs/npcdeath5.ncs index ad6d6fd..c167938 100644 Binary files a/_module/ncs/npcdeath5.ncs and b/_module/ncs/npcdeath5.ncs differ diff --git a/_module/ncs/npcdeathlapdance.ncs b/_module/ncs/npcdeathlapdance.ncs index 18af476..8ea94da 100644 Binary files a/_module/ncs/npcdeathlapdance.ncs and b/_module/ncs/npcdeathlapdance.ncs differ diff --git a/_module/ncs/npcdeatstripper.ncs b/_module/ncs/npcdeatstripper.ncs index a6e6e3a..4419d06 100644 Binary files a/_module/ncs/npcdeatstripper.ncs and b/_module/ncs/npcdeatstripper.ncs differ diff --git a/_module/ncs/npcspellattack.ncs b/_module/ncs/npcspellattack.ncs index 73fcb30..fd4f902 100644 Binary files a/_module/ncs/npcspellattack.ncs and b/_module/ncs/npcspellattack.ncs differ diff --git a/_module/ncs/nw_c2_bossdie.ncs b/_module/ncs/nw_c2_bossdie.ncs index 00c9424..2e198a4 100644 Binary files a/_module/ncs/nw_c2_bossdie.ncs and b/_module/ncs/nw_c2_bossdie.ncs differ diff --git a/_module/ncs/nw_c2_bossspawn.ncs b/_module/ncs/nw_c2_bossspawn.ncs index a1b2b34..9ed5af0 100644 Binary files a/_module/ncs/nw_c2_bossspawn.ncs and b/_module/ncs/nw_c2_bossspawn.ncs differ diff --git a/_module/ncs/nw_c2_default1.ncs b/_module/ncs/nw_c2_default1.ncs index b553d1f..29a849d 100644 Binary files a/_module/ncs/nw_c2_default1.ncs and b/_module/ncs/nw_c2_default1.ncs differ diff --git a/_module/ncs/nw_c2_default2.ncs b/_module/ncs/nw_c2_default2.ncs index 9ccc0e4..36e2a9c 100644 Binary files a/_module/ncs/nw_c2_default2.ncs and b/_module/ncs/nw_c2_default2.ncs differ diff --git a/_module/ncs/nw_c2_default3.ncs b/_module/ncs/nw_c2_default3.ncs index edda852..30c94d3 100644 Binary files a/_module/ncs/nw_c2_default3.ncs and b/_module/ncs/nw_c2_default3.ncs differ diff --git a/_module/ncs/nw_c2_default4.ncs b/_module/ncs/nw_c2_default4.ncs index e430fc3..e3239a7 100644 Binary files a/_module/ncs/nw_c2_default4.ncs and b/_module/ncs/nw_c2_default4.ncs differ diff --git a/_module/ncs/nw_c2_default5.ncs b/_module/ncs/nw_c2_default5.ncs index 64d2e56..85befee 100644 Binary files a/_module/ncs/nw_c2_default5.ncs and b/_module/ncs/nw_c2_default5.ncs differ diff --git a/_module/ncs/nw_c2_default6.ncs b/_module/ncs/nw_c2_default6.ncs index 9b44a7e..72ba74c 100644 Binary files a/_module/ncs/nw_c2_default6.ncs and b/_module/ncs/nw_c2_default6.ncs differ diff --git a/_module/ncs/nw_c2_default8.ncs b/_module/ncs/nw_c2_default8.ncs index ea656ed..d2e3160 100644 Binary files a/_module/ncs/nw_c2_default8.ncs and b/_module/ncs/nw_c2_default8.ncs differ diff --git a/_module/ncs/nw_c2_defaultb.ncs b/_module/ncs/nw_c2_defaultb.ncs index addbc3f..e1c0797 100644 Binary files a/_module/ncs/nw_c2_defaultb.ncs and b/_module/ncs/nw_c2_defaultb.ncs differ diff --git a/_module/ncs/nw_c2_defaulte.ncs b/_module/ncs/nw_c2_defaulte.ncs index 3f87813..1eb9873 100644 Binary files a/_module/ncs/nw_c2_defaulte.ncs and b/_module/ncs/nw_c2_defaulte.ncs differ diff --git a/_module/ncs/nw_d1_templeheal.ncs b/_module/ncs/nw_d1_templeheal.ncs index 6a5037e..7e6d5b8 100644 Binary files a/_module/ncs/nw_d1_templeheal.ncs and b/_module/ncs/nw_d1_templeheal.ncs differ diff --git a/_module/ncs/nw_d2_arcane.ncs b/_module/ncs/nw_d2_arcane.ncs index a481a6f..6f34e24 100644 Binary files a/_module/ncs/nw_d2_arcane.ncs and b/_module/ncs/nw_d2_arcane.ncs differ diff --git a/_module/ncs/nw_g0_confuse2.ncs b/_module/ncs/nw_g0_confuse2.ncs index 11c2570..a5c353f 100644 Binary files a/_module/ncs/nw_g0_confuse2.ncs and b/_module/ncs/nw_g0_confuse2.ncs differ diff --git a/_module/ncs/nw_o2_bookshelf.ncs b/_module/ncs/nw_o2_bookshelf.ncs index d91cf5c..4bfec89 100644 Binary files a/_module/ncs/nw_o2_bookshelf.ncs and b/_module/ncs/nw_o2_bookshelf.ncs differ diff --git a/_module/ncs/nw_o2_boss.ncs b/_module/ncs/nw_o2_boss.ncs index 803e840..c5835be 100644 Binary files a/_module/ncs/nw_o2_boss.ncs and b/_module/ncs/nw_o2_boss.ncs differ diff --git a/_module/ncs/nw_o2_classweap.ncs b/_module/ncs/nw_o2_classweap.ncs index b27d20d..f7d00fa 100644 Binary files a/_module/ncs/nw_o2_classweap.ncs and b/_module/ncs/nw_o2_classweap.ncs differ diff --git a/_module/ncs/nw_o2_generalhig.ncs b/_module/ncs/nw_o2_generalhig.ncs index b9f4261..610c84b 100644 Binary files a/_module/ncs/nw_o2_generalhig.ncs and b/_module/ncs/nw_o2_generalhig.ncs differ diff --git a/_module/ncs/nw_o2_generallow.ncs b/_module/ncs/nw_o2_generallow.ncs index d8a3c97..1c000d2 100644 Binary files a/_module/ncs/nw_o2_generallow.ncs and b/_module/ncs/nw_o2_generallow.ncs differ diff --git a/_module/ncs/nw_o2_generalmed.ncs b/_module/ncs/nw_o2_generalmed.ncs index 817db13..f2b65e8 100644 Binary files a/_module/ncs/nw_o2_generalmed.ncs and b/_module/ncs/nw_o2_generalmed.ncs differ diff --git a/_module/ncs/objectattack.ncs b/_module/ncs/objectattack.ncs index 1b76082..77e17b8 100644 Binary files a/_module/ncs/objectattack.ncs and b/_module/ncs/objectattack.ncs differ diff --git a/_module/ncs/objectspellattak.ncs b/_module/ncs/objectspellattak.ncs index 596ca77..f08a5fb 100644 Binary files a/_module/ncs/objectspellattak.ncs and b/_module/ncs/objectspellattak.ncs differ diff --git a/_module/ncs/on_pc_equip.ncs b/_module/ncs/on_pc_equip.ncs index 62d62ba..4bc1b74 100644 Binary files a/_module/ncs/on_pc_equip.ncs and b/_module/ncs/on_pc_equip.ncs differ diff --git a/_module/ncs/on_player_chat.ncs b/_module/ncs/on_player_chat.ncs index 189dc4f..c05f351 100644 Binary files a/_module/ncs/on_player_chat.ncs and b/_module/ncs/on_player_chat.ncs differ diff --git a/_module/ncs/on_pubsub.ncs b/_module/ncs/on_pubsub.ncs index 96cfa95..fe12d82 100644 Binary files a/_module/ncs/on_pubsub.ncs and b/_module/ncs/on_pubsub.ncs differ diff --git a/_module/ncs/onactivateitem.ncs b/_module/ncs/onactivateitem.ncs index fbbac7b..413a488 100644 Binary files a/_module/ncs/onactivateitem.ncs and b/_module/ncs/onactivateitem.ncs differ diff --git a/_module/ncs/onaquireditem.ncs b/_module/ncs/onaquireditem.ncs index 2435893..e490816 100644 Binary files a/_module/ncs/onaquireditem.ncs and b/_module/ncs/onaquireditem.ncs differ diff --git a/_module/ncs/oncliententer.ncs b/_module/ncs/oncliententer.ncs index 291a28d..197ac86 100644 Binary files a/_module/ncs/oncliententer.ncs and b/_module/ncs/oncliententer.ncs differ diff --git a/_module/ncs/onclientexit.ncs b/_module/ncs/onclientexit.ncs index 7122511..59aaf15 100644 Binary files a/_module/ncs/onclientexit.ncs and b/_module/ncs/onclientexit.ncs differ diff --git a/_module/ncs/ondeath_od.ncs b/_module/ncs/ondeath_od.ncs index f4fc41c..7e42ca1 100644 Binary files a/_module/ncs/ondeath_od.ncs and b/_module/ncs/ondeath_od.ncs differ diff --git a/_module/ncs/onheartbeat.ncs b/_module/ncs/onheartbeat.ncs index bbf6a49..6135272 100644 Binary files a/_module/ncs/onheartbeat.ncs and b/_module/ncs/onheartbeat.ncs differ diff --git a/_module/ncs/onmoduleload.ncs b/_module/ncs/onmoduleload.ncs index 34e3c1b..5a461f8 100644 Binary files a/_module/ncs/onmoduleload.ncs and b/_module/ncs/onmoduleload.ncs differ diff --git a/_module/ncs/onpclevelup.ncs b/_module/ncs/onpclevelup.ncs index f47b0c9..886e866 100644 Binary files a/_module/ncs/onpclevelup.ncs and b/_module/ncs/onpclevelup.ncs differ diff --git a/_module/ncs/onplayerdeath.ncs b/_module/ncs/onplayerdeath.ncs index c3825a5..8da722a 100644 Binary files a/_module/ncs/onplayerdeath.ncs and b/_module/ncs/onplayerdeath.ncs differ diff --git a/_module/ncs/onplayerdying.ncs b/_module/ncs/onplayerdying.ncs index 53a0ff7..0fb6295 100644 Binary files a/_module/ncs/onplayerdying.ncs and b/_module/ncs/onplayerdying.ncs differ diff --git a/_module/ncs/onplayerequipted.ncs b/_module/ncs/onplayerequipted.ncs index 3e6f3c6..96f78f3 100644 Binary files a/_module/ncs/onplayerequipted.ncs and b/_module/ncs/onplayerequipted.ncs differ diff --git a/_module/ncs/onplayerlevelup.ncs b/_module/ncs/onplayerlevelup.ncs index 83cbd49..7b08f09 100644 Binary files a/_module/ncs/onplayerlevelup.ncs and b/_module/ncs/onplayerlevelup.ncs differ diff --git a/_module/ncs/onplayerrespawn.ncs b/_module/ncs/onplayerrespawn.ncs index 485c7b8..6ea54b6 100644 Binary files a/_module/ncs/onplayerrespawn.ncs and b/_module/ncs/onplayerrespawn.ncs differ diff --git a/_module/ncs/onplayerrest.ncs b/_module/ncs/onplayerrest.ncs index 49e7312..2f55ff9 100644 Binary files a/_module/ncs/onplayerrest.ncs and b/_module/ncs/onplayerrest.ncs differ diff --git a/_module/ncs/onunaquireitem.ncs b/_module/ncs/onunaquireitem.ncs index eecc262..a403696 100644 Binary files a/_module/ncs/onunaquireitem.ncs and b/_module/ncs/onunaquireitem.ncs differ diff --git a/_module/ncs/onunequipitem.ncs b/_module/ncs/onunequipitem.ncs index 64f3446..ee8cf58 100644 Binary files a/_module/ncs/onunequipitem.ncs and b/_module/ncs/onunequipitem.ncs differ diff --git a/_module/ncs/open_travelstore.ncs b/_module/ncs/open_travelstore.ncs index 72fa827..b6f92bc 100644 Binary files a/_module/ncs/open_travelstore.ncs and b/_module/ncs/open_travelstore.ncs differ diff --git a/_module/ncs/openabyssstore.ncs b/_module/ncs/openabyssstore.ncs index 3f87f97..22ec668 100644 Binary files a/_module/ncs/openabyssstore.ncs and b/_module/ncs/openabyssstore.ncs differ diff --git a/_module/ncs/openabyswpnstore.ncs b/_module/ncs/openabyswpnstore.ncs index 328d8c4..1ea4f82 100644 Binary files a/_module/ncs/openabyswpnstore.ncs and b/_module/ncs/openabyswpnstore.ncs differ diff --git a/_module/ncs/openarcanestore.ncs b/_module/ncs/openarcanestore.ncs index 754df40..381bf77 100644 Binary files a/_module/ncs/openarcanestore.ncs and b/_module/ncs/openarcanestore.ncs differ diff --git a/_module/ncs/openarenawpns.ncs b/_module/ncs/openarenawpns.ncs index 1023fa8..9c1f2f2 100644 Binary files a/_module/ncs/openarenawpns.ncs and b/_module/ncs/openarenawpns.ncs differ diff --git a/_module/ncs/openbarstore002.ncs b/_module/ncs/openbarstore002.ncs index bdbe641..0472a3e 100644 Binary files a/_module/ncs/openbarstore002.ncs and b/_module/ncs/openbarstore002.ncs differ diff --git a/_module/ncs/openbrothelstore.ncs b/_module/ncs/openbrothelstore.ncs index 54c33b8..33db8ec 100644 Binary files a/_module/ncs/openbrothelstore.ncs and b/_module/ncs/openbrothelstore.ncs differ diff --git a/_module/ncs/opengwpnstore2.ncs b/_module/ncs/opengwpnstore2.ncs index 08f94d0..d2a3fb5 100644 Binary files a/_module/ncs/opengwpnstore2.ncs and b/_module/ncs/opengwpnstore2.ncs differ diff --git a/_module/ncs/openheavenwpns.ncs b/_module/ncs/openheavenwpns.ncs index 242bb97..04a79c4 100644 Binary files a/_module/ncs/openheavenwpns.ncs and b/_module/ncs/openheavenwpns.ncs differ diff --git a/_module/ncs/openpotstore.ncs b/_module/ncs/openpotstore.ncs index cf4324c..ff30b3b 100644 Binary files a/_module/ncs/openpotstore.ncs and b/_module/ncs/openpotstore.ncs differ diff --git a/_module/ncs/openrarestore002.ncs b/_module/ncs/openrarestore002.ncs index 3dc78b1..06161d9 100644 Binary files a/_module/ncs/openrarestore002.ncs and b/_module/ncs/openrarestore002.ncs differ diff --git a/_module/ncs/openscrollstore4.ncs b/_module/ncs/openscrollstore4.ncs index dda66df..f7635dc 100644 Binary files a/_module/ncs/openscrollstore4.ncs and b/_module/ncs/openscrollstore4.ncs differ diff --git a/_module/ncs/openstore001.ncs b/_module/ncs/openstore001.ncs index 20d35db..2e0afd7 100644 Binary files a/_module/ncs/openstore001.ncs and b/_module/ncs/openstore001.ncs differ diff --git a/_module/ncs/openstore002.ncs b/_module/ncs/openstore002.ncs index 725aa98..e84a442 100644 Binary files a/_module/ncs/openstore002.ncs and b/_module/ncs/openstore002.ncs differ diff --git a/_module/ncs/openstore003.ncs b/_module/ncs/openstore003.ncs index ac79f6f..2aa4920 100644 Binary files a/_module/ncs/openstore003.ncs and b/_module/ncs/openstore003.ncs differ diff --git a/_module/ncs/openstore004.ncs b/_module/ncs/openstore004.ncs index 8c4101e..63a1b3c 100644 Binary files a/_module/ncs/openstore004.ncs and b/_module/ncs/openstore004.ncs differ diff --git a/_module/ncs/openstore005.ncs b/_module/ncs/openstore005.ncs index 948c875..971c7df 100644 Binary files a/_module/ncs/openstore005.ncs and b/_module/ncs/openstore005.ncs differ diff --git a/_module/ncs/openstore006.ncs b/_module/ncs/openstore006.ncs index a906894..411d2c1 100644 Binary files a/_module/ncs/openstore006.ncs and b/_module/ncs/openstore006.ncs differ diff --git a/_module/ncs/openstore007.ncs b/_module/ncs/openstore007.ncs index 767fd8f..0e83891 100644 Binary files a/_module/ncs/openstore007.ncs and b/_module/ncs/openstore007.ncs differ diff --git a/_module/ncs/openstore008.ncs b/_module/ncs/openstore008.ncs index a08787c..7afee9d 100644 Binary files a/_module/ncs/openstore008.ncs and b/_module/ncs/openstore008.ncs differ diff --git a/_module/ncs/openstore011.ncs b/_module/ncs/openstore011.ncs index 96d47f5..a7e930a 100644 Binary files a/_module/ncs/openstore011.ncs and b/_module/ncs/openstore011.ncs differ diff --git a/_module/ncs/openstore0111.ncs b/_module/ncs/openstore0111.ncs index dfb01cf..469edae 100644 Binary files a/_module/ncs/openstore0111.ncs and b/_module/ncs/openstore0111.ncs differ diff --git a/_module/ncs/openstore013.ncs b/_module/ncs/openstore013.ncs index 4c63faa..1baff59 100644 Binary files a/_module/ncs/openstore013.ncs and b/_module/ncs/openstore013.ncs differ diff --git a/_module/ncs/openstore0333.ncs b/_module/ncs/openstore0333.ncs index 3011c3d..9622692 100644 Binary files a/_module/ncs/openstore0333.ncs and b/_module/ncs/openstore0333.ncs differ diff --git a/_module/ncs/openstore0334.ncs b/_module/ncs/openstore0334.ncs index 5e7691a..5d1a7b6 100644 Binary files a/_module/ncs/openstore0334.ncs and b/_module/ncs/openstore0334.ncs differ diff --git a/_module/ncs/owlbeardies.ncs b/_module/ncs/owlbeardies.ncs index e713c9a..7865826 100644 Binary files a/_module/ncs/owlbeardies.ncs and b/_module/ncs/owlbeardies.ncs differ diff --git a/_module/ncs/owlbeardmged.ncs b/_module/ncs/owlbeardmged.ncs index 9098d64..7479803 100644 Binary files a/_module/ncs/owlbeardmged.ncs and b/_module/ncs/owlbeardmged.ncs differ diff --git a/_module/ncs/p_open_rainbow.ncs b/_module/ncs/p_open_rainbow.ncs index 3420765..e725b49 100644 Binary files a/_module/ncs/p_open_rainbow.ncs and b/_module/ncs/p_open_rainbow.ncs differ diff --git a/_module/ncs/pa_bossdrain.ncs b/_module/ncs/pa_bossdrain.ncs index 74563e1..f6a6cef 100644 Binary files a/_module/ncs/pa_bossdrain.ncs and b/_module/ncs/pa_bossdrain.ncs differ diff --git a/_module/ncs/pa_bossdrain2.ncs b/_module/ncs/pa_bossdrain2.ncs index b9e3860..9483cd4 100644 Binary files a/_module/ncs/pa_bossdrain2.ncs and b/_module/ncs/pa_bossdrain2.ncs differ diff --git a/_module/ncs/partyroomport2.ncs b/_module/ncs/partyroomport2.ncs index cc21868..f3c978b 100644 Binary files a/_module/ncs/partyroomport2.ncs and b/_module/ncs/partyroomport2.ncs differ diff --git a/_module/ncs/pc_chat_control.ncs b/_module/ncs/pc_chat_control.ncs index 4111bc8..206ceb8 100644 Binary files a/_module/ncs/pc_chat_control.ncs and b/_module/ncs/pc_chat_control.ncs differ diff --git a/_module/ncs/pc_wand_rest_sys.ncs b/_module/ncs/pc_wand_rest_sys.ncs index 4601152..ecdd3a1 100644 Binary files a/_module/ncs/pc_wand_rest_sys.ncs and b/_module/ncs/pc_wand_rest_sys.ncs differ diff --git a/_module/ncs/pclist.ncs b/_module/ncs/pclist.ncs index fdac098..f25cacd 100644 Binary files a/_module/ncs/pclist.ncs and b/_module/ncs/pclist.ncs differ diff --git a/_module/ncs/pcplaything.ncs b/_module/ncs/pcplaything.ncs index fdac098..f25cacd 100644 Binary files a/_module/ncs/pcplaything.ncs and b/_module/ncs/pcplaything.ncs differ diff --git a/_module/ncs/pcscrycheckscrpt.ncs b/_module/ncs/pcscrycheckscrpt.ncs index 3c52532..83dbb5a 100644 Binary files a/_module/ncs/pcscrycheckscrpt.ncs and b/_module/ncs/pcscrycheckscrpt.ncs differ diff --git a/_module/ncs/pcworshipsguile.ncs b/_module/ncs/pcworshipsguile.ncs index 5493116..7b951f0 100644 Binary files a/_module/ncs/pcworshipsguile.ncs and b/_module/ncs/pcworshipsguile.ncs differ diff --git a/_module/ncs/persist_oc.ncs b/_module/ncs/persist_oc.ncs index 5353013..3fc4a28 100644 Binary files a/_module/ncs/persist_oc.ncs and b/_module/ncs/persist_oc.ncs differ diff --git a/_module/ncs/persist_oo.ncs b/_module/ncs/persist_oo.ncs index d1a31ae..8fa341a 100644 Binary files a/_module/ncs/persist_oo.ncs and b/_module/ncs/persist_oo.ncs differ diff --git a/_module/ncs/phylactrestores.ncs b/_module/ncs/phylactrestores.ncs index ac18161..50056b2 100644 Binary files a/_module/ncs/phylactrestores.ncs and b/_module/ncs/phylactrestores.ncs differ diff --git a/_module/ncs/plpotion.ncs b/_module/ncs/plpotion.ncs index fdac098..f25cacd 100644 Binary files a/_module/ncs/plpotion.ncs and b/_module/ncs/plpotion.ncs differ diff --git a/_module/ncs/poamodheartbeat.ncs b/_module/ncs/poamodheartbeat.ncs index f26c62c..92a8f2f 100644 Binary files a/_module/ncs/poamodheartbeat.ncs and b/_module/ncs/poamodheartbeat.ncs differ diff --git a/_module/ncs/port2guild1.ncs b/_module/ncs/port2guild1.ncs index 2acc889..5141fd1 100644 Binary files a/_module/ncs/port2guild1.ncs and b/_module/ncs/port2guild1.ncs differ diff --git a/_module/ncs/port_to_leader.ncs b/_module/ncs/port_to_leader.ncs index f77b8de..fddaa2f 100644 Binary files a/_module/ncs/port_to_leader.ncs and b/_module/ncs/port_to_leader.ncs differ diff --git a/_module/ncs/portguild2aduin.ncs b/_module/ncs/portguild2aduin.ncs index b587f6c..b7ad22b 100644 Binary files a/_module/ncs/portguild2aduin.ncs and b/_module/ncs/portguild2aduin.ncs differ diff --git a/_module/ncs/portguild2dracs.ncs b/_module/ncs/portguild2dracs.ncs index 1325d93..1968694 100644 Binary files a/_module/ncs/portguild2dracs.ncs and b/_module/ncs/portguild2dracs.ncs differ diff --git a/_module/ncs/portguild2mana.ncs b/_module/ncs/portguild2mana.ncs index 9ed77a1..eab84cb 100644 Binary files a/_module/ncs/portguild2mana.ncs and b/_module/ncs/portguild2mana.ncs differ diff --git a/_module/ncs/portguild2thief.ncs b/_module/ncs/portguild2thief.ncs index 9f17b03..df13540 100644 Binary files a/_module/ncs/portguild2thief.ncs and b/_module/ncs/portguild2thief.ncs differ diff --git a/_module/ncs/portguild2woods.ncs b/_module/ncs/portguild2woods.ncs index 4986ef4..da00f1f 100644 Binary files a/_module/ncs/portguild2woods.ncs and b/_module/ncs/portguild2woods.ncs differ diff --git a/_module/ncs/portpc2guild.ncs b/_module/ncs/portpc2guild.ncs index 0f7d0e0..16bb9ea 100644 Binary files a/_module/ncs/portpc2guild.ncs and b/_module/ncs/portpc2guild.ncs differ diff --git a/_module/ncs/portpchome.ncs b/_module/ncs/portpchome.ncs index 73f004d..e7bcf77 100644 Binary files a/_module/ncs/portpchome.ncs and b/_module/ncs/portpchome.ncs differ diff --git a/_module/ncs/powerimmortal.ncs b/_module/ncs/powerimmortal.ncs index 2334d38..df14421 100644 Binary files a/_module/ncs/powerimmortal.ncs and b/_module/ncs/powerimmortal.ncs differ diff --git a/_module/ncs/powerportal3.ncs b/_module/ncs/powerportal3.ncs index fee416a..19624f9 100644 Binary files a/_module/ncs/powerportal3.ncs and b/_module/ncs/powerportal3.ncs differ diff --git a/_module/ncs/practchambport1.ncs b/_module/ncs/practchambport1.ncs index 4b65ef4..f460f86 100644 Binary files a/_module/ncs/practchambport1.ncs and b/_module/ncs/practchambport1.ncs differ diff --git a/_module/ncs/practicedeath.ncs b/_module/ncs/practicedeath.ncs index aa20b4b..ef57fb5 100644 Binary files a/_module/ncs/practicedeath.ncs and b/_module/ncs/practicedeath.ncs differ diff --git a/_module/ncs/prc_pwondeath.ncs b/_module/ncs/prc_pwondeath.ncs index bd176eb..542f891 100644 Binary files a/_module/ncs/prc_pwondeath.ncs and b/_module/ncs/prc_pwondeath.ncs differ diff --git a/_module/ncs/prev_shielda.ncs b/_module/ncs/prev_shielda.ncs index c1b9120..c0d8272 100644 Binary files a/_module/ncs/prev_shielda.ncs and b/_module/ncs/prev_shielda.ncs differ diff --git a/_module/ncs/prevappearance2.ncs b/_module/ncs/prevappearance2.ncs index 4e0ee51..0b37391 100644 Binary files a/_module/ncs/prevappearance2.ncs and b/_module/ncs/prevappearance2.ncs differ diff --git a/_module/ncs/prevent_theft2.ncs b/_module/ncs/prevent_theft2.ncs index 70080da..9d3f149 100644 Binary files a/_module/ncs/prevent_theft2.ncs and b/_module/ncs/prevent_theft2.ncs differ diff --git a/_module/ncs/preventpctrigg1.ncs b/_module/ncs/preventpctrigg1.ncs index a58357e..5953b99 100644 Binary files a/_module/ncs/preventpctrigg1.ncs and b/_module/ncs/preventpctrigg1.ncs differ diff --git a/_module/ncs/priesthealscrpt.ncs b/_module/ncs/priesthealscrpt.ncs index fa0a00f..5fd8493 100644 Binary files a/_module/ncs/priesthealscrpt.ncs and b/_module/ncs/priesthealscrpt.ncs differ diff --git a/_module/ncs/punisher.ncs b/_module/ncs/punisher.ncs index fdac098..f25cacd 100644 Binary files a/_module/ncs/punisher.ncs and b/_module/ncs/punisher.ncs differ diff --git a/_module/ncs/punkrod.ncs b/_module/ncs/punkrod.ncs index 6ec43a0..1790b59 100644 Binary files a/_module/ncs/punkrod.ncs and b/_module/ncs/punkrod.ncs differ diff --git a/_module/ncs/q4a_statue_cut.ncs b/_module/ncs/q4a_statue_cut.ncs index c7291b0..c2fe15c 100644 Binary files a/_module/ncs/q4a_statue_cut.ncs and b/_module/ncs/q4a_statue_cut.ncs differ diff --git a/_module/ncs/queenattackspcs.ncs b/_module/ncs/queenattackspcs.ncs index 41fed16..b3d755d 100644 Binary files a/_module/ncs/queenattackspcs.ncs and b/_module/ncs/queenattackspcs.ncs differ diff --git a/_module/ncs/queendammaged.ncs b/_module/ncs/queendammaged.ncs index c042d61..4d9fda2 100644 Binary files a/_module/ncs/queendammaged.ncs and b/_module/ncs/queendammaged.ncs differ diff --git a/_module/ncs/queendeath.ncs b/_module/ncs/queendeath.ncs index b0a6d88..8bc931f 100644 Binary files a/_module/ncs/queendeath.ncs and b/_module/ncs/queendeath.ncs differ diff --git a/_module/ncs/queendeath2.ncs b/_module/ncs/queendeath2.ncs index 938d42d..9b1bf7d 100644 Binary files a/_module/ncs/queendeath2.ncs and b/_module/ncs/queendeath2.ncs differ diff --git a/_module/ncs/queenexit.ncs b/_module/ncs/queenexit.ncs index b564e88..d15f6fe 100644 Binary files a/_module/ncs/queenexit.ncs and b/_module/ncs/queenexit.ncs differ diff --git a/_module/ncs/queenpercieve.ncs b/_module/ncs/queenpercieve.ncs index 8cda884..22f21b2 100644 Binary files a/_module/ncs/queenpercieve.ncs and b/_module/ncs/queenpercieve.ncs differ diff --git a/_module/ncs/queentriggeer.ncs b/_module/ncs/queentriggeer.ncs index 84074ed..64569ff 100644 Binary files a/_module/ncs/queentriggeer.ncs and b/_module/ncs/queentriggeer.ncs differ diff --git a/_module/ncs/queenturnspc.ncs b/_module/ncs/queenturnspc.ncs index ed58187..340c248 100644 Binary files a/_module/ncs/queenturnspc.ncs and b/_module/ncs/queenturnspc.ncs differ diff --git a/_module/ncs/racksecret_use.ncs b/_module/ncs/racksecret_use.ncs index 24d0e11..a63b197 100644 Binary files a/_module/ncs/racksecret_use.ncs and b/_module/ncs/racksecret_use.ncs differ diff --git a/_module/ncs/randomsockeygive.ncs b/_module/ncs/randomsockeygive.ncs index bf91b40..3283cda 100644 Binary files a/_module/ncs/randomsockeygive.ncs and b/_module/ncs/randomsockeygive.ncs differ diff --git a/_module/ncs/rangersecret.ncs b/_module/ncs/rangersecret.ncs index 5037c20..9c31121 100644 Binary files a/_module/ncs/rangersecret.ncs and b/_module/ncs/rangersecret.ncs differ diff --git a/_module/ncs/rangersecrets44.ncs b/_module/ncs/rangersecrets44.ncs index bfe2793..15e1e47 100644 Binary files a/_module/ncs/rangersecrets44.ncs and b/_module/ncs/rangersecrets44.ncs differ diff --git a/_module/ncs/rangershrinebuff.ncs b/_module/ncs/rangershrinebuff.ncs index 7157920..597e71f 100644 Binary files a/_module/ncs/rangershrinebuff.ncs and b/_module/ncs/rangershrinebuff.ncs differ diff --git a/_module/ncs/rareshop.ncs b/_module/ncs/rareshop.ncs index 7691b6f..5a1a3eb 100644 Binary files a/_module/ncs/rareshop.ncs and b/_module/ncs/rareshop.ncs differ diff --git a/_module/ncs/relevelscript.ncs b/_module/ncs/relevelscript.ncs index 865d7c4..09aa339 100644 Binary files a/_module/ncs/relevelscript.ncs and b/_module/ncs/relevelscript.ncs differ diff --git a/_module/ncs/remove_ips_oc.ncs b/_module/ncs/remove_ips_oc.ncs index cf5a842..d6a6263 100644 Binary files a/_module/ncs/remove_ips_oc.ncs and b/_module/ncs/remove_ips_oc.ncs differ diff --git a/_module/ncs/remove_items.ncs b/_module/ncs/remove_items.ncs index 4b09311..86d8813 100644 Binary files a/_module/ncs/remove_items.ncs and b/_module/ncs/remove_items.ncs differ diff --git a/_module/ncs/removeonhitslay.ncs b/_module/ncs/removeonhitslay.ncs index 748c723..9913ea0 100644 Binary files a/_module/ncs/removeonhitslay.ncs and b/_module/ncs/removeonhitslay.ncs differ diff --git a/_module/ncs/removepolymorphs.ncs b/_module/ncs/removepolymorphs.ncs index 40c8c9b..ac776b0 100644 Binary files a/_module/ncs/removepolymorphs.ncs and b/_module/ncs/removepolymorphs.ncs differ diff --git a/_module/ncs/removeslayscript.ncs b/_module/ncs/removeslayscript.ncs index 6a9726a..077208c 100644 Binary files a/_module/ncs/removeslayscript.ncs and b/_module/ncs/removeslayscript.ncs differ diff --git a/_module/ncs/removewpnevis.ncs b/_module/ncs/removewpnevis.ncs index 472a6c3..3b59900 100644 Binary files a/_module/ncs/removewpnevis.ncs and b/_module/ncs/removewpnevis.ncs differ diff --git a/_module/ncs/replicate_invent.ncs b/_module/ncs/replicate_invent.ncs index 5c2b6d1..ad5bbf0 100644 Binary files a/_module/ncs/replicate_invent.ncs and b/_module/ncs/replicate_invent.ncs differ diff --git a/_module/ncs/respawn20.ncs b/_module/ncs/respawn20.ncs index 3763d25..0479382 100644 Binary files a/_module/ncs/respawn20.ncs and b/_module/ncs/respawn20.ncs differ diff --git a/_module/ncs/respawnhigh.ncs b/_module/ncs/respawnhigh.ncs index 4da208f..7478738 100644 Binary files a/_module/ncs/respawnhigh.ncs and b/_module/ncs/respawnhigh.ncs differ diff --git a/_module/ncs/respawnhigh_oo.ncs b/_module/ncs/respawnhigh_oo.ncs index cbf0177..ddce463 100644 Binary files a/_module/ncs/respawnhigh_oo.ncs and b/_module/ncs/respawnhigh_oo.ncs differ diff --git a/_module/ncs/respawning.ncs b/_module/ncs/respawning.ncs index 57e8b10..9276edf 100644 Binary files a/_module/ncs/respawning.ncs and b/_module/ncs/respawning.ncs differ diff --git a/_module/ncs/respawnlow.ncs b/_module/ncs/respawnlow.ncs index 1506230..330a941 100644 Binary files a/_module/ncs/respawnlow.ncs and b/_module/ncs/respawnlow.ncs differ diff --git a/_module/ncs/respawnlow_oo.ncs b/_module/ncs/respawnlow_oo.ncs index 1750568..bbfa8b4 100644 Binary files a/_module/ncs/respawnlow_oo.ncs and b/_module/ncs/respawnlow_oo.ncs differ diff --git a/_module/ncs/respawnmed.ncs b/_module/ncs/respawnmed.ncs index 3ea6e2c..0d6f5cb 100644 Binary files a/_module/ncs/respawnmed.ncs and b/_module/ncs/respawnmed.ncs differ diff --git a/_module/ncs/respawnmed_oo.ncs b/_module/ncs/respawnmed_oo.ncs index 35efb71..7f69e08 100644 Binary files a/_module/ncs/respawnmed_oo.ncs and b/_module/ncs/respawnmed_oo.ncs differ diff --git a/_module/ncs/respawnpak.ncs b/_module/ncs/respawnpak.ncs index 959e6a6..a6ab16e 100644 Binary files a/_module/ncs/respawnpak.ncs and b/_module/ncs/respawnpak.ncs differ diff --git a/_module/ncs/respawnpak1.ncs b/_module/ncs/respawnpak1.ncs index 56c65aa..426ffd6 100644 Binary files a/_module/ncs/respawnpak1.ncs and b/_module/ncs/respawnpak1.ncs differ diff --git a/_module/ncs/respawnuniqchest.ncs b/_module/ncs/respawnuniqchest.ncs index 4743b53..2386a7e 100644 Binary files a/_module/ncs/respawnuniqchest.ncs and b/_module/ncs/respawnuniqchest.ncs differ diff --git a/_module/ncs/respawnunique.ncs b/_module/ncs/respawnunique.ncs index d0a021b..4176de1 100644 Binary files a/_module/ncs/respawnunique.ncs and b/_module/ncs/respawnunique.ncs differ diff --git a/_module/ncs/respawnunique_oo.ncs b/_module/ncs/respawnunique_oo.ncs index 387d375..681e57b 100644 Binary files a/_module/ncs/respawnunique_oo.ncs and b/_module/ncs/respawnunique_oo.ncs differ diff --git a/_module/ncs/restarter.ncs b/_module/ncs/restarter.ncs index fdac098..f25cacd 100644 Binary files a/_module/ncs/restarter.ncs and b/_module/ncs/restarter.ncs differ diff --git a/_module/ncs/rodbuff33.ncs b/_module/ncs/rodbuff33.ncs index c6a3cd0..0d007c0 100644 Binary files a/_module/ncs/rodbuff33.ncs and b/_module/ncs/rodbuff33.ncs differ diff --git a/_module/ncs/rodfastcast.ncs b/_module/ncs/rodfastcast.ncs index 3919c49..a4af1c3 100644 Binary files a/_module/ncs/rodfastcast.ncs and b/_module/ncs/rodfastcast.ncs differ diff --git a/_module/ncs/rodofthedead.ncs b/_module/ncs/rodofthedead.ncs index fdac098..f25cacd 100644 Binary files a/_module/ncs/rodofthedead.ncs and b/_module/ncs/rodofthedead.ncs differ diff --git a/_module/ncs/rodofthenameless.ncs b/_module/ncs/rodofthenameless.ncs index fdac098..f25cacd 100644 Binary files a/_module/ncs/rodofthenameless.ncs and b/_module/ncs/rodofthenameless.ncs differ diff --git a/_module/ncs/roguebanetrigger.ncs b/_module/ncs/roguebanetrigger.ncs index 8b3e0f4..2b098da 100644 Binary files a/_module/ncs/roguebanetrigger.ncs and b/_module/ncs/roguebanetrigger.ncs differ diff --git a/_module/ncs/roguespawn.ncs b/_module/ncs/roguespawn.ncs index 8579590..8205395 100644 Binary files a/_module/ncs/roguespawn.ncs and b/_module/ncs/roguespawn.ncs differ diff --git a/_module/ncs/ruin44.ncs b/_module/ncs/ruin44.ncs index fdac098..f25cacd 100644 Binary files a/_module/ncs/ruin44.ncs and b/_module/ncs/ruin44.ncs differ diff --git a/_module/ncs/run_announcement.ncs b/_module/ncs/run_announcement.ncs index b8a3cc2..51c3b2b 100644 Binary files a/_module/ncs/run_announcement.ncs and b/_module/ncs/run_announcement.ncs differ diff --git a/_module/ncs/s_arcanegolem.ncs b/_module/ncs/s_arcanegolem.ncs index 8e06483..7570938 100644 Binary files a/_module/ncs/s_arcanegolem.ncs and b/_module/ncs/s_arcanegolem.ncs differ diff --git a/_module/ncs/s_itemacquired.ncs b/_module/ncs/s_itemacquired.ncs index 016c02a..2ebce5f 100644 Binary files a/_module/ncs/s_itemacquired.ncs and b/_module/ncs/s_itemacquired.ncs differ diff --git a/_module/ncs/satanbeat.ncs b/_module/ncs/satanbeat.ncs index 123f10c..61ce054 100644 Binary files a/_module/ncs/satanbeat.ncs and b/_module/ncs/satanbeat.ncs differ diff --git a/_module/ncs/savecharacters.ncs b/_module/ncs/savecharacters.ncs index 8fac470..3b47801 100644 Binary files a/_module/ncs/savecharacters.ncs and b/_module/ncs/savecharacters.ncs differ diff --git a/_module/ncs/savepcinfo.ncs b/_module/ncs/savepcinfo.ncs index c587f3b..2ab8ef3 100644 Binary files a/_module/ncs/savepcinfo.ncs and b/_module/ncs/savepcinfo.ncs differ diff --git a/_module/ncs/savingpen2.ncs b/_module/ncs/savingpen2.ncs index fdac098..f25cacd 100644 Binary files a/_module/ncs/savingpen2.ncs and b/_module/ncs/savingpen2.ncs differ diff --git a/_module/ncs/sc_001.ncs b/_module/ncs/sc_001.ncs index a6631fc..093c874 100644 Binary files a/_module/ncs/sc_001.ncs and b/_module/ncs/sc_001.ncs differ diff --git a/_module/ncs/sc_003.ncs b/_module/ncs/sc_003.ncs index 309232f..0676c80 100644 Binary files a/_module/ncs/sc_003.ncs and b/_module/ncs/sc_003.ncs differ diff --git a/_module/ncs/sc_005.ncs b/_module/ncs/sc_005.ncs index 9f8a4c4..e9956de 100644 Binary files a/_module/ncs/sc_005.ncs and b/_module/ncs/sc_005.ncs differ diff --git a/_module/ncs/sc_006.ncs b/_module/ncs/sc_006.ncs index 9f8a4c4..e9956de 100644 Binary files a/_module/ncs/sc_006.ncs and b/_module/ncs/sc_006.ncs differ diff --git a/_module/ncs/sc_007.ncs b/_module/ncs/sc_007.ncs index 309232f..0676c80 100644 Binary files a/_module/ncs/sc_007.ncs and b/_module/ncs/sc_007.ncs differ diff --git a/_module/ncs/sc_009.ncs b/_module/ncs/sc_009.ncs index bf105c7..aefacdb 100644 Binary files a/_module/ncs/sc_009.ncs and b/_module/ncs/sc_009.ncs differ diff --git a/_module/ncs/sc_010.ncs b/_module/ncs/sc_010.ncs index 76ab49a..f7ee3fe 100644 Binary files a/_module/ncs/sc_010.ncs and b/_module/ncs/sc_010.ncs differ diff --git a/_module/ncs/sc_011.ncs b/_module/ncs/sc_011.ncs index f2fa1c0..0aad134 100644 Binary files a/_module/ncs/sc_011.ncs and b/_module/ncs/sc_011.ncs differ diff --git a/_module/ncs/sc_013.ncs b/_module/ncs/sc_013.ncs index 76ab49a..f7ee3fe 100644 Binary files a/_module/ncs/sc_013.ncs and b/_module/ncs/sc_013.ncs differ diff --git a/_module/ncs/sc_014.ncs b/_module/ncs/sc_014.ncs index 686e837..47c71ea 100644 Binary files a/_module/ncs/sc_014.ncs and b/_module/ncs/sc_014.ncs differ diff --git a/_module/ncs/sc_015.ncs b/_module/ncs/sc_015.ncs index 2d7de5b..573f494 100644 Binary files a/_module/ncs/sc_015.ncs and b/_module/ncs/sc_015.ncs differ diff --git a/_module/ncs/sc_016.ncs b/_module/ncs/sc_016.ncs index 8d79874..67de3ab 100644 Binary files a/_module/ncs/sc_016.ncs and b/_module/ncs/sc_016.ncs differ diff --git a/_module/ncs/sc_017.ncs b/_module/ncs/sc_017.ncs index 9f8a4c4..e9956de 100644 Binary files a/_module/ncs/sc_017.ncs and b/_module/ncs/sc_017.ncs differ diff --git a/_module/ncs/sc_019.ncs b/_module/ncs/sc_019.ncs index 3822351..6f8aefb 100644 Binary files a/_module/ncs/sc_019.ncs and b/_module/ncs/sc_019.ncs differ diff --git a/_module/ncs/sc_024.ncs b/_module/ncs/sc_024.ncs index d65f67f..dd0e627 100644 Binary files a/_module/ncs/sc_024.ncs and b/_module/ncs/sc_024.ncs differ diff --git a/_module/ncs/sc_027.ncs b/_module/ncs/sc_027.ncs index 0d86924..830fe7b 100644 Binary files a/_module/ncs/sc_027.ncs and b/_module/ncs/sc_027.ncs differ diff --git a/_module/ncs/sc_029.ncs b/_module/ncs/sc_029.ncs index c7a69c1..90099de 100644 Binary files a/_module/ncs/sc_029.ncs and b/_module/ncs/sc_029.ncs differ diff --git a/_module/ncs/sc_030.ncs b/_module/ncs/sc_030.ncs index 8d79874..67de3ab 100644 Binary files a/_module/ncs/sc_030.ncs and b/_module/ncs/sc_030.ncs differ diff --git a/_module/ncs/sc_036.ncs b/_module/ncs/sc_036.ncs index 61d24a8..de1144c 100644 Binary files a/_module/ncs/sc_036.ncs and b/_module/ncs/sc_036.ncs differ diff --git a/_module/ncs/sc_037.ncs b/_module/ncs/sc_037.ncs index bf105c7..aefacdb 100644 Binary files a/_module/ncs/sc_037.ncs and b/_module/ncs/sc_037.ncs differ diff --git a/_module/ncs/sc_038.ncs b/_module/ncs/sc_038.ncs index 1af6adc..26600c5 100644 Binary files a/_module/ncs/sc_038.ncs and b/_module/ncs/sc_038.ncs differ diff --git a/_module/ncs/sc_fx_dst_firebl.ncs b/_module/ncs/sc_fx_dst_firebl.ncs index 4a9f5cb..9b625ee 100644 Binary files a/_module/ncs/sc_fx_dst_firebl.ncs and b/_module/ncs/sc_fx_dst_firebl.ncs differ diff --git a/_module/ncs/sc_fx_dst_gas1.ncs b/_module/ncs/sc_fx_dst_gas1.ncs index 75cde9d..1117e4d 100644 Binary files a/_module/ncs/sc_fx_dst_gas1.ncs and b/_module/ncs/sc_fx_dst_gas1.ncs differ diff --git a/_module/ncs/sc_fx_dst_gas2.ncs b/_module/ncs/sc_fx_dst_gas2.ncs index 529926e..31743cf 100644 Binary files a/_module/ncs/sc_fx_dst_gas2.ncs and b/_module/ncs/sc_fx_dst_gas2.ncs differ diff --git a/_module/ncs/sc_fx_dst_holyst.ncs b/_module/ncs/sc_fx_dst_holyst.ncs index b9d50fe..ae2534d 100644 Binary files a/_module/ncs/sc_fx_dst_holyst.ncs and b/_module/ncs/sc_fx_dst_holyst.ncs differ diff --git a/_module/ncs/sc_fx_dst_implod.ncs b/_module/ncs/sc_fx_dst_implod.ncs index 584a753..1c7feea 100644 Binary files a/_module/ncs/sc_fx_dst_implod.ncs and b/_module/ncs/sc_fx_dst_implod.ncs differ diff --git a/_module/ncs/sc_fx_dst_puff.ncs b/_module/ncs/sc_fx_dst_puff.ncs index 88b85ca..dc4e2cf 100644 Binary files a/_module/ncs/sc_fx_dst_puff.ncs and b/_module/ncs/sc_fx_dst_puff.ncs differ diff --git a/_module/ncs/sc_fx_dst_sunbm.ncs b/_module/ncs/sc_fx_dst_sunbm.ncs index 1298cd9..856b388 100644 Binary files a/_module/ncs/sc_fx_dst_sunbm.ncs and b/_module/ncs/sc_fx_dst_sunbm.ncs differ diff --git a/_module/ncs/sc_fx_fireball.ncs b/_module/ncs/sc_fx_fireball.ncs index 37d7082..231b9cf 100644 Binary files a/_module/ncs/sc_fx_fireball.ncs and b/_module/ncs/sc_fx_fireball.ncs differ diff --git a/_module/ncs/sc_fx_gas1.ncs b/_module/ncs/sc_fx_gas1.ncs index 566eea9..0b19885 100644 Binary files a/_module/ncs/sc_fx_gas1.ncs and b/_module/ncs/sc_fx_gas1.ncs differ diff --git a/_module/ncs/sc_fx_gas2.ncs b/_module/ncs/sc_fx_gas2.ncs index 6609417..477bd8e 100644 Binary files a/_module/ncs/sc_fx_gas2.ncs and b/_module/ncs/sc_fx_gas2.ncs differ diff --git a/_module/ncs/sc_fx_holystrike.ncs b/_module/ncs/sc_fx_holystrike.ncs index f6234b8..b4266e0 100644 Binary files a/_module/ncs/sc_fx_holystrike.ncs and b/_module/ncs/sc_fx_holystrike.ncs differ diff --git a/_module/ncs/sc_fx_implosion.ncs b/_module/ncs/sc_fx_implosion.ncs index f8e4048..8b05a31 100644 Binary files a/_module/ncs/sc_fx_implosion.ncs and b/_module/ncs/sc_fx_implosion.ncs differ diff --git a/_module/ncs/sc_fx_say_hear1.ncs b/_module/ncs/sc_fx_say_hear1.ncs index 80236f1..c7bad84 100644 Binary files a/_module/ncs/sc_fx_say_hear1.ncs and b/_module/ncs/sc_fx_say_hear1.ncs differ diff --git a/_module/ncs/sc_fx_say_hear2.ncs b/_module/ncs/sc_fx_say_hear2.ncs index 09ca50a..0f7f6ff 100644 Binary files a/_module/ncs/sc_fx_say_hear2.ncs and b/_module/ncs/sc_fx_say_hear2.ncs differ diff --git a/_module/ncs/sc_fx_say_hear3.ncs b/_module/ncs/sc_fx_say_hear3.ncs index 07ed5df..2583d78 100644 Binary files a/_module/ncs/sc_fx_say_hear3.ncs and b/_module/ncs/sc_fx_say_hear3.ncs differ diff --git a/_module/ncs/sc_fx_say_odor.ncs b/_module/ncs/sc_fx_say_odor.ncs index 36f78bf..02950f8 100644 Binary files a/_module/ncs/sc_fx_say_odor.ncs and b/_module/ncs/sc_fx_say_odor.ncs differ diff --git a/_module/ncs/sc_fx_say_odor2.ncs b/_module/ncs/sc_fx_say_odor2.ncs index 22c3092..8b6318c 100644 Binary files a/_module/ncs/sc_fx_say_odor2.ncs and b/_module/ncs/sc_fx_say_odor2.ncs differ diff --git a/_module/ncs/sc_fx_say_odor3.ncs b/_module/ncs/sc_fx_say_odor3.ncs index 7b8ccea..c8e2773 100644 Binary files a/_module/ncs/sc_fx_say_odor3.ncs and b/_module/ncs/sc_fx_say_odor3.ncs differ diff --git a/_module/ncs/sc_fx_say_see1.ncs b/_module/ncs/sc_fx_say_see1.ncs index b538076..f9656a5 100644 Binary files a/_module/ncs/sc_fx_say_see1.ncs and b/_module/ncs/sc_fx_say_see1.ncs differ diff --git a/_module/ncs/sc_fx_say_see2.ncs b/_module/ncs/sc_fx_say_see2.ncs index fda79d3..7e5f9d3 100644 Binary files a/_module/ncs/sc_fx_say_see2.ncs and b/_module/ncs/sc_fx_say_see2.ncs differ diff --git a/_module/ncs/sc_fx_say_see3.ncs b/_module/ncs/sc_fx_say_see3.ncs index 44bac54..c13acdb 100644 Binary files a/_module/ncs/sc_fx_say_see3.ncs and b/_module/ncs/sc_fx_say_see3.ncs differ diff --git a/_module/ncs/sc_fx_say_see4.ncs b/_module/ncs/sc_fx_say_see4.ncs index 08ae6e2..bebf2f6 100644 Binary files a/_module/ncs/sc_fx_say_see4.ncs and b/_module/ncs/sc_fx_say_see4.ncs differ diff --git a/_module/ncs/sc_fx_scrn_bump.ncs b/_module/ncs/sc_fx_scrn_bump.ncs index 24e0cb1..2706de0 100644 Binary files a/_module/ncs/sc_fx_scrn_bump.ncs and b/_module/ncs/sc_fx_scrn_bump.ncs differ diff --git a/_module/ncs/sc_fx_scrn_shake.ncs b/_module/ncs/sc_fx_scrn_shake.ncs index a9bb726..ee09b45 100644 Binary files a/_module/ncs/sc_fx_scrn_shake.ncs and b/_module/ncs/sc_fx_scrn_shake.ncs differ diff --git a/_module/ncs/sc_fx_smoke_puff.ncs b/_module/ncs/sc_fx_smoke_puff.ncs index 8df1b87..c48bda6 100644 Binary files a/_module/ncs/sc_fx_smoke_puff.ncs and b/_module/ncs/sc_fx_smoke_puff.ncs differ diff --git a/_module/ncs/sc_fx_sunbeam.ncs b/_module/ncs/sc_fx_sunbeam.ncs index 3a05049..3e0f697 100644 Binary files a/_module/ncs/sc_fx_sunbeam.ncs and b/_module/ncs/sc_fx_sunbeam.ncs differ diff --git a/_module/ncs/sc_npc_attacked.ncs b/_module/ncs/sc_npc_attacked.ncs index a58c823..8b70bf0 100644 Binary files a/_module/ncs/sc_npc_attacked.ncs and b/_module/ncs/sc_npc_attacked.ncs differ diff --git a/_module/ncs/sc_npc_spelled.ncs b/_module/ncs/sc_npc_spelled.ncs index fff9464..3a0c74c 100644 Binary files a/_module/ncs/sc_npc_spelled.ncs and b/_module/ncs/sc_npc_spelled.ncs differ diff --git a/_module/ncs/sc_object_attack.ncs b/_module/ncs/sc_object_attack.ncs index 6103533..1cdb585 100644 Binary files a/_module/ncs/sc_object_attack.ncs and b/_module/ncs/sc_object_attack.ncs differ diff --git a/_module/ncs/sc_object_attked.ncs b/_module/ncs/sc_object_attked.ncs index 6103533..1cdb585 100644 Binary files a/_module/ncs/sc_object_attked.ncs and b/_module/ncs/sc_object_attked.ncs differ diff --git a/_module/ncs/sc_object_spelld.ncs b/_module/ncs/sc_object_spelld.ncs index e0f807e..514b9c0 100644 Binary files a/_module/ncs/sc_object_spelld.ncs and b/_module/ncs/sc_object_spelld.ncs differ diff --git a/_module/ncs/sc_on_lock.ncs b/_module/ncs/sc_on_lock.ncs index 06d7663..c927f25 100644 Binary files a/_module/ncs/sc_on_lock.ncs and b/_module/ncs/sc_on_lock.ncs differ diff --git a/_module/ncs/sc_wand_activate.ncs b/_module/ncs/sc_wand_activate.ncs index f631055..2415132 100644 Binary files a/_module/ncs/sc_wand_activate.ncs and b/_module/ncs/sc_wand_activate.ncs differ diff --git a/_module/ncs/scalesofsentenci.ncs b/_module/ncs/scalesofsentenci.ncs index fdac098..f25cacd 100644 Binary files a/_module/ncs/scalesofsentenci.ncs and b/_module/ncs/scalesofsentenci.ncs differ diff --git a/_module/ncs/scan_pc_items.ncs b/_module/ncs/scan_pc_items.ncs index ae72f4d..44ac627 100644 Binary files a/_module/ncs/scan_pc_items.ncs and b/_module/ncs/scan_pc_items.ncs differ diff --git a/_module/ncs/scan_rings.ncs b/_module/ncs/scan_rings.ncs index 0c1f1bc..4c35f19 100644 Binary files a/_module/ncs/scan_rings.ncs and b/_module/ncs/scan_rings.ncs differ diff --git a/_module/ncs/scanswitch.ncs b/_module/ncs/scanswitch.ncs index 2384f43..90c2b2d 100644 Binary files a/_module/ncs/scanswitch.ncs and b/_module/ncs/scanswitch.ncs differ diff --git a/_module/ncs/scribe_descption.ncs b/_module/ncs/scribe_descption.ncs index 6de2f50..8ba46ed 100644 Binary files a/_module/ncs/scribe_descption.ncs and b/_module/ncs/scribe_descption.ncs differ diff --git a/_module/ncs/scribelistens.ncs b/_module/ncs/scribelistens.ncs index d8df726..26b393d 100644 Binary files a/_module/ncs/scribelistens.ncs and b/_module/ncs/scribelistens.ncs differ diff --git a/_module/ncs/scribesetname.ncs b/_module/ncs/scribesetname.ncs index 5270743..2c9588c 100644 Binary files a/_module/ncs/scribesetname.ncs and b/_module/ncs/scribesetname.ncs differ diff --git a/_module/ncs/scribespawn.ncs b/_module/ncs/scribespawn.ncs index 686db2e..cf778bd 100644 Binary files a/_module/ncs/scribespawn.ncs and b/_module/ncs/scribespawn.ncs differ diff --git a/_module/ncs/scry_list.ncs b/_module/ncs/scry_list.ncs index b48f7b3..dc1e4a9 100644 Binary files a/_module/ncs/scry_list.ncs and b/_module/ncs/scry_list.ncs differ diff --git a/_module/ncs/scry_teleport.ncs b/_module/ncs/scry_teleport.ncs index 7439495..5d44bac 100644 Binary files a/_module/ncs/scry_teleport.ncs and b/_module/ncs/scry_teleport.ncs differ diff --git a/_module/ncs/searchtrigger45.ncs b/_module/ncs/searchtrigger45.ncs index c9e2b22..d1f7f55 100644 Binary files a/_module/ncs/searchtrigger45.ncs and b/_module/ncs/searchtrigger45.ncs differ diff --git a/_module/ncs/secret1_yes.ncs b/_module/ncs/secret1_yes.ncs index 220b228..c8aa285 100644 Binary files a/_module/ncs/secret1_yes.ncs and b/_module/ncs/secret1_yes.ncs differ diff --git a/_module/ncs/secret3check.ncs b/_module/ncs/secret3check.ncs index fb3a218..e9cd2c4 100644 Binary files a/_module/ncs/secret3check.ncs and b/_module/ncs/secret3check.ncs differ diff --git a/_module/ncs/secreta1_yes.ncs b/_module/ncs/secreta1_yes.ncs index 1d84232..8413dea 100644 Binary files a/_module/ncs/secreta1_yes.ncs and b/_module/ncs/secreta1_yes.ncs differ diff --git a/_module/ncs/secretbazmottrig.ncs b/_module/ncs/secretbazmottrig.ncs index 3f8bbda..d652db6 100644 Binary files a/_module/ncs/secretbazmottrig.ncs and b/_module/ncs/secretbazmottrig.ncs differ diff --git a/_module/ncs/secretlichtrigg.ncs b/_module/ncs/secretlichtrigg.ncs index b2f2938..f451baf 100644 Binary files a/_module/ncs/secretlichtrigg.ncs and b/_module/ncs/secretlichtrigg.ncs differ diff --git a/_module/ncs/secure_chest_oo.ncs b/_module/ncs/secure_chest_oo.ncs index 78a61ae..1dc2f4d 100644 Binary files a/_module/ncs/secure_chest_oo.ncs and b/_module/ncs/secure_chest_oo.ncs differ diff --git a/_module/ncs/secure_chest_ou.ncs b/_module/ncs/secure_chest_ou.ncs index f6ef834..37753fa 100644 Binary files a/_module/ncs/secure_chest_ou.ncs and b/_module/ncs/secure_chest_ou.ncs differ diff --git a/_module/ncs/sendpestaway.ncs b/_module/ncs/sendpestaway.ncs index e976a25..cd9ca60 100644 Binary files a/_module/ncs/sendpestaway.ncs and b/_module/ncs/sendpestaway.ncs differ diff --git a/_module/ncs/sendtoabyss.ncs b/_module/ncs/sendtoabyss.ncs index b7947cb..95dd66e 100644 Binary files a/_module/ncs/sendtoabyss.ncs and b/_module/ncs/sendtoabyss.ncs differ diff --git a/_module/ncs/set_bann_dm_chat.ncs b/_module/ncs/set_bann_dm_chat.ncs index 0ecbabc..2e3bf2c 100644 Binary files a/_module/ncs/set_bann_dm_chat.ncs and b/_module/ncs/set_bann_dm_chat.ncs differ diff --git a/_module/ncs/set_bann_shout.ncs b/_module/ncs/set_bann_shout.ncs index 5379b27..0d4179f 100644 Binary files a/_module/ncs/set_bann_shout.ncs and b/_module/ncs/set_bann_shout.ncs differ diff --git a/_module/ncs/set_cloak_next.ncs b/_module/ncs/set_cloak_next.ncs index 38dfb50..89f81d0 100644 Binary files a/_module/ncs/set_cloak_next.ncs and b/_module/ncs/set_cloak_next.ncs differ diff --git a/_module/ncs/set_cloak_prev.ncs b/_module/ncs/set_cloak_prev.ncs index 84664a9..2ed2a5f 100644 Binary files a/_module/ncs/set_cloak_prev.ncs and b/_module/ncs/set_cloak_prev.ncs differ diff --git a/_module/ncs/set_text_random.ncs b/_module/ncs/set_text_random.ncs index f2e4274..1c59779 100644 Binary files a/_module/ncs/set_text_random.ncs and b/_module/ncs/set_text_random.ncs differ diff --git a/_module/ncs/setappearance2.ncs b/_module/ncs/setappearance2.ncs index a2c5f43..fd26b4f 100644 Binary files a/_module/ncs/setappearance2.ncs and b/_module/ncs/setappearance2.ncs differ diff --git a/_module/ncs/setbaseappearanc.ncs b/_module/ncs/setbaseappearanc.ncs index 5b4873d..fe4b8b7 100644 Binary files a/_module/ncs/setbaseappearanc.ncs and b/_module/ncs/setbaseappearanc.ncs differ diff --git a/_module/ncs/sethasgambled.ncs b/_module/ncs/sethasgambled.ncs index fffb636..c04ddd0 100644 Binary files a/_module/ncs/sethasgambled.ncs and b/_module/ncs/sethasgambled.ncs differ diff --git a/_module/ncs/setmulticolor.ncs b/_module/ncs/setmulticolor.ncs index 4964d75..343abf4 100644 Binary files a/_module/ncs/setmulticolor.ncs and b/_module/ncs/setmulticolor.ncs differ diff --git a/_module/ncs/setplotcolor.ncs b/_module/ncs/setplotcolor.ncs index b211e5f..f988023 100644 Binary files a/_module/ncs/setplotcolor.ncs and b/_module/ncs/setplotcolor.ncs differ diff --git a/_module/ncs/setrandomcolor.ncs b/_module/ncs/setrandomcolor.ncs index ea8556b..31b2d43 100644 Binary files a/_module/ncs/setrandomcolor.ncs and b/_module/ncs/setrandomcolor.ncs differ diff --git a/_module/ncs/setxpbank.ncs b/_module/ncs/setxpbank.ncs index b1fd530..e54408c 100644 Binary files a/_module/ncs/setxpbank.ncs and b/_module/ncs/setxpbank.ncs differ diff --git a/_module/ncs/sf_bonearm.ncs b/_module/ncs/sf_bonearm.ncs index 4e3efd5..f0f13fd 100644 Binary files a/_module/ncs/sf_bonearm.ncs and b/_module/ncs/sf_bonearm.ncs differ diff --git a/_module/ncs/sf_green_eyes.ncs b/_module/ncs/sf_green_eyes.ncs index 5d82367..07d014a 100644 Binary files a/_module/ncs/sf_green_eyes.ncs and b/_module/ncs/sf_green_eyes.ncs differ diff --git a/_module/ncs/sf_noeyes.ncs b/_module/ncs/sf_noeyes.ncs index d256d49..39c9021 100644 Binary files a/_module/ncs/sf_noeyes.ncs and b/_module/ncs/sf_noeyes.ncs differ diff --git a/_module/ncs/sf_normalarm.ncs b/_module/ncs/sf_normalarm.ncs index 78c9f60..0212a1c 100644 Binary files a/_module/ncs/sf_normalarm.ncs and b/_module/ncs/sf_normalarm.ncs differ diff --git a/_module/ncs/sf_red_eyes.ncs b/_module/ncs/sf_red_eyes.ncs index 381fb0b..6ef6137 100644 Binary files a/_module/ncs/sf_red_eyes.ncs and b/_module/ncs/sf_red_eyes.ncs differ diff --git a/_module/ncs/sf_t_next.ncs b/_module/ncs/sf_t_next.ncs index f9d8268..c3cbcef 100644 Binary files a/_module/ncs/sf_t_next.ncs and b/_module/ncs/sf_t_next.ncs differ diff --git a/_module/ncs/sf_t_prev.ncs b/_module/ncs/sf_t_prev.ncs index 2cf1ea3..4afe468 100644 Binary files a/_module/ncs/sf_t_prev.ncs and b/_module/ncs/sf_t_prev.ncs differ diff --git a/_module/ncs/sf_w_next.ncs b/_module/ncs/sf_w_next.ncs index 1d185e1..bbc6ea2 100644 Binary files a/_module/ncs/sf_w_next.ncs and b/_module/ncs/sf_w_next.ncs differ diff --git a/_module/ncs/sf_w_prev.ncs b/_module/ncs/sf_w_prev.ncs index 08c5242..9d2f5b0 100644 Binary files a/_module/ncs/sf_w_prev.ncs and b/_module/ncs/sf_w_prev.ncs differ diff --git a/_module/ncs/sf_xp.ncs b/_module/ncs/sf_xp.ncs index f2c9f45..b586063 100644 Binary files a/_module/ncs/sf_xp.ncs and b/_module/ncs/sf_xp.ncs differ diff --git a/_module/ncs/sf_yellow_eyes.ncs b/_module/ncs/sf_yellow_eyes.ncs index b6c7d3b..0a6faf7 100644 Binary files a/_module/ncs/sf_yellow_eyes.ncs and b/_module/ncs/sf_yellow_eyes.ncs differ diff --git a/_module/ncs/sfcs_abort_conv.ncs b/_module/ncs/sfcs_abort_conv.ncs index 908b03b..3945f6d 100644 Binary files a/_module/ncs/sfcs_abort_conv.ncs and b/_module/ncs/sfcs_abort_conv.ncs differ diff --git a/_module/ncs/sfcs_ac.ncs b/_module/ncs/sfcs_ac.ncs index 9cc9b98..3a6267f 100644 Binary files a/_module/ncs/sfcs_ac.ncs and b/_module/ncs/sfcs_ac.ncs differ diff --git a/_module/ncs/sfcs_acid.ncs b/_module/ncs/sfcs_acid.ncs index 55bc860..ab1e11e 100644 Binary files a/_module/ncs/sfcs_acid.ncs and b/_module/ncs/sfcs_acid.ncs differ diff --git a/_module/ncs/sfcs_amulet.ncs b/_module/ncs/sfcs_amulet.ncs index 860a99e..6d8b55b 100644 Binary files a/_module/ncs/sfcs_amulet.ncs and b/_module/ncs/sfcs_amulet.ncs differ diff --git a/_module/ncs/sfcs_armour_sc.ncs b/_module/ncs/sfcs_armour_sc.ncs index 2ab8d3c..a154f4e 100644 Binary files a/_module/ncs/sfcs_armour_sc.ncs and b/_module/ncs/sfcs_armour_sc.ncs differ diff --git a/_module/ncs/sfcs_arrow.ncs b/_module/ncs/sfcs_arrow.ncs index 04d2307..b433f0e 100644 Binary files a/_module/ncs/sfcs_arrow.ncs and b/_module/ncs/sfcs_arrow.ncs differ diff --git a/_module/ncs/sfcs_baxe.ncs b/_module/ncs/sfcs_baxe.ncs index 97cd036..e156adb 100644 Binary files a/_module/ncs/sfcs_baxe.ncs and b/_module/ncs/sfcs_baxe.ncs differ diff --git a/_module/ncs/sfcs_bolt.ncs b/_module/ncs/sfcs_bolt.ncs index 02447ec..2eaf96c 100644 Binary files a/_module/ncs/sfcs_bolt.ncs and b/_module/ncs/sfcs_bolt.ncs differ diff --git a/_module/ncs/sfcs_bonus_add.ncs b/_module/ncs/sfcs_bonus_add.ncs index 74bef75..9e46389 100644 Binary files a/_module/ncs/sfcs_bonus_add.ncs and b/_module/ncs/sfcs_bonus_add.ncs differ diff --git a/_module/ncs/sfcs_bonus_rem.ncs b/_module/ncs/sfcs_bonus_rem.ncs index 5073f29..8fb582e 100644 Binary files a/_module/ncs/sfcs_bonus_rem.ncs and b/_module/ncs/sfcs_bonus_rem.ncs differ diff --git a/_module/ncs/sfcs_boots.ncs b/_module/ncs/sfcs_boots.ncs index ac794c9..d413d77 100644 Binary files a/_module/ncs/sfcs_boots.ncs and b/_module/ncs/sfcs_boots.ncs differ diff --git a/_module/ncs/sfcs_bracers.ncs b/_module/ncs/sfcs_bracers.ncs index 23808f4..f9f64db 100644 Binary files a/_module/ncs/sfcs_bracers.ncs and b/_module/ncs/sfcs_bracers.ncs differ diff --git a/_module/ncs/sfcs_bsword.ncs b/_module/ncs/sfcs_bsword.ncs index 53584b3..e8874e3 100644 Binary files a/_module/ncs/sfcs_bsword.ncs and b/_module/ncs/sfcs_bsword.ncs differ diff --git a/_module/ncs/sfcs_cloak.ncs b/_module/ncs/sfcs_cloak.ncs index 723ccbc..555f201 100644 Binary files a/_module/ncs/sfcs_cloak.ncs and b/_module/ncs/sfcs_cloak.ncs differ diff --git a/_module/ncs/sfcs_cloth.ncs b/_module/ncs/sfcs_cloth.ncs index 89c671d..e3da52d 100644 Binary files a/_module/ncs/sfcs_cloth.ncs and b/_module/ncs/sfcs_cloth.ncs differ diff --git a/_module/ncs/sfcs_club.ncs b/_module/ncs/sfcs_club.ncs index 020fd73..63268f2 100644 Binary files a/_module/ncs/sfcs_club.ncs and b/_module/ncs/sfcs_club.ncs differ diff --git a/_module/ncs/sfcs_craft_item.ncs b/_module/ncs/sfcs_craft_item.ncs index afc64a1..1c78b8f 100644 Binary files a/_module/ncs/sfcs_craft_item.ncs and b/_module/ncs/sfcs_craft_item.ncs differ diff --git a/_module/ncs/sfcs_daggar.ncs b/_module/ncs/sfcs_daggar.ncs index 00d206f..32c1419 100644 Binary files a/_module/ncs/sfcs_daggar.ncs and b/_module/ncs/sfcs_daggar.ncs differ diff --git a/_module/ncs/sfcs_daxe.ncs b/_module/ncs/sfcs_daxe.ncs index 1553493..9e00000 100644 Binary files a/_module/ncs/sfcs_daxe.ncs and b/_module/ncs/sfcs_daxe.ncs differ diff --git a/_module/ncs/sfcs_dmace.ncs b/_module/ncs/sfcs_dmace.ncs index 5607d2d..130e8e8 100644 Binary files a/_module/ncs/sfcs_dmace.ncs and b/_module/ncs/sfcs_dmace.ncs differ diff --git a/_module/ncs/sfcs_dwaxe.ncs b/_module/ncs/sfcs_dwaxe.ncs index c373c4b..6a4069d 100644 Binary files a/_module/ncs/sfcs_dwaxe.ncs and b/_module/ncs/sfcs_dwaxe.ncs differ diff --git a/_module/ncs/sfcs_fplate.ncs b/_module/ncs/sfcs_fplate.ncs index 906f9fe..7fac81d 100644 Binary files a/_module/ncs/sfcs_fplate.ncs and b/_module/ncs/sfcs_fplate.ncs differ diff --git a/_module/ncs/sfcs_gauntlets.ncs b/_module/ncs/sfcs_gauntlets.ncs index f051020..b3428d4 100644 Binary files a/_module/ncs/sfcs_gauntlets.ncs and b/_module/ncs/sfcs_gauntlets.ncs differ diff --git a/_module/ncs/sfcs_gaxe.ncs b/_module/ncs/sfcs_gaxe.ncs index f38dfda..04ef57f 100644 Binary files a/_module/ncs/sfcs_gaxe.ncs and b/_module/ncs/sfcs_gaxe.ncs differ diff --git a/_module/ncs/sfcs_gsword.ncs b/_module/ncs/sfcs_gsword.ncs index 925fad8..7a1f016 100644 Binary files a/_module/ncs/sfcs_gsword.ncs and b/_module/ncs/sfcs_gsword.ncs differ diff --git a/_module/ncs/sfcs_halb.ncs b/_module/ncs/sfcs_halb.ncs index 260e542..bd05d38 100644 Binary files a/_module/ncs/sfcs_halb.ncs and b/_module/ncs/sfcs_halb.ncs differ diff --git a/_module/ncs/sfcs_haxe.ncs b/_module/ncs/sfcs_haxe.ncs index 62739a7..85d4e3a 100644 Binary files a/_module/ncs/sfcs_haxe.ncs and b/_module/ncs/sfcs_haxe.ncs differ diff --git a/_module/ncs/sfcs_hcrbow.ncs b/_module/ncs/sfcs_hcrbow.ncs index 3258a72..399589b 100644 Binary files a/_module/ncs/sfcs_hcrbow.ncs and b/_module/ncs/sfcs_hcrbow.ncs differ diff --git a/_module/ncs/sfcs_helmet.ncs b/_module/ncs/sfcs_helmet.ncs index ca67cf4..36a67c1 100644 Binary files a/_module/ncs/sfcs_helmet.ncs and b/_module/ncs/sfcs_helmet.ncs differ diff --git a/_module/ncs/sfcs_hflail.ncs b/_module/ncs/sfcs_hflail.ncs index 083887c..2f1b855 100644 Binary files a/_module/ncs/sfcs_hflail.ncs and b/_module/ncs/sfcs_hflail.ncs differ diff --git a/_module/ncs/sfcs_kama.ncs b/_module/ncs/sfcs_kama.ncs index 2e28a23..27418a0 100644 Binary files a/_module/ncs/sfcs_kama.ncs and b/_module/ncs/sfcs_kama.ncs differ diff --git a/_module/ncs/sfcs_katana.ncs b/_module/ncs/sfcs_katana.ncs index a3cd8cd..42b7996 100644 Binary files a/_module/ncs/sfcs_katana.ncs and b/_module/ncs/sfcs_katana.ncs differ diff --git a/_module/ncs/sfcs_lbow.ncs b/_module/ncs/sfcs_lbow.ncs index 0dc7f02..b490aa8 100644 Binary files a/_module/ncs/sfcs_lbow.ncs and b/_module/ncs/sfcs_lbow.ncs differ diff --git a/_module/ncs/sfcs_lcbow.ncs b/_module/ncs/sfcs_lcbow.ncs index 1f7feaf..5af7a3d 100644 Binary files a/_module/ncs/sfcs_lcbow.ncs and b/_module/ncs/sfcs_lcbow.ncs differ diff --git a/_module/ncs/sfcs_leather.ncs b/_module/ncs/sfcs_leather.ncs index b24fa2a..cce0a8d 100644 Binary files a/_module/ncs/sfcs_leather.ncs and b/_module/ncs/sfcs_leather.ncs differ diff --git a/_module/ncs/sfcs_lflail.ncs b/_module/ncs/sfcs_lflail.ncs index 0464c41..38828e8 100644 Binary files a/_module/ncs/sfcs_lflail.ncs and b/_module/ncs/sfcs_lflail.ncs differ diff --git a/_module/ncs/sfcs_lhammer.ncs b/_module/ncs/sfcs_lhammer.ncs index e7a4757..2e81ef3 100644 Binary files a/_module/ncs/sfcs_lhammer.ncs and b/_module/ncs/sfcs_lhammer.ncs differ diff --git a/_module/ncs/sfcs_lshield.ncs b/_module/ncs/sfcs_lshield.ncs index 27874e1..6103e59 100644 Binary files a/_module/ncs/sfcs_lshield.ncs and b/_module/ncs/sfcs_lshield.ncs differ diff --git a/_module/ncs/sfcs_lsword.ncs b/_module/ncs/sfcs_lsword.ncs index fa93d01..f3d0127 100644 Binary files a/_module/ncs/sfcs_lsword.ncs and b/_module/ncs/sfcs_lsword.ncs differ diff --git a/_module/ncs/sfcs_mace.ncs b/_module/ncs/sfcs_mace.ncs index 8a9cbaa..ad26b26 100644 Binary files a/_module/ncs/sfcs_mace.ncs and b/_module/ncs/sfcs_mace.ncs differ diff --git a/_module/ncs/sfcs_magical.ncs b/_module/ncs/sfcs_magical.ncs index fb43564..4504219 100644 Binary files a/_module/ncs/sfcs_magical.ncs and b/_module/ncs/sfcs_magical.ncs differ diff --git a/_module/ncs/sfcs_mornstar.ncs b/_module/ncs/sfcs_mornstar.ncs index 786cbdb..95ea9c2 100644 Binary files a/_module/ncs/sfcs_mornstar.ncs and b/_module/ncs/sfcs_mornstar.ncs differ diff --git a/_module/ncs/sfcs_pc_gold_chk.ncs b/_module/ncs/sfcs_pc_gold_chk.ncs index 476209b..4bf30ff 100644 Binary files a/_module/ncs/sfcs_pc_gold_chk.ncs and b/_module/ncs/sfcs_pc_gold_chk.ncs differ diff --git a/_module/ncs/sfcs_qstaff.ncs b/_module/ncs/sfcs_qstaff.ncs index 45213bf..7ecc184 100644 Binary files a/_module/ncs/sfcs_qstaff.ncs and b/_module/ncs/sfcs_qstaff.ncs differ diff --git a/_module/ncs/sfcs_ranged_sc.ncs b/_module/ncs/sfcs_ranged_sc.ncs index 56f0298..4669581 100644 Binary files a/_module/ncs/sfcs_ranged_sc.ncs and b/_module/ncs/sfcs_ranged_sc.ncs differ diff --git a/_module/ncs/sfcs_rapier.ncs b/_module/ncs/sfcs_rapier.ncs index 77ba74f..2a74676 100644 Binary files a/_module/ncs/sfcs_rapier.ncs and b/_module/ncs/sfcs_rapier.ncs differ diff --git a/_module/ncs/sfcs_ring.ncs b/_module/ncs/sfcs_ring.ncs index 01d1479..dffca88 100644 Binary files a/_module/ncs/sfcs_ring.ncs and b/_module/ncs/sfcs_ring.ncs differ diff --git a/_module/ncs/sfcs_sbow.ncs b/_module/ncs/sfcs_sbow.ncs index 1570214..5757512 100644 Binary files a/_module/ncs/sfcs_sbow.ncs and b/_module/ncs/sfcs_sbow.ncs differ diff --git a/_module/ncs/sfcs_scim.ncs b/_module/ncs/sfcs_scim.ncs index 9206fb8..f786411 100644 Binary files a/_module/ncs/sfcs_scim.ncs and b/_module/ncs/sfcs_scim.ncs differ diff --git a/_module/ncs/sfcs_scythe.ncs b/_module/ncs/sfcs_scythe.ncs index c5f75f3..b30bbe4 100644 Binary files a/_module/ncs/sfcs_scythe.ncs and b/_module/ncs/sfcs_scythe.ncs differ diff --git a/_module/ncs/sfcs_sickle.ncs b/_module/ncs/sfcs_sickle.ncs index cc2a01c..b299745 100644 Binary files a/_module/ncs/sfcs_sickle.ncs and b/_module/ncs/sfcs_sickle.ncs differ diff --git a/_module/ncs/sfcs_spear.ncs b/_module/ncs/sfcs_spear.ncs index bd716dc..eb754c0 100644 Binary files a/_module/ncs/sfcs_spear.ncs and b/_module/ncs/sfcs_spear.ncs differ diff --git a/_module/ncs/sfcs_sshield.ncs b/_module/ncs/sfcs_sshield.ncs index 07fa251..72be0da 100644 Binary files a/_module/ncs/sfcs_sshield.ncs and b/_module/ncs/sfcs_sshield.ncs differ diff --git a/_module/ncs/sfcs_ssword.ncs b/_module/ncs/sfcs_ssword.ncs index 44ea909..95b9e1a 100644 Binary files a/_module/ncs/sfcs_ssword.ncs and b/_module/ncs/sfcs_ssword.ncs differ diff --git a/_module/ncs/sfcs_start_conv.ncs b/_module/ncs/sfcs_start_conv.ncs index b37d23b..09978e4 100644 Binary files a/_module/ncs/sfcs_start_conv.ncs and b/_module/ncs/sfcs_start_conv.ncs differ diff --git a/_module/ncs/sfcs_tshield.ncs b/_module/ncs/sfcs_tshield.ncs index 9dc04cf..b188fcc 100644 Binary files a/_module/ncs/sfcs_tshield.ncs and b/_module/ncs/sfcs_tshield.ncs differ diff --git a/_module/ncs/sfcs_whammer.ncs b/_module/ncs/sfcs_whammer.ncs index 9744497..489fac6 100644 Binary files a/_module/ncs/sfcs_whammer.ncs and b/_module/ncs/sfcs_whammer.ncs differ diff --git a/_module/ncs/sfcs_whip.ncs b/_module/ncs/sfcs_whip.ncs index 477294d..14eeee6 100644 Binary files a/_module/ncs/sfcs_whip.ncs and b/_module/ncs/sfcs_whip.ncs differ diff --git a/_module/ncs/sfpb_balance.ncs b/_module/ncs/sfpb_balance.ncs index eedc2e9..4793d59 100644 Binary files a/_module/ncs/sfpb_balance.ncs and b/_module/ncs/sfpb_balance.ncs differ diff --git a/_module/ncs/sfpb_close.ncs b/_module/ncs/sfpb_close.ncs index 9f5f573..a6a0b07 100644 Binary files a/_module/ncs/sfpb_close.ncs and b/_module/ncs/sfpb_close.ncs differ diff --git a/_module/ncs/sfpb_conv.ncs b/_module/ncs/sfpb_conv.ncs index cffb728..a2e879f 100644 Binary files a/_module/ncs/sfpb_conv.ncs and b/_module/ncs/sfpb_conv.ncs differ diff --git a/_module/ncs/sfpb_deposit.ncs b/_module/ncs/sfpb_deposit.ncs index 1680fb9..daeb24b 100644 Binary files a/_module/ncs/sfpb_deposit.ncs and b/_module/ncs/sfpb_deposit.ncs differ diff --git a/_module/ncs/sfpb_invalid.ncs b/_module/ncs/sfpb_invalid.ncs index 649580c..2b24886 100644 Binary files a/_module/ncs/sfpb_invalid.ncs and b/_module/ncs/sfpb_invalid.ncs differ diff --git a/_module/ncs/sfpb_open.ncs b/_module/ncs/sfpb_open.ncs index d7947ca..df2579b 100644 Binary files a/_module/ncs/sfpb_open.ncs and b/_module/ncs/sfpb_open.ncs differ diff --git a/_module/ncs/sfpb_used.ncs b/_module/ncs/sfpb_used.ncs index 4426561..4190387 100644 Binary files a/_module/ncs/sfpb_used.ncs and b/_module/ncs/sfpb_used.ncs differ diff --git a/_module/ncs/sfpb_w_fail.ncs b/_module/ncs/sfpb_w_fail.ncs index 6ea1733..c3bc05d 100644 Binary files a/_module/ncs/sfpb_w_fail.ncs and b/_module/ncs/sfpb_w_fail.ncs differ diff --git a/_module/ncs/sfpb_withdraw.ncs b/_module/ncs/sfpb_withdraw.ncs index a9af9e4..cd4adda 100644 Binary files a/_module/ncs/sfpb_withdraw.ncs and b/_module/ncs/sfpb_withdraw.ncs differ diff --git a/_module/ncs/sha_dd_onpc_entr.ncs b/_module/ncs/sha_dd_onpc_entr.ncs index 6b17456..0ac1252 100644 Binary files a/_module/ncs/sha_dd_onpc_entr.ncs and b/_module/ncs/sha_dd_onpc_entr.ncs differ diff --git a/_module/ncs/sha_dd_onpc_lvl.ncs b/_module/ncs/sha_dd_onpc_lvl.ncs index b3ac59e..e42d441 100644 Binary files a/_module/ncs/sha_dd_onpc_lvl.ncs and b/_module/ncs/sha_dd_onpc_lvl.ncs differ diff --git a/_module/ncs/shadowsword44.ncs b/_module/ncs/shadowsword44.ncs index fdac098..f25cacd 100644 Binary files a/_module/ncs/shadowsword44.ncs and b/_module/ncs/shadowsword44.ncs differ diff --git a/_module/ncs/shopdoor.ncs b/_module/ncs/shopdoor.ncs index 50083a0..e2fbdf4 100644 Binary files a/_module/ncs/shopdoor.ncs and b/_module/ncs/shopdoor.ncs differ diff --git a/_module/ncs/shopdoorfast.ncs b/_module/ncs/shopdoorfast.ncs index 1327fcc..600074d 100644 Binary files a/_module/ncs/shopdoorfast.ncs and b/_module/ncs/shopdoorfast.ncs differ diff --git a/_module/ncs/shopdoorquick.ncs b/_module/ncs/shopdoorquick.ncs index b96409e..95d13eb 100644 Binary files a/_module/ncs/shopdoorquick.ncs and b/_module/ncs/shopdoorquick.ncs differ diff --git a/_module/ncs/shortbowofruin44.ncs b/_module/ncs/shortbowofruin44.ncs index fdac098..f25cacd 100644 Binary files a/_module/ncs/shortbowofruin44.ncs and b/_module/ncs/shortbowofruin44.ncs differ diff --git a/_module/ncs/shroudondeath.ncs b/_module/ncs/shroudondeath.ncs index a5224ed..0b5d67c 100644 Binary files a/_module/ncs/shroudondeath.ncs and b/_module/ncs/shroudondeath.ncs differ diff --git a/_module/ncs/siempre.ncs b/_module/ncs/siempre.ncs index fdac098..f25cacd 100644 Binary files a/_module/ncs/siempre.ncs and b/_module/ncs/siempre.ncs differ diff --git a/_module/ncs/skeletondeath.ncs b/_module/ncs/skeletondeath.ncs index fad85fa..31a342f 100644 Binary files a/_module/ncs/skeletondeath.ncs and b/_module/ncs/skeletondeath.ncs differ diff --git a/_module/ncs/spawn_apprentice.ncs b/_module/ncs/spawn_apprentice.ncs index 1f431ae..bbfea9a 100644 Binary files a/_module/ncs/spawn_apprentice.ncs and b/_module/ncs/spawn_apprentice.ncs differ diff --git a/_module/ncs/spawn_banker.ncs b/_module/ncs/spawn_banker.ncs index 3f87ecf..ec327a8 100644 Binary files a/_module/ncs/spawn_banker.ncs and b/_module/ncs/spawn_banker.ncs differ diff --git a/_module/ncs/spawn_forge_oe.ncs b/_module/ncs/spawn_forge_oe.ncs index 8a06c14..f7aa710 100644 Binary files a/_module/ncs/spawn_forge_oe.ncs and b/_module/ncs/spawn_forge_oe.ncs differ diff --git a/_module/ncs/spawn_gem.ncs b/_module/ncs/spawn_gem.ncs index 74417cd..90d2b8a 100644 Binary files a/_module/ncs/spawn_gem.ncs and b/_module/ncs/spawn_gem.ncs differ diff --git a/_module/ncs/spawn_gems.ncs b/_module/ncs/spawn_gems.ncs index 74417cd..90d2b8a 100644 Binary files a/_module/ncs/spawn_gems.ncs and b/_module/ncs/spawn_gems.ncs differ diff --git a/_module/ncs/spawn_grimm.ncs b/_module/ncs/spawn_grimm.ncs index 0564af6..9e3196c 100644 Binary files a/_module/ncs/spawn_grimm.ncs and b/_module/ncs/spawn_grimm.ncs differ diff --git a/_module/ncs/spawn_scribe_onc.ncs b/_module/ncs/spawn_scribe_onc.ncs index 61fcb95..1957eda 100644 Binary files a/_module/ncs/spawn_scribe_onc.ncs and b/_module/ncs/spawn_scribe_onc.ncs differ diff --git a/_module/ncs/spawn_tailors.ncs b/_module/ncs/spawn_tailors.ncs index e4a5afd..d6d36de 100644 Binary files a/_module/ncs/spawn_tailors.ncs and b/_module/ncs/spawn_tailors.ncs differ diff --git a/_module/ncs/spawn_voidlich.ncs b/_module/ncs/spawn_voidlich.ncs index 9257f5d..97acdac 100644 Binary files a/_module/ncs/spawn_voidlich.ncs and b/_module/ncs/spawn_voidlich.ncs differ diff --git a/_module/ncs/spawnangel.ncs b/_module/ncs/spawnangel.ncs index 444df98..55c064c 100644 Binary files a/_module/ncs/spawnangel.ncs and b/_module/ncs/spawnangel.ncs differ diff --git a/_module/ncs/spawnangel2.ncs b/_module/ncs/spawnangel2.ncs index f52a37f..0fc165f 100644 Binary files a/_module/ncs/spawnangel2.ncs and b/_module/ncs/spawnangel2.ncs differ diff --git a/_module/ncs/spawnarenashop.ncs b/_module/ncs/spawnarenashop.ncs index 2ac4aca..c066107 100644 Binary files a/_module/ncs/spawnarenashop.ncs and b/_module/ncs/spawnarenashop.ncs differ diff --git a/_module/ncs/spawnclone.ncs b/_module/ncs/spawnclone.ncs index a6cf568..19c7f57 100644 Binary files a/_module/ncs/spawnclone.ncs and b/_module/ncs/spawnclone.ncs differ diff --git a/_module/ncs/spawndm.ncs b/_module/ncs/spawndm.ncs index fe1de13..ec92774 100644 Binary files a/_module/ncs/spawndm.ncs and b/_module/ncs/spawndm.ncs differ diff --git a/_module/ncs/spawnhvnstore.ncs b/_module/ncs/spawnhvnstore.ncs index 50048f2..cba9f4d 100644 Binary files a/_module/ncs/spawnhvnstore.ncs and b/_module/ncs/spawnhvnstore.ncs differ diff --git a/_module/ncs/spawnloremaster.ncs b/_module/ncs/spawnloremaster.ncs index 3149e50..36d4d94 100644 Binary files a/_module/ncs/spawnloremaster.ncs and b/_module/ncs/spawnloremaster.ncs differ diff --git a/_module/ncs/spawnmortanna.ncs b/_module/ncs/spawnmortanna.ncs index b8df813..3023efb 100644 Binary files a/_module/ncs/spawnmortanna.ncs and b/_module/ncs/spawnmortanna.ncs differ diff --git a/_module/ncs/spawnpixels.ncs b/_module/ncs/spawnpixels.ncs index 0d6b205..aa8c79a 100644 Binary files a/_module/ncs/spawnpixels.ncs and b/_module/ncs/spawnpixels.ncs differ diff --git a/_module/ncs/spawntmplpreist.ncs b/_module/ncs/spawntmplpreist.ncs index 397deeb..180b87c 100644 Binary files a/_module/ncs/spawntmplpreist.ncs and b/_module/ncs/spawntmplpreist.ncs differ diff --git a/_module/ncs/spawnwarningtrig.ncs b/_module/ncs/spawnwarningtrig.ncs index a109c88..ef16184 100644 Binary files a/_module/ncs/spawnwarningtrig.ncs and b/_module/ncs/spawnwarningtrig.ncs differ diff --git a/_module/ncs/spawnzatarra.ncs b/_module/ncs/spawnzatarra.ncs index a3554da..2964bbe 100644 Binary files a/_module/ncs/spawnzatarra.ncs and b/_module/ncs/spawnzatarra.ncs differ diff --git a/_module/ncs/speedcast.ncs b/_module/ncs/speedcast.ncs index 2f3aa01..9dcab05 100644 Binary files a/_module/ncs/speedcast.ncs and b/_module/ncs/speedcast.ncs differ diff --git a/_module/ncs/speedcaster.ncs b/_module/ncs/speedcaster.ncs index 0f82a1b..23b2472 100644 Binary files a/_module/ncs/speedcaster.ncs and b/_module/ncs/speedcaster.ncs differ diff --git a/_module/ncs/speedcaster_oc.ncs b/_module/ncs/speedcaster_oc.ncs index 401c8e1..22bf250 100644 Binary files a/_module/ncs/speedcaster_oc.ncs and b/_module/ncs/speedcaster_oc.ncs differ diff --git a/_module/ncs/spell_slots_sc.ncs b/_module/ncs/spell_slots_sc.ncs index 5be77b4..bb5336f 100644 Binary files a/_module/ncs/spell_slots_sc.ncs and b/_module/ncs/spell_slots_sc.ncs differ diff --git a/_module/ncs/spelldefender.ncs b/_module/ncs/spelldefender.ncs index b792d24..fa3b3a1 100644 Binary files a/_module/ncs/spelldefender.ncs and b/_module/ncs/spelldefender.ncs differ diff --git a/_module/ncs/spwnbrothelhore.ncs b/_module/ncs/spwnbrothelhore.ncs index a286a72..c42c391 100644 Binary files a/_module/ncs/spwnbrothelhore.ncs and b/_module/ncs/spwnbrothelhore.ncs differ diff --git a/_module/ncs/spwnbrothelking.ncs b/_module/ncs/spwnbrothelking.ncs index 6fc2fc3..2d8956d 100644 Binary files a/_module/ncs/spwnbrothelking.ncs and b/_module/ncs/spwnbrothelking.ncs differ diff --git a/_module/ncs/spwnbrothelshop.ncs b/_module/ncs/spwnbrothelshop.ncs index f19ae7e..0f45ed5 100644 Binary files a/_module/ncs/spwnbrothelshop.ncs and b/_module/ncs/spwnbrothelshop.ncs differ diff --git a/_module/ncs/spwnbrothelsoldr.ncs b/_module/ncs/spwnbrothelsoldr.ncs index cde380c..6aa783c 100644 Binary files a/_module/ncs/spwnbrothelsoldr.ncs and b/_module/ncs/spwnbrothelsoldr.ncs differ diff --git a/_module/ncs/spwndmguile.ncs b/_module/ncs/spwndmguile.ncs index 4afbd43..b2b8151 100644 Binary files a/_module/ncs/spwndmguile.ncs and b/_module/ncs/spwndmguile.ncs differ diff --git a/_module/ncs/spwnepichenchman.ncs b/_module/ncs/spwnepichenchman.ncs index f215928..d3ea242 100644 Binary files a/_module/ncs/spwnepichenchman.ncs and b/_module/ncs/spwnepichenchman.ncs differ diff --git a/_module/ncs/spwnepichenchp.ncs b/_module/ncs/spwnepichenchp.ncs index d3dcb0c..79bbfcb 100644 Binary files a/_module/ncs/spwnepichenchp.ncs and b/_module/ncs/spwnepichenchp.ncs differ diff --git a/_module/ncs/spwnepicmage.ncs b/_module/ncs/spwnepicmage.ncs index cb65a0f..3aea4de 100644 Binary files a/_module/ncs/spwnepicmage.ncs and b/_module/ncs/spwnepicmage.ncs differ diff --git a/_module/ncs/spwngrthench1.ncs b/_module/ncs/spwngrthench1.ncs index 3429237..f20b603 100644 Binary files a/_module/ncs/spwngrthench1.ncs and b/_module/ncs/spwngrthench1.ncs differ diff --git a/_module/ncs/spwngrthench2.ncs b/_module/ncs/spwngrthench2.ncs index c2eaf27..8ebef0d 100644 Binary files a/_module/ncs/spwngrthench2.ncs and b/_module/ncs/spwngrthench2.ncs differ diff --git a/_module/ncs/spwngrthench3.ncs b/_module/ncs/spwngrthench3.ncs index cc78ecb..b7cbb07 100644 Binary files a/_module/ncs/spwngrthench3.ncs and b/_module/ncs/spwngrthench3.ncs differ diff --git a/_module/ncs/spwnhenchman1.ncs b/_module/ncs/spwnhenchman1.ncs index 21d803c..561623c 100644 Binary files a/_module/ncs/spwnhenchman1.ncs and b/_module/ncs/spwnhenchman1.ncs differ diff --git a/_module/ncs/spwnmagehench.ncs b/_module/ncs/spwnmagehench.ncs index a22c105..ab6327e 100644 Binary files a/_module/ncs/spwnmagehench.ncs and b/_module/ncs/spwnmagehench.ncs differ diff --git a/_module/ncs/spwnstripper.ncs b/_module/ncs/spwnstripper.ncs index d635b51..07194da 100644 Binary files a/_module/ncs/spwnstripper.ncs and b/_module/ncs/spwnstripper.ncs differ diff --git a/_module/ncs/ssecretlock1.ncs b/_module/ncs/ssecretlock1.ncs index a377663..4e4e060 100644 Binary files a/_module/ncs/ssecretlock1.ncs and b/_module/ncs/ssecretlock1.ncs differ diff --git a/_module/ncs/staff002.ncs b/_module/ncs/staff002.ncs index 1994b6b..c4c19e4 100644 Binary files a/_module/ncs/staff002.ncs and b/_module/ncs/staff002.ncs differ diff --git a/_module/ncs/stargateportspc.ncs b/_module/ncs/stargateportspc.ncs index ba27d9a..f1f05ed 100644 Binary files a/_module/ncs/stargateportspc.ncs and b/_module/ncs/stargateportspc.ncs differ diff --git a/_module/ncs/startarmorshop.ncs b/_module/ncs/startarmorshop.ncs index 06da2c5..7ce1da6 100644 Binary files a/_module/ncs/startarmorshop.ncs and b/_module/ncs/startarmorshop.ncs differ diff --git a/_module/ncs/startingvisual.ncs b/_module/ncs/startingvisual.ncs index f610043..0e4b0bb 100644 Binary files a/_module/ncs/startingvisual.ncs and b/_module/ncs/startingvisual.ncs differ diff --git a/_module/ncs/startmercrare.ncs b/_module/ncs/startmercrare.ncs index 7691b6f..5a1a3eb 100644 Binary files a/_module/ncs/startmercrare.ncs and b/_module/ncs/startmercrare.ncs differ diff --git a/_module/ncs/startmercweap.ncs b/_module/ncs/startmercweap.ncs index 42a0937..ada4622 100644 Binary files a/_module/ncs/startmercweap.ncs and b/_module/ncs/startmercweap.ncs differ diff --git a/_module/ncs/startmercwondrou.ncs b/_module/ncs/startmercwondrou.ncs index 16c9843..dd27706 100644 Binary files a/_module/ncs/startmercwondrou.ncs and b/_module/ncs/startmercwondrou.ncs differ diff --git a/_module/ncs/startmessage.ncs b/_module/ncs/startmessage.ncs index 9a9a28e..bb61900 100644 Binary files a/_module/ncs/startmessage.ncs and b/_module/ncs/startmessage.ncs differ diff --git a/_module/ncs/startmessage3.ncs b/_module/ncs/startmessage3.ncs index 294c55d..06ca127 100644 Binary files a/_module/ncs/startmessage3.ncs and b/_module/ncs/startmessage3.ncs differ diff --git a/_module/ncs/startoutletarmor.ncs b/_module/ncs/startoutletarmor.ncs index a2391ca..9f0110c 100644 Binary files a/_module/ncs/startoutletarmor.ncs and b/_module/ncs/startoutletarmor.ncs differ diff --git a/_module/ncs/startresting.ncs b/_module/ncs/startresting.ncs index 7fdd357..871b4e8 100644 Binary files a/_module/ncs/startresting.ncs and b/_module/ncs/startresting.ncs differ diff --git a/_module/ncs/startsocketconv.ncs b/_module/ncs/startsocketconv.ncs index dacd39b..98477f0 100644 Binary files a/_module/ncs/startsocketconv.ncs and b/_module/ncs/startsocketconv.ncs differ diff --git a/_module/ncs/startweap1merc.ncs b/_module/ncs/startweap1merc.ncs index 42a0937..ada4622 100644 Binary files a/_module/ncs/startweap1merc.ncs and b/_module/ncs/startweap1merc.ncs differ diff --git a/_module/ncs/startwizmerc.ncs b/_module/ncs/startwizmerc.ncs index 0b7d9c6..089729e 100644 Binary files a/_module/ncs/startwizmerc.ncs and b/_module/ncs/startwizmerc.ncs differ diff --git a/_module/ncs/startwondmerc2.ncs b/_module/ncs/startwondmerc2.ncs index 53a6f2e..a70998f 100644 Binary files a/_module/ncs/startwondmerc2.ncs and b/_module/ncs/startwondmerc2.ncs differ diff --git a/_module/ncs/statueflamespc.ncs b/_module/ncs/statueflamespc.ncs index 5999ddc..685ae54 100644 Binary files a/_module/ncs/statueflamespc.ncs and b/_module/ncs/statueflamespc.ncs differ diff --git a/_module/ncs/statueheals.ncs b/_module/ncs/statueheals.ncs index a69779c..df1d819 100644 Binary files a/_module/ncs/statueheals.ncs and b/_module/ncs/statueheals.ncs differ diff --git a/_module/ncs/statuejudespc.ncs b/_module/ncs/statuejudespc.ncs index fe6f2d1..1e5af7a 100644 Binary files a/_module/ncs/statuejudespc.ncs and b/_module/ncs/statuejudespc.ncs differ diff --git a/_module/ncs/statuejumptrig1.ncs b/_module/ncs/statuejumptrig1.ncs index e7e48b6..71b0028 100644 Binary files a/_module/ncs/statuejumptrig1.ncs and b/_module/ncs/statuejumptrig1.ncs differ diff --git a/_module/ncs/statuetlktrigger.ncs b/_module/ncs/statuetlktrigger.ncs index 73b6250..0ab14a7 100644 Binary files a/_module/ncs/statuetlktrigger.ncs and b/_module/ncs/statuetlktrigger.ncs differ diff --git a/_module/ncs/stoneport2guild.ncs b/_module/ncs/stoneport2guild.ncs index 50f36f1..8e90933 100644 Binary files a/_module/ncs/stoneport2guild.ncs and b/_module/ncs/stoneport2guild.ncs differ diff --git a/_module/ncs/stoneportshome.ncs b/_module/ncs/stoneportshome.ncs index 6f57b4d..bb8805a 100644 Binary files a/_module/ncs/stoneportshome.ncs and b/_module/ncs/stoneportshome.ncs differ diff --git a/_module/ncs/stonerecallspc.ncs b/_module/ncs/stonerecallspc.ncs index 0dcb887..d740692 100644 Binary files a/_module/ncs/stonerecallspc.ncs and b/_module/ncs/stonerecallspc.ncs differ diff --git a/_module/ncs/stonestoresloc.ncs b/_module/ncs/stonestoresloc.ncs index 0ba940c..5d073a5 100644 Binary files a/_module/ncs/stonestoresloc.ncs and b/_module/ncs/stonestoresloc.ncs differ diff --git a/_module/ncs/strangemechscrpt.ncs b/_module/ncs/strangemechscrpt.ncs index 4f1d45b..b799a3b 100644 Binary files a/_module/ncs/strangemechscrpt.ncs and b/_module/ncs/strangemechscrpt.ncs differ diff --git a/_module/ncs/stripperspawn.ncs b/_module/ncs/stripperspawn.ncs index e4513a1..45712c4 100644 Binary files a/_module/ncs/stripperspawn.ncs and b/_module/ncs/stripperspawn.ncs differ diff --git a/_module/ncs/stripwalk.ncs b/_module/ncs/stripwalk.ncs index 1d2101b..5561596 100644 Binary files a/_module/ncs/stripwalk.ncs and b/_module/ncs/stripwalk.ncs differ diff --git a/_module/ncs/sumchambport1.ncs b/_module/ncs/sumchambport1.ncs index efe7fbd..76e9341 100644 Binary files a/_module/ncs/sumchambport1.ncs and b/_module/ncs/sumchambport1.ncs differ diff --git a/_module/ncs/sumcirclespawn01.ncs b/_module/ncs/sumcirclespawn01.ncs index 62a73a9..3473419 100644 Binary files a/_module/ncs/sumcirclespawn01.ncs and b/_module/ncs/sumcirclespawn01.ncs differ diff --git a/_module/ncs/sumcirclespawn02.ncs b/_module/ncs/sumcirclespawn02.ncs index c0f3a6c..a623451 100644 Binary files a/_module/ncs/sumcirclespawn02.ncs and b/_module/ncs/sumcirclespawn02.ncs differ diff --git a/_module/ncs/sumcirclespawn03.ncs b/_module/ncs/sumcirclespawn03.ncs index 83cf6b0..779cf28 100644 Binary files a/_module/ncs/sumcirclespawn03.ncs and b/_module/ncs/sumcirclespawn03.ncs differ diff --git a/_module/ncs/sumcirclespawn04.ncs b/_module/ncs/sumcirclespawn04.ncs index 79ed92d..3e8dca7 100644 Binary files a/_module/ncs/sumcirclespawn04.ncs and b/_module/ncs/sumcirclespawn04.ncs differ diff --git a/_module/ncs/sumcirclespawn05.ncs b/_module/ncs/sumcirclespawn05.ncs index 475252a..6c17492 100644 Binary files a/_module/ncs/sumcirclespawn05.ncs and b/_module/ncs/sumcirclespawn05.ncs differ diff --git a/_module/ncs/sumcirclespawn06.ncs b/_module/ncs/sumcirclespawn06.ncs index 4f8b4dc..a977563 100644 Binary files a/_module/ncs/sumcirclespawn06.ncs and b/_module/ncs/sumcirclespawn06.ncs differ diff --git a/_module/ncs/sumcirclespawn07.ncs b/_module/ncs/sumcirclespawn07.ncs index 177e938..d71c08f 100644 Binary files a/_module/ncs/sumcirclespawn07.ncs and b/_module/ncs/sumcirclespawn07.ncs differ diff --git a/_module/ncs/sumcirclespawn08.ncs b/_module/ncs/sumcirclespawn08.ncs index ad88030..7bc5d0e 100644 Binary files a/_module/ncs/sumcirclespawn08.ncs and b/_module/ncs/sumcirclespawn08.ncs differ diff --git a/_module/ncs/sumcirclespawn11.ncs b/_module/ncs/sumcirclespawn11.ncs index 8dda642..f531b68 100644 Binary files a/_module/ncs/sumcirclespawn11.ncs and b/_module/ncs/sumcirclespawn11.ncs differ diff --git a/_module/ncs/sumcirclespawn12.ncs b/_module/ncs/sumcirclespawn12.ncs index 252a31e..0505592 100644 Binary files a/_module/ncs/sumcirclespawn12.ncs and b/_module/ncs/sumcirclespawn12.ncs differ diff --git a/_module/ncs/sumcirclespawn6.ncs b/_module/ncs/sumcirclespawn6.ncs index 271f976..a55f8a6 100644 Binary files a/_module/ncs/sumcirclespawn6.ncs and b/_module/ncs/sumcirclespawn6.ncs differ diff --git a/_module/ncs/summon1.ncs b/_module/ncs/summon1.ncs index 66bc49f..0be9ddd 100644 Binary files a/_module/ncs/summon1.ncs and b/_module/ncs/summon1.ncs differ diff --git a/_module/ncs/summon10.ncs b/_module/ncs/summon10.ncs index 7ea3f4f..972975b 100644 Binary files a/_module/ncs/summon10.ncs and b/_module/ncs/summon10.ncs differ diff --git a/_module/ncs/summon11.ncs b/_module/ncs/summon11.ncs index 990281b..bd86f35 100644 Binary files a/_module/ncs/summon11.ncs and b/_module/ncs/summon11.ncs differ diff --git a/_module/ncs/summon12.ncs b/_module/ncs/summon12.ncs index f036523..f9daa4a 100644 Binary files a/_module/ncs/summon12.ncs and b/_module/ncs/summon12.ncs differ diff --git a/_module/ncs/summon2.ncs b/_module/ncs/summon2.ncs index edc147d..8721cf1 100644 Binary files a/_module/ncs/summon2.ncs and b/_module/ncs/summon2.ncs differ diff --git a/_module/ncs/summon3.ncs b/_module/ncs/summon3.ncs index d889c25..068205e 100644 Binary files a/_module/ncs/summon3.ncs and b/_module/ncs/summon3.ncs differ diff --git a/_module/ncs/summon4.ncs b/_module/ncs/summon4.ncs index d21e57c..e2fe8c3 100644 Binary files a/_module/ncs/summon4.ncs and b/_module/ncs/summon4.ncs differ diff --git a/_module/ncs/summon5.ncs b/_module/ncs/summon5.ncs index a456c1e..136fb39 100644 Binary files a/_module/ncs/summon5.ncs and b/_module/ncs/summon5.ncs differ diff --git a/_module/ncs/summon6.ncs b/_module/ncs/summon6.ncs index bd2cb79..601167e 100644 Binary files a/_module/ncs/summon6.ncs and b/_module/ncs/summon6.ncs differ diff --git a/_module/ncs/summon7.ncs b/_module/ncs/summon7.ncs index 2816238..e3cb469 100644 Binary files a/_module/ncs/summon7.ncs and b/_module/ncs/summon7.ncs differ diff --git a/_module/ncs/summon8.ncs b/_module/ncs/summon8.ncs index c286edf..f58df9d 100644 Binary files a/_module/ncs/summon8.ncs and b/_module/ncs/summon8.ncs differ diff --git a/_module/ncs/summon9.ncs b/_module/ncs/summon9.ncs index 286799c..f3dc74b 100644 Binary files a/_module/ncs/summon9.ncs and b/_module/ncs/summon9.ncs differ diff --git a/_module/ncs/summon_balor.ncs b/_module/ncs/summon_balor.ncs index 57879bf..f747e09 100644 Binary files a/_module/ncs/summon_balor.ncs and b/_module/ncs/summon_balor.ncs differ diff --git a/_module/ncs/supmastrvsmonkpc.ncs b/_module/ncs/supmastrvsmonkpc.ncs index 2303480..14fb3ec 100644 Binary files a/_module/ncs/supmastrvsmonkpc.ncs and b/_module/ncs/supmastrvsmonkpc.ncs differ diff --git a/_module/ncs/tailors_on_spawn.ncs b/_module/ncs/tailors_on_spawn.ncs index 7d0b08c..e1ae88d 100644 Binary files a/_module/ncs/tailors_on_spawn.ncs and b/_module/ncs/tailors_on_spawn.ncs differ diff --git a/_module/ncs/takearenatoken.ncs b/_module/ncs/takearenatoken.ncs index c75f416..dfc9112 100644 Binary files a/_module/ncs/takearenatoken.ncs and b/_module/ncs/takearenatoken.ncs differ diff --git a/_module/ncs/takedeathtrigg.ncs b/_module/ncs/takedeathtrigg.ncs index 409474a..25293a2 100644 Binary files a/_module/ncs/takedeathtrigg.ncs and b/_module/ncs/takedeathtrigg.ncs differ diff --git a/_module/ncs/takengivestone.ncs b/_module/ncs/takengivestone.ncs index abd8080..58fb548 100644 Binary files a/_module/ncs/takengivestone.ncs and b/_module/ncs/takengivestone.ncs differ diff --git a/_module/ncs/takepcscry.ncs b/_module/ncs/takepcscry.ncs index d40b70f..8388e55 100644 Binary files a/_module/ncs/takepcscry.ncs and b/_module/ncs/takepcscry.ncs differ diff --git a/_module/ncs/takeruinandhellb.ncs b/_module/ncs/takeruinandhellb.ncs index a819292..0bb9116 100644 Binary files a/_module/ncs/takeruinandhellb.ncs and b/_module/ncs/takeruinandhellb.ncs differ diff --git a/_module/ncs/talkingnpc.ncs b/_module/ncs/talkingnpc.ncs index cdfdf51..a1c6a36 100644 Binary files a/_module/ncs/talkingnpc.ncs and b/_module/ncs/talkingnpc.ncs differ diff --git a/_module/ncs/teleheal.ncs b/_module/ncs/teleheal.ncs index d0c0765..5632fbb 100644 Binary files a/_module/ncs/teleheal.ncs and b/_module/ncs/teleheal.ncs differ diff --git a/_module/ncs/teleport1.ncs b/_module/ncs/teleport1.ncs index 78a1927..2f0cd26 100644 Binary files a/_module/ncs/teleport1.ncs and b/_module/ncs/teleport1.ncs differ diff --git a/_module/ncs/teleport2.ncs b/_module/ncs/teleport2.ncs index 6d1bf39..9017d38 100644 Binary files a/_module/ncs/teleport2.ncs and b/_module/ncs/teleport2.ncs differ diff --git a/_module/ncs/teleport3.ncs b/_module/ncs/teleport3.ncs index 650cbb4..c75e533 100644 Binary files a/_module/ncs/teleport3.ncs and b/_module/ncs/teleport3.ncs differ diff --git a/_module/ncs/teleport4.ncs b/_module/ncs/teleport4.ncs index 07b3562..a3cc8af 100644 Binary files a/_module/ncs/teleport4.ncs and b/_module/ncs/teleport4.ncs differ diff --git a/_module/ncs/teleport5.ncs b/_module/ncs/teleport5.ncs index 8628d68..013b397 100644 Binary files a/_module/ncs/teleport5.ncs and b/_module/ncs/teleport5.ncs differ diff --git a/_module/ncs/teleport6.ncs b/_module/ncs/teleport6.ncs index 7970bf5..6af5ea4 100644 Binary files a/_module/ncs/teleport6.ncs and b/_module/ncs/teleport6.ncs differ diff --git a/_module/ncs/teleport7.ncs b/_module/ncs/teleport7.ncs index 4655421..443118e 100644 Binary files a/_module/ncs/teleport7.ncs and b/_module/ncs/teleport7.ncs differ diff --git a/_module/ncs/teleportusegreen.ncs b/_module/ncs/teleportusegreen.ncs index 902ba61..5cc0507 100644 Binary files a/_module/ncs/teleportusegreen.ncs and b/_module/ncs/teleportusegreen.ncs differ diff --git a/_module/ncs/teleportusered.ncs b/_module/ncs/teleportusered.ncs index 715a0b7..82adb8d 100644 Binary files a/_module/ncs/teleportusered.ncs and b/_module/ncs/teleportusered.ncs differ diff --git a/_module/ncs/telerod.ncs b/_module/ncs/telerod.ncs index fdac098..f25cacd 100644 Binary files a/_module/ncs/telerod.ncs and b/_module/ncs/telerod.ncs differ diff --git a/_module/ncs/telgemspawn1.ncs b/_module/ncs/telgemspawn1.ncs index 9da2886..79686bc 100644 Binary files a/_module/ncs/telgemspawn1.ncs and b/_module/ncs/telgemspawn1.ncs differ diff --git a/_module/ncs/tell_time_ou.ncs b/_module/ncs/tell_time_ou.ncs index 58a5817..367a97f 100644 Binary files a/_module/ncs/tell_time_ou.ncs and b/_module/ncs/tell_time_ou.ncs differ diff --git a/_module/ncs/tellwandsystem.ncs b/_module/ncs/tellwandsystem.ncs index 63426f4..6019656 100644 Binary files a/_module/ncs/tellwandsystem.ncs and b/_module/ncs/tellwandsystem.ncs differ diff --git a/_module/ncs/test.ncs b/_module/ncs/test.ncs index 086eebe..1d04186 100644 Binary files a/_module/ncs/test.ncs and b/_module/ncs/test.ncs differ diff --git a/_module/ncs/testing_script.ncs b/_module/ncs/testing_script.ncs index 14d4d8f..2be3379 100644 Binary files a/_module/ncs/testing_script.ncs and b/_module/ncs/testing_script.ncs differ diff --git a/_module/ncs/thehandofgod.ncs b/_module/ncs/thehandofgod.ncs index fdac098..f25cacd 100644 Binary files a/_module/ncs/thehandofgod.ncs and b/_module/ncs/thehandofgod.ncs differ diff --git a/_module/ncs/time_keeper.ncs b/_module/ncs/time_keeper.ncs index 4e1010b..43633b6 100644 Binary files a/_module/ncs/time_keeper.ncs and b/_module/ncs/time_keeper.ncs differ diff --git a/_module/ncs/time_template.ncs b/_module/ncs/time_template.ncs index 7b722b0..ba4c490 100644 Binary files a/_module/ncs/time_template.ncs and b/_module/ncs/time_template.ncs differ diff --git a/_module/ncs/timecrystal.ncs b/_module/ncs/timecrystal.ncs index fdac098..f25cacd 100644 Binary files a/_module/ncs/timecrystal.ncs and b/_module/ncs/timecrystal.ncs differ diff --git a/_module/ncs/tlr_buycost.ncs b/_module/ncs/tlr_buycost.ncs index 0bf5a9b..c8ce8bd 100644 Binary files a/_module/ncs/tlr_buycost.ncs and b/_module/ncs/tlr_buycost.ncs differ diff --git a/_module/ncs/tlr_buyoutfit.ncs b/_module/ncs/tlr_buyoutfit.ncs index cd137fc..0043348 100644 Binary files a/_module/ncs/tlr_buyoutfit.ncs and b/_module/ncs/tlr_buyoutfit.ncs differ diff --git a/_module/ncs/tlr_cloth1.ncs b/_module/ncs/tlr_cloth1.ncs index 09185e3..6aa6f74 100644 Binary files a/_module/ncs/tlr_cloth1.ncs and b/_module/ncs/tlr_cloth1.ncs differ diff --git a/_module/ncs/tlr_cloth2.ncs b/_module/ncs/tlr_cloth2.ncs index 9d7a8e7..2eff310 100644 Binary files a/_module/ncs/tlr_cloth2.ncs and b/_module/ncs/tlr_cloth2.ncs differ diff --git a/_module/ncs/tlr_copycost.ncs b/_module/ncs/tlr_copycost.ncs index c39fe60..0b2249a 100644 Binary files a/_module/ncs/tlr_copycost.ncs and b/_module/ncs/tlr_copycost.ncs differ diff --git a/_module/ncs/tlr_decreaseitem.ncs b/_module/ncs/tlr_decreaseitem.ncs index 42be29c..ddebfb4 100644 Binary files a/_module/ncs/tlr_decreaseitem.ncs and b/_module/ncs/tlr_decreaseitem.ncs differ diff --git a/_module/ncs/tlr_decreasetors.ncs b/_module/ncs/tlr_decreasetors.ncs index 22e343b..a464446 100644 Binary files a/_module/ncs/tlr_decreasetors.ncs and b/_module/ncs/tlr_decreasetors.ncs differ diff --git a/_module/ncs/tlr_displayindex.ncs b/_module/ncs/tlr_displayindex.ncs index 01e1646..1377fb8 100644 Binary files a/_module/ncs/tlr_displayindex.ncs and b/_module/ncs/tlr_displayindex.ncs differ diff --git a/_module/ncs/tlr_dyeitem.ncs b/_module/ncs/tlr_dyeitem.ncs index dcc745c..4ab1863 100644 Binary files a/_module/ncs/tlr_dyeitem.ncs and b/_module/ncs/tlr_dyeitem.ncs differ diff --git a/_module/ncs/tlr_fixclothing.ncs b/_module/ncs/tlr_fixclothing.ncs index cfee853..7f20663 100644 Binary files a/_module/ncs/tlr_fixclothing.ncs and b/_module/ncs/tlr_fixclothing.ncs differ diff --git a/_module/ncs/tlr_increaseitem.ncs b/_module/ncs/tlr_increaseitem.ncs index 891a612..dadb1b7 100644 Binary files a/_module/ncs/tlr_increaseitem.ncs and b/_module/ncs/tlr_increaseitem.ncs differ diff --git a/_module/ncs/tlr_increasetors.ncs b/_module/ncs/tlr_increasetors.ncs index cc2c25a..301624a 100644 Binary files a/_module/ncs/tlr_increasetors.ncs and b/_module/ncs/tlr_increasetors.ncs differ diff --git a/_module/ncs/tlr_leather1.ncs b/_module/ncs/tlr_leather1.ncs index 8eca971..2cf9dee 100644 Binary files a/_module/ncs/tlr_leather1.ncs and b/_module/ncs/tlr_leather1.ncs differ diff --git a/_module/ncs/tlr_leather2.ncs b/_module/ncs/tlr_leather2.ncs index f0ec592..12b0322 100644 Binary files a/_module/ncs/tlr_leather2.ncs and b/_module/ncs/tlr_leather2.ncs differ diff --git a/_module/ncs/tlr_metal1.ncs b/_module/ncs/tlr_metal1.ncs index d3d45a0..5e0f4a3 100644 Binary files a/_module/ncs/tlr_metal1.ncs and b/_module/ncs/tlr_metal1.ncs differ diff --git a/_module/ncs/tlr_metal2.ncs b/_module/ncs/tlr_metal2.ncs index 82034c6..81d1160 100644 Binary files a/_module/ncs/tlr_metal2.ncs and b/_module/ncs/tlr_metal2.ncs differ diff --git a/_module/ncs/tlr_onconv.ncs b/_module/ncs/tlr_onconv.ncs index 11db754..24eff9a 100644 Binary files a/_module/ncs/tlr_onconv.ncs and b/_module/ncs/tlr_onconv.ncs differ diff --git a/_module/ncs/tlr_removeitem.ncs b/_module/ncs/tlr_removeitem.ncs index 3482e19..1cdfdaa 100644 Binary files a/_module/ncs/tlr_removeitem.ncs and b/_module/ncs/tlr_removeitem.ncs differ diff --git a/_module/ncs/tlr_rotateclock.ncs b/_module/ncs/tlr_rotateclock.ncs index aa9cf4f..fee35c7 100644 Binary files a/_module/ncs/tlr_rotateclock.ncs and b/_module/ncs/tlr_rotateclock.ncs differ diff --git a/_module/ncs/tlr_rotatecountr.ncs b/_module/ncs/tlr_rotatecountr.ncs index d5a0e0d..03e710f 100644 Binary files a/_module/ncs/tlr_rotatecountr.ncs and b/_module/ncs/tlr_rotatecountr.ncs differ diff --git a/_module/ncs/tlr_setitem.ncs b/_module/ncs/tlr_setitem.ncs index cd636cf..a89012c 100644 Binary files a/_module/ncs/tlr_setitem.ncs and b/_module/ncs/tlr_setitem.ncs differ diff --git a/_module/ncs/tombstonekillspc.ncs b/_module/ncs/tombstonekillspc.ncs index 2599225..11d0eb5 100644 Binary files a/_module/ncs/tombstonekillspc.ncs and b/_module/ncs/tombstonekillspc.ncs differ diff --git a/_module/ncs/tomespawn.ncs b/_module/ncs/tomespawn.ncs index b45fa0d..62e971f 100644 Binary files a/_module/ncs/tomespawn.ncs and b/_module/ncs/tomespawn.ncs differ diff --git a/_module/ncs/toothchest.ncs b/_module/ncs/toothchest.ncs index cfd796d..1c13a17 100644 Binary files a/_module/ncs/toothchest.ncs and b/_module/ncs/toothchest.ncs differ diff --git a/_module/ncs/tormalterbuff.ncs b/_module/ncs/tormalterbuff.ncs index 9cb40a0..241d459 100644 Binary files a/_module/ncs/tormalterbuff.ncs and b/_module/ncs/tormalterbuff.ncs differ diff --git a/_module/ncs/tournamenttrophy.ncs b/_module/ncs/tournamenttrophy.ncs index fdac098..f25cacd 100644 Binary files a/_module/ncs/tournamenttrophy.ncs and b/_module/ncs/tournamenttrophy.ncs differ diff --git a/_module/ncs/transferxpgold.ncs b/_module/ncs/transferxpgold.ncs index 9c7fcee..e70273e 100644 Binary files a/_module/ncs/transferxpgold.ncs and b/_module/ncs/transferxpgold.ncs differ diff --git a/_module/ncs/transfr100kxp.ncs b/_module/ncs/transfr100kxp.ncs index 2f45ad4..b207d3b 100644 Binary files a/_module/ncs/transfr100kxp.ncs and b/_module/ncs/transfr100kxp.ncs differ diff --git a/_module/ncs/transfr250kxp.ncs b/_module/ncs/transfr250kxp.ncs index 2368035..88fb5d4 100644 Binary files a/_module/ncs/transfr250kxp.ncs and b/_module/ncs/transfr250kxp.ncs differ diff --git a/_module/ncs/transfr50kxp.ncs b/_module/ncs/transfr50kxp.ncs index c6478c3..5ced8e0 100644 Binary files a/_module/ncs/transfr50kxp.ncs and b/_module/ncs/transfr50kxp.ncs differ diff --git a/_module/ncs/trapchestimmoble.ncs b/_module/ncs/trapchestimmoble.ncs index 73b28ab..4989f74 100644 Binary files a/_module/ncs/trapchestimmoble.ncs and b/_module/ncs/trapchestimmoble.ncs differ diff --git a/_module/ncs/trashem.ncs b/_module/ncs/trashem.ncs index 2a3120d..0722add 100644 Binary files a/_module/ncs/trashem.ncs and b/_module/ncs/trashem.ncs differ diff --git a/_module/ncs/tresurescript1.ncs b/_module/ncs/tresurescript1.ncs index b324750..e721288 100644 Binary files a/_module/ncs/tresurescript1.ncs and b/_module/ncs/tresurescript1.ncs differ diff --git a/_module/ncs/ts_general_god.ncs b/_module/ncs/ts_general_god.ncs index 75550ac..c7e7b6e 100644 Binary files a/_module/ncs/ts_general_god.ncs and b/_module/ncs/ts_general_god.ncs differ diff --git a/_module/ncs/ts_general_low.ncs b/_module/ncs/ts_general_low.ncs index 2608c59..ced9f71 100644 Binary files a/_module/ncs/ts_general_low.ncs and b/_module/ncs/ts_general_low.ncs differ diff --git a/_module/ncs/uberdmtrap.ncs b/_module/ncs/uberdmtrap.ncs index 1ccc4f5..67d1906 100644 Binary files a/_module/ncs/uberdmtrap.ncs and b/_module/ncs/uberdmtrap.ncs differ diff --git a/_module/ncs/ubernpcheal.ncs b/_module/ncs/ubernpcheal.ncs index 2fa8623..05df4fd 100644 Binary files a/_module/ncs/ubernpcheal.ncs and b/_module/ncs/ubernpcheal.ncs differ diff --git a/_module/ncs/uberpckilltrap.ncs b/_module/ncs/uberpckilltrap.ncs index 6ee34fb..cacabf7 100644 Binary files a/_module/ncs/uberpckilltrap.ncs and b/_module/ncs/uberpckilltrap.ncs differ diff --git a/_module/ncs/uberroguetraptrg.ncs b/_module/ncs/uberroguetraptrg.ncs index a281b64..7afe3c4 100644 Binary files a/_module/ncs/uberroguetraptrg.ncs and b/_module/ncs/uberroguetraptrg.ncs differ diff --git a/_module/ncs/ue_blindingbelt.ncs b/_module/ncs/ue_blindingbelt.ncs index 2b448b2..e1d9196 100644 Binary files a/_module/ncs/ue_blindingbelt.ncs and b/_module/ncs/ue_blindingbelt.ncs differ diff --git a/_module/ncs/unburdenned.ncs b/_module/ncs/unburdenned.ncs index c810e06..13930d3 100644 Binary files a/_module/ncs/unburdenned.ncs and b/_module/ncs/unburdenned.ncs differ diff --git a/_module/ncs/unequipallnscan.ncs b/_module/ncs/unequipallnscan.ncs index 702e82e..ec8f426 100644 Binary files a/_module/ncs/unequipallnscan.ncs and b/_module/ncs/unequipallnscan.ncs differ diff --git a/_module/ncs/vamp.ncs b/_module/ncs/vamp.ncs index 2c8deed..d1db1e1 100644 Binary files a/_module/ncs/vamp.ncs and b/_module/ncs/vamp.ncs differ diff --git a/_module/ncs/vandalism.ncs b/_module/ncs/vandalism.ncs index 1b76082..77e17b8 100644 Binary files a/_module/ncs/vandalism.ncs and b/_module/ncs/vandalism.ncs differ diff --git a/_module/ncs/vandalspell.ncs b/_module/ncs/vandalspell.ncs index 596ca77..f08a5fb 100644 Binary files a/_module/ncs/vandalspell.ncs and b/_module/ncs/vandalspell.ncs differ diff --git a/_module/ncs/vastportal1.ncs b/_module/ncs/vastportal1.ncs index 18e0a30..cda9870 100644 Binary files a/_module/ncs/vastportal1.ncs and b/_module/ncs/vastportal1.ncs differ diff --git a/_module/ncs/vfx_t_next.ncs b/_module/ncs/vfx_t_next.ncs index a9a30a4..9d779ed 100644 Binary files a/_module/ncs/vfx_t_next.ncs and b/_module/ncs/vfx_t_next.ncs differ diff --git a/_module/ncs/vfx_t_prev.ncs b/_module/ncs/vfx_t_prev.ncs index 0c67799..d015afa 100644 Binary files a/_module/ncs/vfx_t_prev.ncs and b/_module/ncs/vfx_t_prev.ncs differ diff --git a/_module/ncs/vfx_w_next.ncs b/_module/ncs/vfx_w_next.ncs index eb058b0..1a25222 100644 Binary files a/_module/ncs/vfx_w_next.ncs and b/_module/ncs/vfx_w_next.ncs differ diff --git a/_module/ncs/vfx_w_prev.ncs b/_module/ncs/vfx_w_prev.ncs index 8430c6c..add7ebf 100644 Binary files a/_module/ncs/vfx_w_prev.ncs and b/_module/ncs/vfx_w_prev.ncs differ diff --git a/_module/ncs/vfx_wand.ncs b/_module/ncs/vfx_wand.ncs index 90dc6d2..b70ab5a 100644 Binary files a/_module/ncs/vfx_wand.ncs and b/_module/ncs/vfx_wand.ncs differ diff --git a/_module/ncs/wager1a.ncs b/_module/ncs/wager1a.ncs index f5b6f62..b28e639 100644 Binary files a/_module/ncs/wager1a.ncs and b/_module/ncs/wager1a.ncs differ diff --git a/_module/ncs/wager1b.ncs b/_module/ncs/wager1b.ncs index 9f5e8b4..653ff34 100644 Binary files a/_module/ncs/wager1b.ncs and b/_module/ncs/wager1b.ncs differ diff --git a/_module/ncs/wager1c.ncs b/_module/ncs/wager1c.ncs index 7f93f87..4c0b627 100644 Binary files a/_module/ncs/wager1c.ncs and b/_module/ncs/wager1c.ncs differ diff --git a/_module/ncs/wager1d.ncs b/_module/ncs/wager1d.ncs index 2603585..6015bd7 100644 Binary files a/_module/ncs/wager1d.ncs and b/_module/ncs/wager1d.ncs differ diff --git a/_module/ncs/wager1e.ncs b/_module/ncs/wager1e.ncs index 0e7e7b4..9f1aa4b 100644 Binary files a/_module/ncs/wager1e.ncs and b/_module/ncs/wager1e.ncs differ diff --git a/_module/ncs/wager1f.ncs b/_module/ncs/wager1f.ncs index 1e6207c..82bbf79 100644 Binary files a/_module/ncs/wager1f.ncs and b/_module/ncs/wager1f.ncs differ diff --git a/_module/ncs/wager1g.ncs b/_module/ncs/wager1g.ncs index 2dfd7e9..e6570f7 100644 Binary files a/_module/ncs/wager1g.ncs and b/_module/ncs/wager1g.ncs differ diff --git a/_module/ncs/wager1h.ncs b/_module/ncs/wager1h.ncs index 04281a0..6b3fd0a 100644 Binary files a/_module/ncs/wager1h.ncs and b/_module/ncs/wager1h.ncs differ diff --git a/_module/ncs/wager2a.ncs b/_module/ncs/wager2a.ncs index 98fa5c0..467c666 100644 Binary files a/_module/ncs/wager2a.ncs and b/_module/ncs/wager2a.ncs differ diff --git a/_module/ncs/wager2b.ncs b/_module/ncs/wager2b.ncs index 2b8719d..146bacb 100644 Binary files a/_module/ncs/wager2b.ncs and b/_module/ncs/wager2b.ncs differ diff --git a/_module/ncs/wager2c.ncs b/_module/ncs/wager2c.ncs index bae418d..71a4f5c 100644 Binary files a/_module/ncs/wager2c.ncs and b/_module/ncs/wager2c.ncs differ diff --git a/_module/ncs/wager2d.ncs b/_module/ncs/wager2d.ncs index 78b4b0d..c270da8 100644 Binary files a/_module/ncs/wager2d.ncs and b/_module/ncs/wager2d.ncs differ diff --git a/_module/ncs/wager2e.ncs b/_module/ncs/wager2e.ncs index 04557da..febbd37 100644 Binary files a/_module/ncs/wager2e.ncs and b/_module/ncs/wager2e.ncs differ diff --git a/_module/ncs/wager2f.ncs b/_module/ncs/wager2f.ncs index c8b4138..368105e 100644 Binary files a/_module/ncs/wager2f.ncs and b/_module/ncs/wager2f.ncs differ diff --git a/_module/ncs/wager2g.ncs b/_module/ncs/wager2g.ncs index 24d432b..60172c2 100644 Binary files a/_module/ncs/wager2g.ncs and b/_module/ncs/wager2g.ncs differ diff --git a/_module/ncs/wager2h.ncs b/_module/ncs/wager2h.ncs index fc625c8..7e2921d 100644 Binary files a/_module/ncs/wager2h.ncs and b/_module/ncs/wager2h.ncs differ diff --git a/_module/ncs/wager3a.ncs b/_module/ncs/wager3a.ncs index ffaf43d..e554c9a 100644 Binary files a/_module/ncs/wager3a.ncs and b/_module/ncs/wager3a.ncs differ diff --git a/_module/ncs/wager3b.ncs b/_module/ncs/wager3b.ncs index e599d71..9b626f5 100644 Binary files a/_module/ncs/wager3b.ncs and b/_module/ncs/wager3b.ncs differ diff --git a/_module/ncs/wager3c.ncs b/_module/ncs/wager3c.ncs index f798d96..e8357e5 100644 Binary files a/_module/ncs/wager3c.ncs and b/_module/ncs/wager3c.ncs differ diff --git a/_module/ncs/wager3d.ncs b/_module/ncs/wager3d.ncs index 2354fe9..d6273dc 100644 Binary files a/_module/ncs/wager3d.ncs and b/_module/ncs/wager3d.ncs differ diff --git a/_module/ncs/wager3e.ncs b/_module/ncs/wager3e.ncs index c91af41..91ef328 100644 Binary files a/_module/ncs/wager3e.ncs and b/_module/ncs/wager3e.ncs differ diff --git a/_module/ncs/wager3f.ncs b/_module/ncs/wager3f.ncs index a0aaa1f..fc195ee 100644 Binary files a/_module/ncs/wager3f.ncs and b/_module/ncs/wager3f.ncs differ diff --git a/_module/ncs/wager3g.ncs b/_module/ncs/wager3g.ncs index 882218f..00fda03 100644 Binary files a/_module/ncs/wager3g.ncs and b/_module/ncs/wager3g.ncs differ diff --git a/_module/ncs/wager3h.ncs b/_module/ncs/wager3h.ncs index 6b2463b..a14bb22 100644 Binary files a/_module/ncs/wager3h.ncs and b/_module/ncs/wager3h.ncs differ diff --git a/_module/ncs/wager4a.ncs b/_module/ncs/wager4a.ncs index 4d5c6d7..2c9fba4 100644 Binary files a/_module/ncs/wager4a.ncs and b/_module/ncs/wager4a.ncs differ diff --git a/_module/ncs/wager4b.ncs b/_module/ncs/wager4b.ncs index 19c5e8a..d918735 100644 Binary files a/_module/ncs/wager4b.ncs and b/_module/ncs/wager4b.ncs differ diff --git a/_module/ncs/wager4c.ncs b/_module/ncs/wager4c.ncs index 69b2169..9127bbc 100644 Binary files a/_module/ncs/wager4c.ncs and b/_module/ncs/wager4c.ncs differ diff --git a/_module/ncs/wager4d.ncs b/_module/ncs/wager4d.ncs index 6e49c15..1525c35 100644 Binary files a/_module/ncs/wager4d.ncs and b/_module/ncs/wager4d.ncs differ diff --git a/_module/ncs/wager4e.ncs b/_module/ncs/wager4e.ncs index de6d8ee..b67e793 100644 Binary files a/_module/ncs/wager4e.ncs and b/_module/ncs/wager4e.ncs differ diff --git a/_module/ncs/wager4f.ncs b/_module/ncs/wager4f.ncs index 9e52701..df68986 100644 Binary files a/_module/ncs/wager4f.ncs and b/_module/ncs/wager4f.ncs differ diff --git a/_module/ncs/wager4g.ncs b/_module/ncs/wager4g.ncs index 209dcc6..c8ac3d1 100644 Binary files a/_module/ncs/wager4g.ncs and b/_module/ncs/wager4g.ncs differ diff --git a/_module/ncs/wager4h.ncs b/_module/ncs/wager4h.ncs index 980839f..40a1f5e 100644 Binary files a/_module/ncs/wager4h.ncs and b/_module/ncs/wager4h.ncs differ diff --git a/_module/ncs/wager5a.ncs b/_module/ncs/wager5a.ncs index b423693..e23aeb9 100644 Binary files a/_module/ncs/wager5a.ncs and b/_module/ncs/wager5a.ncs differ diff --git a/_module/ncs/wager5b.ncs b/_module/ncs/wager5b.ncs index d1fdc0b..09f3b89 100644 Binary files a/_module/ncs/wager5b.ncs and b/_module/ncs/wager5b.ncs differ diff --git a/_module/ncs/wager5c.ncs b/_module/ncs/wager5c.ncs index 8ee7830..9866a38 100644 Binary files a/_module/ncs/wager5c.ncs and b/_module/ncs/wager5c.ncs differ diff --git a/_module/ncs/wager5d.ncs b/_module/ncs/wager5d.ncs index 4f3d9ca..f4f0d8f 100644 Binary files a/_module/ncs/wager5d.ncs and b/_module/ncs/wager5d.ncs differ diff --git a/_module/ncs/wager5e.ncs b/_module/ncs/wager5e.ncs index f526ea0..6d1c7d2 100644 Binary files a/_module/ncs/wager5e.ncs and b/_module/ncs/wager5e.ncs differ diff --git a/_module/ncs/wager5f.ncs b/_module/ncs/wager5f.ncs index 9b7e38b..8c6e660 100644 Binary files a/_module/ncs/wager5f.ncs and b/_module/ncs/wager5f.ncs differ diff --git a/_module/ncs/wager5g.ncs b/_module/ncs/wager5g.ncs index b4f94d3..2417e33 100644 Binary files a/_module/ncs/wager5g.ncs and b/_module/ncs/wager5g.ncs differ diff --git a/_module/ncs/wager5h.ncs b/_module/ncs/wager5h.ncs index ee2a6d8..acd216c 100644 Binary files a/_module/ncs/wager5h.ncs and b/_module/ncs/wager5h.ncs differ diff --git a/_module/ncs/wardenspawn.ncs b/_module/ncs/wardenspawn.ncs index e333d2d..ac657dc 100644 Binary files a/_module/ncs/wardenspawn.ncs and b/_module/ncs/wardenspawn.ncs differ diff --git a/_module/ncs/wardenwalks.ncs b/_module/ncs/wardenwalks.ncs index b9570e9..243ba90 100644 Binary files a/_module/ncs/wardenwalks.ncs and b/_module/ncs/wardenwalks.ncs differ diff --git a/_module/ncs/wardenwalks2.ncs b/_module/ncs/wardenwalks2.ncs index 44a9d5f..405f543 100644 Binary files a/_module/ncs/wardenwalks2.ncs and b/_module/ncs/wardenwalks2.ncs differ diff --git a/_module/ncs/warfront_port.ncs b/_module/ncs/warfront_port.ncs index 783ffc6..e953654 100644 Binary files a/_module/ncs/warfront_port.ncs and b/_module/ncs/warfront_port.ncs differ diff --git a/_module/ncs/warn1_pc_oo.ncs b/_module/ncs/warn1_pc_oo.ncs index e4cd953..d62b765 100644 Binary files a/_module/ncs/warn1_pc_oo.ncs and b/_module/ncs/warn1_pc_oo.ncs differ diff --git a/_module/ncs/weaponchanger.ncs b/_module/ncs/weaponchanger.ncs index fdac098..f25cacd 100644 Binary files a/_module/ncs/weaponchanger.ncs and b/_module/ncs/weaponchanger.ncs differ diff --git a/_module/ncs/weaponmasterbeat.ncs b/_module/ncs/weaponmasterbeat.ncs index fedef4c..aea19fc 100644 Binary files a/_module/ncs/weaponmasterbeat.ncs and b/_module/ncs/weaponmasterbeat.ncs differ diff --git a/_module/ncs/weapshop.ncs b/_module/ncs/weapshop.ncs index f5a1cf2..aa492fb 100644 Binary files a/_module/ncs/weapshop.ncs and b/_module/ncs/weapshop.ncs differ diff --git a/_module/ncs/well_use.ncs b/_module/ncs/well_use.ncs index 4e76ca9..0b06a75 100644 Binary files a/_module/ncs/well_use.ncs and b/_module/ncs/well_use.ncs differ diff --git a/_module/ncs/welltalks2pc.ncs b/_module/ncs/welltalks2pc.ncs index 8ed2bd3..a1997df 100644 Binary files a/_module/ncs/welltalks2pc.ncs and b/_module/ncs/welltalks2pc.ncs differ diff --git a/_module/ncs/wheelscript.ncs b/_module/ncs/wheelscript.ncs index a9a4a10..4f9c7b3 100644 Binary files a/_module/ncs/wheelscript.ncs and b/_module/ncs/wheelscript.ncs differ diff --git a/_module/ncs/wheeltalks2pc.ncs b/_module/ncs/wheeltalks2pc.ncs index dc428ea..f60f809 100644 Binary files a/_module/ncs/wheeltalks2pc.ncs and b/_module/ncs/wheeltalks2pc.ncs differ diff --git a/_module/ncs/wish5.ncs b/_module/ncs/wish5.ncs index 2321974..b01d5a1 100644 Binary files a/_module/ncs/wish5.ncs and b/_module/ncs/wish5.ncs differ diff --git a/_module/ncs/witchspawn.ncs b/_module/ncs/witchspawn.ncs index e4513a1..45712c4 100644 Binary files a/_module/ncs/witchspawn.ncs and b/_module/ncs/witchspawn.ncs differ diff --git a/_module/ncs/wondmer.ncs b/_module/ncs/wondmer.ncs index 62d2739..04b43db 100644 Binary files a/_module/ncs/wondmer.ncs and b/_module/ncs/wondmer.ncs differ diff --git a/_module/ncs/wpnvisualacid.ncs b/_module/ncs/wpnvisualacid.ncs index 80f191d..2531e09 100644 Binary files a/_module/ncs/wpnvisualacid.ncs and b/_module/ncs/wpnvisualacid.ncs differ diff --git a/_module/ncs/wpnvisualcold.ncs b/_module/ncs/wpnvisualcold.ncs index 1e68fe6..93789e8 100644 Binary files a/_module/ncs/wpnvisualcold.ncs and b/_module/ncs/wpnvisualcold.ncs differ diff --git a/_module/ncs/wpnvisualelectri.ncs b/_module/ncs/wpnvisualelectri.ncs index 5905a69..a74e347 100644 Binary files a/_module/ncs/wpnvisualelectri.ncs and b/_module/ncs/wpnvisualelectri.ncs differ diff --git a/_module/ncs/wpnvisualevil.ncs b/_module/ncs/wpnvisualevil.ncs index d3eae32..1e4b013 100644 Binary files a/_module/ncs/wpnvisualevil.ncs and b/_module/ncs/wpnvisualevil.ncs differ diff --git a/_module/ncs/wpnvisualfire.ncs b/_module/ncs/wpnvisualfire.ncs index 3b6a375..5376b79 100644 Binary files a/_module/ncs/wpnvisualfire.ncs and b/_module/ncs/wpnvisualfire.ncs differ diff --git a/_module/ncs/wpnvisualholy.ncs b/_module/ncs/wpnvisualholy.ncs index 6a1fa22..0e9ba28 100644 Binary files a/_module/ncs/wpnvisualholy.ncs and b/_module/ncs/wpnvisualholy.ncs differ diff --git a/_module/ncs/wpnvisualsonic.ncs b/_module/ncs/wpnvisualsonic.ncs index 43f9c90..ddc354d 100644 Binary files a/_module/ncs/wpnvisualsonic.ncs and b/_module/ncs/wpnvisualsonic.ncs differ diff --git a/_module/ncs/ww_goooc.ncs b/_module/ncs/ww_goooc.ncs index 474dae6..f037e66 100644 Binary files a/_module/ncs/ww_goooc.ncs and b/_module/ncs/ww_goooc.ncs differ diff --git a/_module/ncs/ww_modrest.ncs b/_module/ncs/ww_modrest.ncs index 98e1543..7d48aa7 100644 Binary files a/_module/ncs/ww_modrest.ncs and b/_module/ncs/ww_modrest.ncs differ diff --git a/_module/ncs/ww_sit.ncs b/_module/ncs/ww_sit.ncs index 12cea69..8d0bcaf 100644 Binary files a/_module/ncs/ww_sit.ncs and b/_module/ncs/ww_sit.ncs differ diff --git a/_module/ncs/x2_acquired.ncs b/_module/ncs/x2_acquired.ncs index d226972..2808030 100644 Binary files a/_module/ncs/x2_acquired.ncs and b/_module/ncs/x2_acquired.ncs differ diff --git a/_module/ncs/x2_mod_def_load.ncs b/_module/ncs/x2_mod_def_load.ncs index 5fe1cbe..924b62a 100644 Binary files a/_module/ncs/x2_mod_def_load.ncs and b/_module/ncs/x2_mod_def_load.ncs differ diff --git a/_module/ncs/x2_mod_def_rest.ncs b/_module/ncs/x2_mod_def_rest.ncs index 54f4339..a43ade4 100644 Binary files a/_module/ncs/x2_mod_def_rest.ncs and b/_module/ncs/x2_mod_def_rest.ncs differ diff --git a/_module/ncs/x2_s3_flameskin.ncs b/_module/ncs/x2_s3_flameskin.ncs index 410ed0d..789cce2 100644 Binary files a/_module/ncs/x2_s3_flameskin.ncs and b/_module/ncs/x2_s3_flameskin.ncs differ diff --git a/_module/ncs/x2_s3_flamingd.ncs b/_module/ncs/x2_s3_flamingd.ncs index 776439c..46ef47d 100644 Binary files a/_module/ncs/x2_s3_flamingd.ncs and b/_module/ncs/x2_s3_flamingd.ncs differ diff --git a/_module/ncs/x_o2_bashed.ncs b/_module/ncs/x_o2_bashed.ncs index e984e8c..4991bc7 100644 Binary files a/_module/ncs/x_o2_bashed.ncs and b/_module/ncs/x_o2_bashed.ncs differ diff --git a/_module/ncs/x_o2_preset.ncs b/_module/ncs/x_o2_preset.ncs index efdc7e1..db2faa2 100644 Binary files a/_module/ncs/x_o2_preset.ncs and b/_module/ncs/x_o2_preset.ncs differ diff --git a/_module/ncs/x_o2_presetbashe.ncs b/_module/ncs/x_o2_presetbashe.ncs index 0f7ea37..1566e2a 100644 Binary files a/_module/ncs/x_o2_presetbashe.ncs and b/_module/ncs/x_o2_presetbashe.ncs differ diff --git a/_module/ncs/xbowofruin44.ncs b/_module/ncs/xbowofruin44.ncs index fdac098..f25cacd 100644 Binary files a/_module/ncs/xbowofruin44.ncs and b/_module/ncs/xbowofruin44.ncs differ diff --git a/_module/ncs/xp_deposit_100k.ncs b/_module/ncs/xp_deposit_100k.ncs index 7942062..9b7c884 100644 Binary files a/_module/ncs/xp_deposit_100k.ncs and b/_module/ncs/xp_deposit_100k.ncs differ diff --git a/_module/ncs/xp_deposit_10k.ncs b/_module/ncs/xp_deposit_10k.ncs index 8264943..45cb904 100644 Binary files a/_module/ncs/xp_deposit_10k.ncs and b/_module/ncs/xp_deposit_10k.ncs differ diff --git a/_module/ncs/xp_deposit_500k.ncs b/_module/ncs/xp_deposit_500k.ncs index 65c6278..4b57a6b 100644 Binary files a/_module/ncs/xp_deposit_500k.ncs and b/_module/ncs/xp_deposit_500k.ncs differ diff --git a/_module/ncs/xp_deposit_50k.ncs b/_module/ncs/xp_deposit_50k.ncs index 7dc6bae..968808b 100644 Binary files a/_module/ncs/xp_deposit_50k.ncs and b/_module/ncs/xp_deposit_50k.ncs differ diff --git a/_module/ncs/xp_deposit_all.ncs b/_module/ncs/xp_deposit_all.ncs index 80a24c9..bdf809e 100644 Binary files a/_module/ncs/xp_deposit_all.ncs and b/_module/ncs/xp_deposit_all.ncs differ diff --git a/_module/ncs/xp_settokens.ncs b/_module/ncs/xp_settokens.ncs index 5aa8450..5fce99b 100644 Binary files a/_module/ncs/xp_settokens.ncs and b/_module/ncs/xp_settokens.ncs differ diff --git a/_module/ncs/xp_withdraw_100k.ncs b/_module/ncs/xp_withdraw_100k.ncs index 77c1a58..e7d5514 100644 Binary files a/_module/ncs/xp_withdraw_100k.ncs and b/_module/ncs/xp_withdraw_100k.ncs differ diff --git a/_module/ncs/xp_withdraw_10k.ncs b/_module/ncs/xp_withdraw_10k.ncs index 9f57ead..24deaa4 100644 Binary files a/_module/ncs/xp_withdraw_10k.ncs and b/_module/ncs/xp_withdraw_10k.ncs differ diff --git a/_module/ncs/xp_withdraw_10mi.ncs b/_module/ncs/xp_withdraw_10mi.ncs index 7ac6484..a691f33 100644 Binary files a/_module/ncs/xp_withdraw_10mi.ncs and b/_module/ncs/xp_withdraw_10mi.ncs differ diff --git a/_module/ncs/xp_withdraw_500k.ncs b/_module/ncs/xp_withdraw_500k.ncs index 941dfa5..d9465d1 100644 Binary files a/_module/ncs/xp_withdraw_500k.ncs and b/_module/ncs/xp_withdraw_500k.ncs differ diff --git a/_module/ncs/xp_withdraw_50k.ncs b/_module/ncs/xp_withdraw_50k.ncs index 96389a5..d146897 100644 Binary files a/_module/ncs/xp_withdraw_50k.ncs and b/_module/ncs/xp_withdraw_50k.ncs differ diff --git a/_module/ncs/xp_withdraw_mill.ncs b/_module/ncs/xp_withdraw_mill.ncs index 445976a..9df1b87 100644 Binary files a/_module/ncs/xp_withdraw_mill.ncs and b/_module/ncs/xp_withdraw_mill.ncs differ diff --git a/_module/ncs/xpbankwarningpop.ncs b/_module/ncs/xpbankwarningpop.ncs index e73191a..56bc517 100644 Binary files a/_module/ncs/xpbankwarningpop.ncs and b/_module/ncs/xpbankwarningpop.ncs differ diff --git a/_module/ncs/zdlg_check_01.ncs b/_module/ncs/zdlg_check_01.ncs index 4527ab9..4f01c03 100644 Binary files a/_module/ncs/zdlg_check_01.ncs and b/_module/ncs/zdlg_check_01.ncs differ diff --git a/_module/ncs/zdlg_check_02.ncs b/_module/ncs/zdlg_check_02.ncs index e76c828..4914847 100644 Binary files a/_module/ncs/zdlg_check_02.ncs and b/_module/ncs/zdlg_check_02.ncs differ diff --git a/_module/ncs/zdlg_check_03.ncs b/_module/ncs/zdlg_check_03.ncs index 5c7b5fc..ab351dc 100644 Binary files a/_module/ncs/zdlg_check_03.ncs and b/_module/ncs/zdlg_check_03.ncs differ diff --git a/_module/ncs/zdlg_check_04.ncs b/_module/ncs/zdlg_check_04.ncs index 0a2a0c8..d8b06b1 100644 Binary files a/_module/ncs/zdlg_check_04.ncs and b/_module/ncs/zdlg_check_04.ncs differ diff --git a/_module/ncs/zdlg_check_05.ncs b/_module/ncs/zdlg_check_05.ncs index 829d581..a6e11bf 100644 Binary files a/_module/ncs/zdlg_check_05.ncs and b/_module/ncs/zdlg_check_05.ncs differ diff --git a/_module/ncs/zdlg_check_06.ncs b/_module/ncs/zdlg_check_06.ncs index 37edc2e..df8758b 100644 Binary files a/_module/ncs/zdlg_check_06.ncs and b/_module/ncs/zdlg_check_06.ncs differ diff --git a/_module/ncs/zdlg_check_07.ncs b/_module/ncs/zdlg_check_07.ncs index f724027..47a9530 100644 Binary files a/_module/ncs/zdlg_check_07.ncs and b/_module/ncs/zdlg_check_07.ncs differ diff --git a/_module/ncs/zdlg_check_08.ncs b/_module/ncs/zdlg_check_08.ncs index e3e91a3..4bdd4c5 100644 Binary files a/_module/ncs/zdlg_check_08.ncs and b/_module/ncs/zdlg_check_08.ncs differ diff --git a/_module/ncs/zdlg_check_09.ncs b/_module/ncs/zdlg_check_09.ncs index 53308ab..d2fef4d 100644 Binary files a/_module/ncs/zdlg_check_09.ncs and b/_module/ncs/zdlg_check_09.ncs differ diff --git a/_module/ncs/zdlg_check_10.ncs b/_module/ncs/zdlg_check_10.ncs index 2d4b621..f3067fc 100644 Binary files a/_module/ncs/zdlg_check_10.ncs and b/_module/ncs/zdlg_check_10.ncs differ diff --git a/_module/ncs/zdlg_check_11.ncs b/_module/ncs/zdlg_check_11.ncs index fef4739..90cf58c 100644 Binary files a/_module/ncs/zdlg_check_11.ncs and b/_module/ncs/zdlg_check_11.ncs differ diff --git a/_module/ncs/zdlg_check_12.ncs b/_module/ncs/zdlg_check_12.ncs index 7ce4043..b6313b2 100644 Binary files a/_module/ncs/zdlg_check_12.ncs and b/_module/ncs/zdlg_check_12.ncs differ diff --git a/_module/ncs/zdlg_check_13.ncs b/_module/ncs/zdlg_check_13.ncs index 6a27700..0424d7f 100644 Binary files a/_module/ncs/zdlg_check_13.ncs and b/_module/ncs/zdlg_check_13.ncs differ diff --git a/_module/ncs/zdlg_check_init.ncs b/_module/ncs/zdlg_check_init.ncs index 30a4b56..56c35d0 100644 Binary files a/_module/ncs/zdlg_check_init.ncs and b/_module/ncs/zdlg_check_init.ncs differ diff --git a/_module/ncs/zdlg_do_01.ncs b/_module/ncs/zdlg_do_01.ncs index 32e8be7..81c85eb 100644 Binary files a/_module/ncs/zdlg_do_01.ncs and b/_module/ncs/zdlg_do_01.ncs differ diff --git a/_module/ncs/zdlg_do_02.ncs b/_module/ncs/zdlg_do_02.ncs index 9b985c0..314f15e 100644 Binary files a/_module/ncs/zdlg_do_02.ncs and b/_module/ncs/zdlg_do_02.ncs differ diff --git a/_module/ncs/zdlg_do_03.ncs b/_module/ncs/zdlg_do_03.ncs index dfe529a..abc669c 100644 Binary files a/_module/ncs/zdlg_do_03.ncs and b/_module/ncs/zdlg_do_03.ncs differ diff --git a/_module/ncs/zdlg_do_04.ncs b/_module/ncs/zdlg_do_04.ncs index 3bebbe6..4b94de6 100644 Binary files a/_module/ncs/zdlg_do_04.ncs and b/_module/ncs/zdlg_do_04.ncs differ diff --git a/_module/ncs/zdlg_do_05.ncs b/_module/ncs/zdlg_do_05.ncs index df9475a..6ea7b28 100644 Binary files a/_module/ncs/zdlg_do_05.ncs and b/_module/ncs/zdlg_do_05.ncs differ diff --git a/_module/ncs/zdlg_do_06.ncs b/_module/ncs/zdlg_do_06.ncs index 51609ac..b1b397f 100644 Binary files a/_module/ncs/zdlg_do_06.ncs and b/_module/ncs/zdlg_do_06.ncs differ diff --git a/_module/ncs/zdlg_do_07.ncs b/_module/ncs/zdlg_do_07.ncs index 08dd1b1..c407d20 100644 Binary files a/_module/ncs/zdlg_do_07.ncs and b/_module/ncs/zdlg_do_07.ncs differ diff --git a/_module/ncs/zdlg_do_08.ncs b/_module/ncs/zdlg_do_08.ncs index 82fcc5b..0c19d74 100644 Binary files a/_module/ncs/zdlg_do_08.ncs and b/_module/ncs/zdlg_do_08.ncs differ diff --git a/_module/ncs/zdlg_do_09.ncs b/_module/ncs/zdlg_do_09.ncs index cfde4c0..8d0146d 100644 Binary files a/_module/ncs/zdlg_do_09.ncs and b/_module/ncs/zdlg_do_09.ncs differ diff --git a/_module/ncs/zdlg_do_10.ncs b/_module/ncs/zdlg_do_10.ncs index 09d312b..2177f5e 100644 Binary files a/_module/ncs/zdlg_do_10.ncs and b/_module/ncs/zdlg_do_10.ncs differ diff --git a/_module/ncs/zdlg_do_11.ncs b/_module/ncs/zdlg_do_11.ncs index 6d3fa7d..954f27f 100644 Binary files a/_module/ncs/zdlg_do_11.ncs and b/_module/ncs/zdlg_do_11.ncs differ diff --git a/_module/ncs/zdlg_do_12.ncs b/_module/ncs/zdlg_do_12.ncs index aefd1ba..9cea35b 100644 Binary files a/_module/ncs/zdlg_do_12.ncs and b/_module/ncs/zdlg_do_12.ncs differ diff --git a/_module/ncs/zdlg_do_13.ncs b/_module/ncs/zdlg_do_13.ncs index 11f35aa..7f52e93 100644 Binary files a/_module/ncs/zdlg_do_13.ncs and b/_module/ncs/zdlg_do_13.ncs differ diff --git a/_module/ncs/zdlg_end_abort.ncs b/_module/ncs/zdlg_end_abort.ncs index faaef11..eb2ca41 100644 Binary files a/_module/ncs/zdlg_end_abort.ncs and b/_module/ncs/zdlg_end_abort.ncs differ diff --git a/_module/ncs/zdlg_end_normal.ncs b/_module/ncs/zdlg_end_normal.ncs index f60b63f..49ee0b4 100644 Binary files a/_module/ncs/zdlg_end_normal.ncs and b/_module/ncs/zdlg_end_normal.ncs differ diff --git a/_module/ncs/zep_cr_canca.ncs b/_module/ncs/zep_cr_canca.ncs index 99cdc02..91fadb2 100644 Binary files a/_module/ncs/zep_cr_canca.ncs and b/_module/ncs/zep_cr_canca.ncs differ diff --git a/_module/ncs/zep_cr_canca_n.ncs b/_module/ncs/zep_cr_canca_n.ncs index 0bbe0d8..0987a30 100644 Binary files a/_module/ncs/zep_cr_canca_n.ncs and b/_module/ncs/zep_cr_canca_n.ncs differ diff --git a/_module/ncs/zep_cr_canch.ncs b/_module/ncs/zep_cr_canch.ncs index ae198a1..2416a39 100644 Binary files a/_module/ncs/zep_cr_canch.ncs and b/_module/ncs/zep_cr_canch.ncs differ diff --git a/_module/ncs/zep_cr_cancs.ncs b/_module/ncs/zep_cr_cancs.ncs index 13ebe14..3fb7cc7 100644 Binary files a/_module/ncs/zep_cr_cancs.ncs and b/_module/ncs/zep_cr_cancs.ncs differ diff --git a/_module/ncs/zep_cr_cancw.ncs b/_module/ncs/zep_cr_cancw.ncs index 286c343..21ba0c8 100644 Binary files a/_module/ncs/zep_cr_cancw.ncs and b/_module/ncs/zep_cr_cancw.ncs differ diff --git a/_module/ncs/zep_cr_cancw_n.ncs b/_module/ncs/zep_cr_cancw_n.ncs index 9564779..2784a0c 100644 Binary files a/_module/ncs/zep_cr_cancw_n.ncs and b/_module/ncs/zep_cr_cancw_n.ncs differ diff --git a/_module/ncs/zep_cr_nocheat.ncs b/_module/ncs/zep_cr_nocheat.ncs index d6177d6..3451f1d 100644 Binary files a/_module/ncs/zep_cr_nocheat.ncs and b/_module/ncs/zep_cr_nocheat.ncs differ diff --git a/_module/ncs/zep_cr_stop_abrt.ncs b/_module/ncs/zep_cr_stop_abrt.ncs index 0175e9b..46cc7c3 100644 Binary files a/_module/ncs/zep_cr_stop_abrt.ncs and b/_module/ncs/zep_cr_stop_abrt.ncs differ diff --git a/_module/ncs/zep_cr_stop_make.ncs b/_module/ncs/zep_cr_stop_make.ncs index c2d68d5..c503d8f 100644 Binary files a/_module/ncs/zep_cr_stop_make.ncs and b/_module/ncs/zep_cr_stop_make.ncs differ diff --git a/_release/Underworld 2 [PRC8-CEP3].7z b/_release/Underworld 2 [PRC8-CEP3].7z index 9285995..0aab30f 100644 Binary files a/_release/Underworld 2 [PRC8-CEP3].7z and b/_release/Underworld 2 [PRC8-CEP3].7z differ