prandiningrat Posted August 19, 2011 Share Posted August 19, 2011 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 More sharing options...
TheUnknownX Posted August 19, 2011 Author Share Posted August 19, 2011 (edited) 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 August 19, 2011 by TheUnknownX Link to comment Share on other sites More sharing options...
prandiningrat Posted August 19, 2011 Share Posted August 19, 2011 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 More sharing options...
TheUnknownX Posted August 19, 2011 Author Share Posted August 19, 2011 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 More sharing options...
prandiningrat Posted August 19, 2011 Share Posted August 19, 2011 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 More sharing options...
TheUnknownX Posted August 27, 2011 Author Share Posted August 27, 2011 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 More sharing options...
Recommended Posts