Syn3r Posted March 10, 2019 Share Posted March 10, 2019 I have created a vendor that I'm also wanting to do repairs, it can only repair stuff up to 40% is there anyway I can change this? I ave been looking for a couple days and everything I'm finding is that I need to change the actor value somehow. Link to comment Share on other sites More sharing options...
dubiousintent Posted March 11, 2019 Share Posted March 11, 2019 It appears you need to set the value of ActorValueCode "39" (Repair) to the needed skill level. Level 100 is needed to repair 100%. Use "GetActorValue" to determine the current value. Take care which command you use to set that level, but for a vendor you probably want to use "SetActorValue" to permanently modify their "base value". Note you have to enable the "SetServiceFlag" for "repair" as well. -Dubious- Link to comment Share on other sites More sharing options...
madmongo Posted March 11, 2019 Share Posted March 11, 2019 If your NPC is set to auto-level then their repair skill will also auto-level. I don't know if using SetActorValue will work in that case. I'd like to know if it works, and if it breaks once the NPC levels up. If you set the NPC to a specific level and don't have them auto-level (uncheck PC Level Mult on the Stats tab), then you can go under the Stats tab and change the Offset under the Skills section so that you end up with an effective repair level of whatever you want. There's no need to use a script in this case. Link to comment Share on other sites More sharing options...
Recommended Posts