solspur Posted June 5, 2012 Share Posted June 5, 2012 Hello. I'm working on a petrification spell mod for skyrim. For the most part I've gotten it to work but there are still some problems left to work out, and I was wondering if anyone could help me, as I'm still very new to papyrus. Currently this is what I've gotten to work. The spell fires off and hits a npc. There is a brief wispy particle effect and then the shader effect plays. After that my script is called which just turns off the targets AI. I have another spell that removes the shader and turns back on the AI. The first problem I've run into is the shader effect wont play when the spell hits a creature. It'll still turn off their AI though. The next problem which I think is also shader related is that when the spell hits a npc, it doesn't effect their beard or hair. Another major issue I'm having is pose preservation. Leaving and entering a cell is fine but when you quit and reload the game save, the npcs revert back to their default pose. The last problem I have has to do with looting. I am able to loot only what is in the npcs inventory. I can't loot any weapons or gear they have equipped. I have some ideas on how to fix these problems but it might require some scripting above my skill level. My first idea was to turn the target of the spell from an actor to a mannequin. This could maybe fix the pose preservation and looting issue. Also it would be neat if you could pick up the mannequin in your inventory and place it elsewhere and it could function as a storage chest as well. Thank you very much for your help and time. Here are a sample screen grab of the ice/crystal shader effect. It was to big to upload here. I am working on other effects such as cement, sandstone, and growing ivy vines. http://imageshack.us/photo/my-images/546/screenshot14x.png/ Link to comment Share on other sites More sharing options...
Killerbuddy Posted June 5, 2012 Share Posted June 5, 2012 I'm not big on modding myself, but unless you haven't already(since I didn't see you mention anything about it), I would check out and see if you can get something running with SKSE(Skyrim Script Extender). Like I said, you have probably heard about this or have thought of this, but just in case you haven't doesn't hurt to make sure haha. This sounds really neat by the way, hope you can get eveything working out. Link to comment Share on other sites More sharing options...
cscottydont Posted June 5, 2012 Share Posted June 5, 2012 if you have a script running on the actor the whole time the effect is active you could try adding an OnActivate block with an OpenInventory command Link to comment Share on other sites More sharing options...
FalloutBeast Posted June 5, 2012 Share Posted June 5, 2012 well, it seems like you are not actually killing the npc, so the only way you could take the armor/weapons is if you had the right pickpocket perk. unless you put a scrip into the cell that disarmed and disarmored the npc. Link to comment Share on other sites More sharing options...
tg08096 Posted June 5, 2012 Share Posted June 5, 2012 As far as getting the Petrified actor to persist through savegames and reloading and such, I know that ash piles stay in the game permanently, so maybe figuring out what makes them stay can help you figure out how to make the statues stay. It's not much but if theres even a slight chance it can help, well you know Link to comment Share on other sites More sharing options...
hitsugayat Posted June 6, 2012 Share Posted June 6, 2012 (edited) the consule command that makes the effects work on wyws beard and hair is "str 1" but i dont know how to make it run in papyrus script.for pose preservation just turn the AI on and off every time the game loads (i dont know how to do i, i tried using the "onactivate" to fix the pose so every time the player used the statue the pose reveted to original) Edited June 6, 2012 by hitsugayat Link to comment Share on other sites More sharing options...
Ayme Posted June 16, 2012 Share Posted June 16, 2012 Hello !Is there a working version of your mod ? I want to try it : ) Link to comment Share on other sites More sharing options...
Genkisho Posted August 22, 2014 Share Posted August 22, 2014 Not sure if You are still working on this but I good on you petrify was great in Oblivion and would be a great addition to Skyrim I wish You all the best. Link to comment Share on other sites More sharing options...
Terra Nova Posted August 22, 2014 Share Posted August 22, 2014 Have the items scripted to be unequipped before the AI is turned off. Link to comment Share on other sites More sharing options...
ryanshowseason2 Posted August 22, 2014 Share Posted August 22, 2014 This thread is two years old, anyone who started it has long since moved on. Link to comment Share on other sites More sharing options...
Recommended Posts