Difference between revisions of "User talk:Tesfabpel"
Jump to navigation
Jump to search
imported>Tesfabpel (How to paralize a whole cell?) |
imported>DragoonWraith (a big radius and ignore LOS will do the trick nicely.) |
||
Line 20: | Line 20: | ||
I have a trouble: I want create a spell what paralize a whole cell. | I have a trouble: I want create a spell what paralize a whole cell. | ||
How I can do? | How I can do? | ||
:[[User:DragoonWraith|<font face="Oblivion,Daedric Runes" size=3>D</font>ragoon <font face="Oblivion,Daedric" size=3>W</font>raith]] [[User_talk:DragoonWraith|<font face="Oblivion,Daedric" size=2>TALK</font>]] 13:19, 24 July 2006 (EDT): Well, if you create a paralyze spell with a large enough radius, you can be pretty sure of hitting everyone in the cell. An exterior cell is 4096x4096 - a radius of 99999 is going to hit everything currently loaded by the game. Just make sure you ignore LOS on area effect, and it'll work fine. |
Revision as of 12:19, 24 July 2006
User TESFABPEL Notes:
In order to convert the text in English I have used Google therefore if some words very are not written are not guilt mine. :(
Is possible to manipulating the time with a script?
I want to know if is possible to manipulating the time with a script, creating effect of the time rewind or time slow, like Prince of Persia.
set TimeScale to X
I don't reccomend using that though, it messes with grass and stuff too.
Then? What script I can use? Rembember the plug-in Morrowind Enhanced? Sure it used some script for slow the time, but which?
Please, you answer to me. They are much expectant one!!! :)
- Dragoon Wraith TALK 11:57, 31 May 2006 (EDT): Not doable at this point in time. Timeslip wrote a program that can slow down time ("bullet time"), but he has no way of detecting calls for this in a script, so it's only for the player (there are buttons to slow down/speed up time) right now. If someone writes an Oblivion Script Extender, then this will be possible.
How to paralize a whole cell?
I have a trouble: I want create a spell what paralize a whole cell. How I can do?
- Dragoon Wraith TALK 13:19, 24 July 2006 (EDT): Well, if you create a paralyze spell with a large enough radius, you can be pretty sure of hitting everyone in the cell. An exterior cell is 4096x4096 - a radius of 99999 is going to hit everything currently loaded by the game. Just make sure you ignore LOS on area effect, and it'll work fine.