Jump to content

Tiranno71

Members
  • Posts

    8
  • Joined

  • Last visited

Nexus Mods Profile

About Tiranno71

Profile Fields

  • Country
    None

Tiranno71's Achievements

Rookie

Rookie (2/14)

  • First Post
  • Week One Done
  • One Month Later
  • One Year In
  • Conversation Starter

Recent Badges

0

Reputation

  1. Thanks your advice and working around for a while i've made it! :) I've applied to other scripted spells too ^_^ . Now there are other steps for this spell ... How can force target to mount the horse without dismount until the effect expires? (For example a follower of mine) ... and how can make possible that horse follow directly the target without recruit as follower? Can you give any other advice? :) Thanks anyway for ypur patience! ^_^
  2. Hi, I've created some scripted spells and I need to don't let the caster recast the same spell until the effect is expired (like recall a horse to ride for 10 minutes). I know that need to do something with variables but i don't know how do it. Any advice? Thanks! :)
  3. Thanks to all, finally has been compiled without errors. I've reinstalled manually all SKSE package and everything is gone right even if the script don't show the change weight when casted the related spell on target. For now it's hard find a solution.... anyway thanks so much again! :)
  4. Other things work well just this not. can you post a working script for my knowledge? I've just started scripting from a few days. i've created some scripts already with no problems, but never used functions till now. i wull appreciate your help. ...anyway ... thanks.
  5. Thanks for reply, i'm new with scripting .... trying to do this: Scriptname WeightEffect extends activemagiceffect Event OnEffectFinish(Actor akTarget, Actor akCaster) actorbase pakTarget = akTarget.GetActorBase() pakTarget.SetWeight(100.0) pakTarget.QueueNiNodeUpdate() EndEvent the compiler give me these errors: WeightEffect.psc(7,12): SetWeight is not a function or does not exist WeightEffect.psc(8,11): QueueNiNodeUpdate is not a function or does not exist how can I solve?
  6. Hi, i need to change weight of target NPC casting a spell as effect. i've looked around but i've found a function that change player weight only. My problem is, there is a function to change weight to npc too? If yes, can anyone post an example? Thank you in advance.
  7. Hi, as topic says i would like to create this simple script to equip an item made by me to a target via spell. I've looked for some user manual but nothing found (the www.creationkit.com is in japanese or something). I'll appreciate if someone can realize it so I have an example where to start understanding scripting basis, Thank you in advance.
×
×
  • Create New...