Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou can upload this file to other sites but you must credit me as the creator of the file
Modification permissionYou are allowed to modify my files and release bug fixes or improve on the features so long as you credit me as the original creator
Conversion permissionYou can convert this file to work with other games as long as you credit me as the creator of the file
Asset use permissionYou are allowed to use the assets in this file without permission as long as you credit me
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are allowed to earn Donation Points for your mods if they use my assets
Author notes
Exceptions to the above permissions granted to Bethesda in case they want to merge this change into the official release. If the Unofficial Skyrim Creation Club Content Patch project wishes to incorporate this fix, please contact me so I can mention this on the page.
File credits
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Changelogs
Version 1.0.0
Mod release.
[SPID] Add file to distribute the Bow of Shadow's perk to all NPCs minus a certain one that's added by the CC itself (who has his own version of the perk). This is mainly to allow followers to utilize the bow's effects as well.
The Unofficial Skyrim Creation Club Content Patch should include the same fix in v6.4 (when that version is released anyway), making this mod redundant. I will keep this page up in case you don't want to use USCCCP, and also the fact that my custom SPID file should still remain useful if you want it.
The moment the Bow of Shadows (from Creation Club) enters your inventory, a hidden perk will be added to your character that adds the quickshot and invisibility effects when equipping the bow.
A side effect of this is that the perk permanently adds a magic effect with the keyword MagicInvisibility. Due to how the HasMagicEffectKeyword condition functions (see the Creation Kit Wiki page for details) this makes this condition always true the moment you get this perk, no matter if you're actually invisible or not.
So what's the problem? A LOT of mods likely use this condition to test whether the player is invisible or not (there are no better alternatives available using CK alone). The moment you grab the bow, Inigo will always think you're invisible.
This mod strips the keyword from the ability that applies the magic (the actual invisibility effect is applied by this ability through a script, and that effect already has the keyword so no need to repeat it) and modifies the script so that the invisibility spell gets removed when the effect ends, thus Inigo (and likely many other mods as well) will only think you're invisible when you're actually invisible as it should be.
Note:If you came here trying to fix the bow's enchantment not working, this mod doesn't cover that. Try Bug Fixes SSE or Scrambled Bugs with the ability condition fix enabled (I recommend Scrambled Bugs, keep in mind that the two fixes conflict and you may need to disable one of them). Neither mods currently work in Skyrim v1.6+ (post-AE updates) sadly. If they don't fix it, then I don't know anymore. :(