Jump to content

DOWNLOAD MODS

Are you looking for something shiny for your load order? We have many exclusive mods and resources you won't find anywhere else. Start your search now...

LEARN MODDING

Ready to try your hand at making your own mod creations? Visit the Enclave, the original ES/FO modding school, and learn the tricks of the trade from veteran modders...

JOIN THE ALLIANCE

Membership is free and registering unlocks image galleries, project hosting, live chat, unlimited downloads, & more...

rakwarrior25

Allies
  • Posts

    3
  • Joined

  • Last visited

rakwarrior25's Achievements

Layman

Layman (1/11)

0

Reputation

  1. !EDIT! I guess it wanted to see this: OnEffectFINISH instead of: OnEffectEND Figured it out. Thanks for helping along the way!
  2. Hey TES Scripters, Thank you for your reply to my last request for help. I've made a lot of headway and only one bit of scripting remains to fully complete my desired effect. The effect gives the player 1 carry point to update the spells effect on Player, so I need the players carry weight to be decreased by 1 to re-update the spells status. So far this is what I have: Game.GetPlayer().ModActorValue ("carryweight", -1) The problem is that the negative integer (-1) is not registering with the script somehow, and the players carrying capacity continues to rise by 1 point each time the spell is used. Is my syntax incorrect? Or am I in need of a more complicated function to let the game know where to deduct a point from? Or perhaps something different altogether. If anyone has a solution to this problem, I would be most grateful if you would share it with me. Like I said, this is the final barrier to the whole thing working! Thanks again RakWarrior
  3. Hello TES Alliance! This is my first request for a script, hope it goes well. Essentially, this is a Sprint Spell, or a Speed Increase Spell. I need a script that modifies the players run speed [speedmult] upon activating a custom power (Casting an ability? or perhaps different script for activating a power). The effects of the power last for 30 seconds, so that is how long I would like the speed multiplier to last. Once the 30 seconds has passed, and the power has expired, I also want the players speed to reset to its default, vanilla Skyrim value. I have never fully scripted before, but I believe the steps would go something like this. 1. Player activates ability 2. ability equal to (custom ability)? 3. if so, then set speedmult to desired value 4. some kind of timer? 30 seconds in game time 5. after 30 seconds has passed, reset speed to default value. I'm not sure what else needs to happen for this to occur, OR even if this is possible. I'll keep searching the forums for this same type of request to make sure this info isn't already out there. But if not, then I really appreciate any help at all that anyone has to offer. Thank you very much in advance, and until then, happy modding/scripting.
×
×
  • Create New...