taionlol Posted March 25, 2016 Share Posted March 25, 2016 Is there a mod that can apply poison to mobs without engaging in combat through means of pickpocket? Ideally, I'd like to sneak behind the NPC, apply a poison to kill him (damage health), or weaken him (drain strength) without having to draw my blade.The idea is somewhat similar to poison apple, except it does not require NPC to eat it.Thanks Link to comment Share on other sites More sharing options...
kastano Posted April 9, 2016 Share Posted April 9, 2016 (edited) perhaps if you make an item with zero weight and atouch this script will work ScriptName poisonousobjscrref pvictimref meshort dooncebegin gamemodeif doonce == 0set me to getselfset pvictim to getcontainerendifif pvictim.IsActor == 1 && pvictim != player && pvictim.GetDead == 0 && doonce == 0pvictim.AddSpell AbApplePoisonset doonce to 1message "success"endifif pvictim.GetDead == 1RemoveMeendifend Also i can try sth similar with a spell (without being an attack) Edited April 9, 2016 by kastano Link to comment Share on other sites More sharing options...
Oblivionaddicted Posted May 1, 2016 Share Posted May 1, 2016 You can do this using Active inventory spell http://www.nexusmods.com/oblivion/mods/17497/? with an aenchant cloth or piece of armor but it's quite immersion-breaking. Link to comment Share on other sites More sharing options...
Recommended Posts