Jump to content

Companion bugged


TheUnknownX

Recommended Posts

Its sound like charon still not hired, but alwasy follow you on fast travel because you already have Contract..you dont need talk to AZ if you have have 'Charon's Employment Contract'..

try to create new quest with script below,.dont forget to mark this script as 'quest' under quest type...It worked, and without talking to Az..

scn bla

short doonce

short HasBeenHired

Begin GameMode

If doonce == 2

Return

Endif

If doonce != 2

player.additem FollowersCharonContract 1

set Followers.PlayerHasFollower to 1

set Followers.CharonHired to 1

set Followers.CharonFired to 0

set CharonREF.HasBeenHired to 1

set CharonREF.IsFollowingDefault to 1

set CharonREF.IsFollowingLong to 0

set CharonREF.IsFollowingShort to 0

CharonREF.SetCombatStyle FollowersCombatStyleRanged

set CharonREF.CombatStyleRanged to 1

set CharonREF.CombatStyleMelee to 0

CharonREF.SetPlayerTeammate 1

CharonREF.AddToFaction TeammateFaction 1

CharonREF.evp

StopQuest FollowersHireCharon

endif

set doonce to 2

Endif

END

Link to comment
Share on other sites

He seems to follow me now but I can't talk to him normally. Can't change his tactics or equipment.

 

Almost there though. Thanks guys.

 

 

 

Edit. Unlike the dog, he doesn't fight against my enemies (normal npcs that I attack). He does attack super mutants though.

Edited by TheUnknownX
Link to comment
Share on other sites

Edit. Unlike the dog, he doesn't fight against my enemies (normal npcs that I attack). He does attack super mutants though.

 

This because, he is not your playerteammate, and even not ally with you...if you make mods with script above, that will become your fully companion...

if you dont want making a mod you can use console....click on charon then type 'SetPlayerTeammate 1' and also 'AddToFaction 46312 1'

46312 is TeammateFaction...

Link to comment
Share on other sites

Edit. Unlike the dog, he doesn't fight against my enemies (normal npcs that I attack). He does attack super mutants though.

 

This because, he is not your playerteammate, and even not ally with you...if you make mods with script above, that will become your fully companion...

if you dont want making a mod you can use console....click on charon then type 'SetPlayerTeammate 1' and also 'AddToFaction 46312 1'

46312 is TeammateFaction...

 

 

The mod with the script allows me to resetquest and hire him like I said but he keeps telling me to talk to Az. After those console commands he fights my enemies. However, I still can't talk to him normally.

 

 

Aaaaaalmoost there. :)

Link to comment
Share on other sites

try again on console to add item, type 'player.additem 3713C', this will add in inventory charon contract....

that is scripted item, which is he will say 'talk to' if you talk to him then kill Az...

Link to comment
Share on other sites

  • 2 weeks later...

try again on console to add item, type 'player.additem 3713C', this will add in inventory charon contract....

that is scripted item, which is he will say 'talk to' if you talk to him then kill Az...

 

I did it and it doesn't help. I got 3 of those contracts now. First one from time when I first got it. Second time after all these mods/console commands (redoing the quest) and third after using this command.

 

btw. Why am I banned? Or actually my ip is. Or at least using proxy allows me to come here.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...