Difference between revisions of "User:Darkness X"

Jump to navigation Jump to search
119 bytes added ,  04:27, 16 August 2009
no edit summary
imported>Darkness X
imported>Darkness X
Line 12: Line 12:
* Create a house based on the form of an enlarged wayshrine: It must have six towers with each 3 rooms and a special garden in the middle and secret rooms and some other stuff.
* Create a house based on the form of an enlarged wayshrine: It must have six towers with each 3 rooms and a special garden in the middle and secret rooms and some other stuff.
* Create an exterior cave with rocks and stones.
* Create an exterior cave with rocks and stones.
* Create a scripted sword that changes of enchantment every gamehour, so it would have 24 kinds of enchantments. (I'm trying to find 24 scripted enchantments)
* Create a spell that teleports the target and the player to a special arena created for one on one combat. This spell creates an opportunity to fight against your enemies one by one instead of killing them all at once or if you have trouble fighting multiple enemies at once, then this spell could be a solution.
* Create a spell that teleports the target and the player to a special arena created for one on one combat. This spell creates an opportunity to fight against your enemies one by one instead of killing them all at once or if you have trouble fighting multiple enemies at once, then this spell could be a solution.
* Create a spell to change your identity whenever you want: You could change your Class, Birthsign and even your race or your name.
* Create a spell to change your identity whenever you want: You could change your Class, Birthsign and even your race or your name.
Line 20: Line 21:
* What is the maximum script size? (I couldn't find it anywhere)
* What is the maximum script size? (I couldn't find it anywhere)


== (Favorite Script)==
== Scripts ==
 
I'm going to create a page on the CS Wiki for all my scripts (coming soon), I do this because I have no experience with publishing mods. (User:Darkness X/Script List) These scripts I made can contain parts of other scripts and I'm sorry if I offended someone by copying parts of their scripts, but I don't copy scripts and say that it's my script (only a part of it). So feel free to copy all my scripts and make a mod of them, because I am not planning to do so.
<pre>scn 000FakeDeath
 
short BaseFatigue
float fJumpFallSkillMult
float fJumpFallSkillBase
short Death
 
Begin ScriptEffectStart
if (Death == 0)
ForceActorValue Fatigue -1000
Set fJumpFallSkillMult to 0
Set fJumpFallSkillBase to 0
StopCombatAlarmOnActor
Set Death to 1
endif
End
 
Begin scripteffectfinish
Set fJumpFallSkillMult to -0.0100
Set fJumpFallSkillBase to 1.2500
Set BaseFatigue to getBaseActorValue Fatigue
ForceActorValue Fatigue BaseFatigue
Set Death to 0
End</pre>


== Notes ==
== Notes ==
Anonymous user

Navigation menu