StanIsTheLaw Posted March 1, 2011 Share Posted March 1, 2011 Just a quick question please. Can you make the effect of a spell permanent. In the duration setting, is there a number or code you can put to make it permanent? Thanks in advance for any help. Link to comment Share on other sites More sharing options...
Hickory Posted March 1, 2011 Share Posted March 1, 2011 No. But you can make it permanent by making the spell an ability -- assuming you don't want to cast it. Link to comment Share on other sites More sharing options...
slygothmog Posted March 1, 2011 Share Posted March 1, 2011 It is possible through scripting ( OBSE ). The spell would also add an 'invisible' item such as a none-playable ring with a script attached that constantly checks the NPC to see if that spell is playing on them. If not it adds the spell again and can be stopped once the NPC is dead, or other conditions are met. Link to comment Share on other sites More sharing options...
StanIsTheLaw Posted March 2, 2011 Author Share Posted March 2, 2011 Thanks Link to comment Share on other sites More sharing options...
StanIsTheLaw Posted April 12, 2011 Author Share Posted April 12, 2011 (edited) OK, Im a coding neanderthal, but I did manage to make a few minor alterations to sleep and hunger files for better balance. I have an animation file (kf). It is one of growlf's resizing body idle animations I want to attach it to an item so the wearer does the animation. Is it possible to say attach it to, say, a ring so the wearer of the ring does the animation on game load. The animation resets body size once per game load, once activated. I have so many crashes when fast travelling with companions, even entering through some town gates (especially Anvil), that it is a pain to constantly have to re apply the animation as a spell. Or is there a better way? If it is possible and not too difficult, code please. Thanks in advance for any help. Edited April 12, 2011 by StanIsTheLaw Link to comment Share on other sites More sharing options...
StanIsTheLaw Posted April 13, 2011 Author Share Posted April 13, 2011 I managed to find the idle animation tutorial in TECS and adapted it to my purpose:-) Link to comment Share on other sites More sharing options...
StanIsTheLaw Posted April 14, 2011 Author Share Posted April 14, 2011 I am sure I followed this tutorial exactly (animation through a token) , creating a token and attaching the animation to it, doing the basic script etc. It works, except that all NPC's now do the animation instead of only the ones wearing the token. Checked over the process several times. I created 7 animations (using growlf's body resizer animations), attached to 7 different ring tokens. Curiously, the animations that are being used by all NPC's relate to 3 that change leg leg length, not it appears, the ones related to upper body size. Any clues greatly appreciated. Link to comment Share on other sites More sharing options...
Recommended Posts