Help me with Racial Lesser Power

Post » Sun Nov 18, 2012 7:10 pm

Is it possible to add a Lesser Power that increases the movement speed of the player by 20%? if so, any ideas on how to implement it will be appreciated.
User avatar
Ally Chimienti
 
Posts: 3409
Joined: Fri Jan 19, 2007 6:53 am

Post » Sun Nov 18, 2012 6:33 pm

You should be able to just make a new magic effect with effect archetype "value modifier' and have it modify "speedmult" by 20 and set it to constant effect?
User avatar
RUby DIaz
 
Posts: 3383
Joined: Wed Nov 29, 2006 8:18 am

Post » Sun Nov 18, 2012 8:32 pm

Ill try it out, thanks.
User avatar
gary lee
 
Posts: 3436
Joined: Tue Jul 03, 2007 7:49 pm

Post » Sun Nov 18, 2012 9:43 pm

Awsome, made it work! but it can be casted just right away again... anyway to make it not be able to be casted for the next 30 seconds?
User avatar
Klaire
 
Posts: 3405
Joined: Wed Sep 27, 2006 7:56 am

Post » Sun Nov 18, 2012 2:05 pm

It partially works, anyway to tell the lesser power to make so it cant be casted right after its been casted? want to give it a 30 seconds cool down.

I don't know, that seems like some kind of game setting or global variable, and I think it affects all lesser powers. They are all re-cast after about 6 seconds. If you turn godmode on, they are all re-cast instantly.

If you find where to change that, I would like to know.

But you could also make a cooldown script effect which removes it from the owner for x seconds when you cast it, then adds it again.
User avatar
Dan Wright
 
Posts: 3308
Joined: Mon Jul 16, 2007 8:40 am

Post » Sun Nov 18, 2012 10:15 pm

Oh no problem then, rather not mess with Scripts because i dont like Save bloating, thanks a lot Pal!
User avatar
maya papps
 
Posts: 3468
Joined: Mon Aug 07, 2006 3:44 pm

Post » Sun Nov 18, 2012 4:13 pm

I found how, but you need to go to Gameplay - "Settings" and search for "fMagicLesserPowerCooldownTimer" its currently set at 3 seconds.
User avatar
naomi
 
Posts: 3400
Joined: Tue Jul 11, 2006 2:58 pm

Post » Sun Nov 18, 2012 7:58 pm

How do i make it so it dosent cost any magicka at all? right now its asking for 1732 magicka to cast... what and where do i have to check so it dosent asks for it?
User avatar
Juan Cerda
 
Posts: 3426
Joined: Thu Jul 12, 2007 8:49 pm

Post » Sun Nov 18, 2012 5:40 pm

Nvm, found "Base Cost".
User avatar
Leticia Hernandez
 
Posts: 3426
Joined: Tue Oct 23, 2007 9:46 am

Post » Sun Nov 18, 2012 1:52 pm

Rather than change the cooldowntimer, which will affect every single racial lesser power in the game, it might be wiser to attach your own cooldown script to the spell yourself. If you search cooldown in the forum, you'll probably find the one I made some months ago when I was making pokemon followers. Should work fine for you.
User avatar
KiiSsez jdgaf Benzler
 
Posts: 3546
Joined: Fri Mar 16, 2007 7:10 am


Return to V - Skyrim