Radius Spells? constant?

Post » Sun May 29, 2011 1:18 am

Well I want to make spell or enchantment that uses light but everything inside the light causes anyone inside to burn with fire damage.
(doesnt matter how much, mostly for effect).

Anyone know a mod or two?
User avatar
emily grieve
 
Posts: 3408
Joined: Thu Jun 22, 2006 11:55 pm

Post » Sat May 28, 2011 4:01 pm

Make an ability (I've called it RadialFireDamage) that has Fire Damage on self for whatever damage you want.
Then make a Self spell (call it RadialFire, perhaps), give it a light radius and the following script. This spell will work for both NPCs and the player:

Magic Effect Script:
scn RadialFireScriptshort ifloat radiusref fooref thisbegin scripteffectstartset this to getselfset radius to 50;      <  - Set this to the light radiusendbegin scripteffectupdateset i to 0set foo to getfirstref 79while i												
User avatar
Stephy Beck
 
Posts: 3492
Joined: Mon Apr 16, 2007 12:33 pm

Post » Sat May 28, 2011 5:07 pm

Make an ability (I've called it RadialFireDamage) that has Fire Damage on self for whatever damage you want.
Then make a Self spell (call it RadialFire, perhaps), give it a light radius and the following script. This spell will work for both NPCs and the player:

Magic Effect Script:
scn RadialFireScriptshort ifloat radiusref fooref thisbegin scripteffectstartset this to getselfset radius to 50;      <  - Set this to the light radiusendbegin scripteffectupdateset i to 0set foo to getfirstref 79while i

Thx man :)
User avatar
Katy Hogben
 
Posts: 3457
Joined: Mon Oct 30, 2006 12:20 am

Post » Sat May 28, 2011 7:45 pm

Does it work?
User avatar
A Dardzz
 
Posts: 3370
Joined: Sat Jan 27, 2007 6:26 pm


Return to IV - Oblivion