Need some CS help... - by Optical_Alth
Optical_Alth on 19/7/2003 at 12:30
I've been making a plugin (while learning my way around the editor - made classes, races, birthsigns, new items [old textures], altered items etc) and I tried to make a birthsigns which I thought would be cool. It basically was supposed to be this - Gives a bonus to some attribute (unimportant), some power (unimportant) and the one that won't work - constantly degrading armour and weapons. I put a desintegrate armor/weapon ability but that didn't work. How can I a character whose armour and weapons constantly (slowly) degrade?
cyrano on 21/7/2003 at 23:16
I admire the thought and I hope you can pull it off. I don't use much destruction magic, but I think that disintegrate spells intend to target an NPC/creature. I suppose that you could create a disintegrate spell that would target self. Have you tried that?
Optical_Alth on 9/8/2003 at 13:44
I'm pretty sure thats what I did. But it didn't seem to work. And the other thing that didn't seem to work well was a constant fatigue/health/magicka degeneration in a power. It took the points off once, then stopped. Any help?
PlaneShifter on 9/8/2003 at 18:03
You could create a script that repeatedly inflicts the disintegrate spell on the player using a loop.
Optical_Alth on 14/8/2003 at 08:23
Ok. Scripts. Is there a guide out there as to making scripts? As I said, first time using the CS. Just tooling around figuring stuff out. Any bits of advice you can give me as to doing that (or other things) to get me started would be of great help. Thanks.
sappe on 14/8/2003 at 09:07
But wouldn't repeatedly inflicting the disintegrate spell cause an anoying noise, say, every second? :eek:
Optical_Alth on 15/8/2003 at 00:48
I have no idea. You tell me. There must be some way around that, mustn't there?
Striker on 15/8/2003 at 04:14
Make them constant effect CURSES on self. I think that's the only way to do it.
-Striker