Jump to content

Yakkuz

Members
  • Posts

    2
  • Joined

  • Last visited

Nexus Mods Profile

About Yakkuz

Profile Fields

  • Country
    Italy

Yakkuz's Achievements

Newbie

Newbie (1/14)

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

Recent Badges

0

Reputation

  1. Mmm... i'm a newbie...never used GECK (never modded F3 i must say). Now i just download it and it seems "not so hard". I think i found all the script that i need to edit: For the "simple" squad spawning at random econunt location FFERepeatAScript (Random Encounters with Regulator or Talon Merc) FFERepeatBScript (Random Encounters with Regulator or Talon Merc) FFEUniqueAQuestScript (Burke's hitman attack the player) FFETriggerScript (to determine wath script...) But they are a bit "tricky" for me ... i have to check condition etc and they are realated to many ecounter at once, so i think i'll skip for now... then there are the two script for Regulator/Talon Merc "Hitmen" spawning at "fixed" location: FFHitSquadDCRegulatorControlSCRIPT FFHitSquadDCTalonCompanyControlSCRIPT They are practically the same: SCN FFHitSquadDCRegulatorControlSCRIPT short DoOnce short PlayerKarma ref MyParent BEGIN OnLoad set PlayerKarma to ( Player.GetAV Karma ) set MyParent to GetParentREF if ( DoOnce == 0 ) if ( PlayerKarma <= KarmaEvil ) && ( Player.GetLevel >= 6 ) && ( Player.HasPerk Lawbringer == 0 ) if ( GetDistance Player <= 4000 ) MyParent.Enable set DoOnce to 1 endif endif endif END I assume i just need to change "DoOnce" condition from "== 0" to ">= 0" , right?
  2. I know having good/very good karma or evil/very evil karma cause Talon Merc and/ora Regulators coming for you at fixed location (carrying the bounty not or Contract). Lurking the web/forum i notice that picking the lawbringer perk (and i assume it's the same for the contract killer perk) cause that Regulators will not come for you also if you have bad karma. In fact i was very frustrated, in my game the never try to kill me :p. Removing the two perk and resetting the two "quest" with console commands seems to "fix" the "problem". Do you know wich one was the problem? The perk or the quest? Now the asnwer/request: Is it possible to "reset" the spawning point of Talon Merc/Regulators? I know that they'll never respawn at the same location, but i really like to be ambushed...id adds a little spicy to my exploration. Could it be done, and how? Thanks a lot and sorry if the questions sounds stupid, i try also to search the board, but didn't find anything very satisfactory.
×
×
  • Create New...