Difference between revisions of "Talk:Magic Effects"
imported>Halo112358 |
imported>Halo112358 |
||
Line 14: | Line 14: | ||
/signed, I thought after five years we'd be able to add spell effects. This is supremely annoying. --[[User:Halo112358|Halo112358]] 04:03, 3 April 2006 (EDT) | /signed, I thought after five years we'd be able to add spell effects. This is supremely annoying. --[[User:Halo112358|Halo112358]] 04:03, 3 April 2006 (EDT) | ||
:To clarify: there's no way to create a new conceptual ''spell effect'' that can be used with the custom spellmaker in game. As an example, say I want to create a fire spell effect that damages undead only, and I'd like to be able to create custom spells with the spellmaker that incorporate this effect. Ideally I'd be able to clone the fire damage effect and specify an effect script that runs while the effect is active - it would be something like if ( targetActor.isUndead ) { targetActor.applyFireDamage magnitudeOfSpell }. | |||
:I can fake this right now by creating custom spells and attaching scripts, but there's no way to use the spellmaker to generate custom spells with the script attached.--[[User:Halo112358|Halo112358]] 21:23, 9 April 2006 (EDT) |
Revision as of 20:23, 9 April 2006
Is it possible to create your own magic school? -FViral
Technically no, though I'll have no grudge against anyone who proves me wrong. There are some things that are hard-coded and can't be added, changed, or removed. If you wanted to get tricky I bet you could find a way to "add" a school in deed if not name by using scripted spell effects and a script to track their "level" progress and spell effectiveness and the like. But the player would never have a skill shown in their stats and etc.
And please remember to sign your posts. I figured out how! You can do so by typing four tildes (~), or by hitting the tool button second in from the right. --Stickman 17:21, 26 March 2006 (EST)
Hm, seems you can't edit spell effects either. Such as, making a spell last longer than it's coded for. Or perhaps I'm missing something, will have to look into the TES more. Landeyda 08:03, 27 March 2006 (EST)
You can't edit spell effects, but you can activate a script using a spell and use whatever visual effect you want. --Sagron 18:58, 31 March 2006 (EST)
Some effects like spray are not used in the game at all and therefore can't be used without changing an existing effect. This inability to make new magic effects is pretty lame. --Lap 17:05, 2 April 2006 (Central)
/signed, I thought after five years we'd be able to add spell effects. This is supremely annoying. --Halo112358 04:03, 3 April 2006 (EDT)
- To clarify: there's no way to create a new conceptual spell effect that can be used with the custom spellmaker in game. As an example, say I want to create a fire spell effect that damages undead only, and I'd like to be able to create custom spells with the spellmaker that incorporate this effect. Ideally I'd be able to clone the fire damage effect and specify an effect script that runs while the effect is active - it would be something like if ( targetActor.isUndead ) { targetActor.applyFireDamage magnitudeOfSpell }.
- I can fake this right now by creating custom spells and attaching scripts, but there's no way to use the spellmaker to generate custom spells with the script attached.--Halo112358 21:23, 9 April 2006 (EDT)