Jump to content

Exalderan

Premium Member
  • Posts

    3
  • Joined

  • Last visited

Nexus Mods Profile

About Exalderan

Profile Fields

  • Country
    Germany

Recent Profile Visitors

56165 profile views

Exalderan's Achievements

Rookie

Rookie (2/14)

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

Recent Badges

0

Reputation

  1. The NVSE function GetPerkRank doesn't work when i use it for an effect condition. I set Condition Function->GetPerkRank Function Parameters->Perk:'LifeGiver' Comparison->== Value->3.0000 Run on->Subject The condition is just not recognized ingame. Run on->PlayerRef didn't work either and setting Function Parameters->Perk:'LifeGiver' Actor:PlayerRef didn't work either. Does this function even work in conditions or can it only be used in scripts?
  2. Hi, I'm trying to make a Perk that activates at a certain health treshold, below 50% Max HP. All working fine so far. The problem is tge GetHealthPercentage function I use to set the conditional perk boni only considers unmodded Health. My perk should affect Perks like Life Giver too, or other means max health is added permanently through mods. However there is no function that lets me compare HealthPercentage for the permanent increase. How would I go about using a script? Would something like this work? BEGIN GameMode if ((Player.GetAV Health / Player.GetPermAV Health)*100) < 0.5 Player.modav Strength 2 Player.modav Agility 2 endif ENDI'm new to modding and sadly I dont know how to stop the script when the condition is not met and reduce the attributes again. If someone could help me a bit or push me in the right direction I'd be really happy. If there was a way to make Life Giver mod the BaseHealth that would be even greater, that way all the other perks like NerdRage and Hot Blooded would work that way too. Or maybe I could make a new global function that returns the buffed current health. Thanks in advance and i hope you have a nice day EDIT: Sorry I saw too late its in the wrong forum, but I'm unable to delete my post.
×
×
  • Create New...