Jump to content

[LE] Custom Hirelings not able to hire?


Holzey

Recommended Posts

Hello, Im making a custom follower mod that you can hire with 500 gold but when i have less than 500 gold it shows the option but when i go back with 500 gold or more the dialogue option disappears, Can anyone help me? if so then thank you!

Link to comment
Share on other sites

I am surprised it shows up at all. If PlayerFollowerCount is at 1 then the player already has a follower. This value should be 0. If CurrentHireling faction value is 1 then the subject is already the current follower. This value should be 0. And finally, the gold item check should be on the player rather than the subject.

 

Fix those three things and it should work properly.

Link to comment
Share on other sites

I am surprised it shows up at all. If PlayerFollowerCount is at 1 then the player already has a follower. This value should be 0. If CurrentHireling faction value is 1 then the subject is already the current follower. This value should be 0. And finally, the gold item check should be on the player rather than the subject.

 

Fix those three things and it should work properly.

It works now but when i press the option to pay money it doesnt take the money away and the person isnt my follower

Link to comment
Share on other sites

You have to add code to the script fragment associated with the dialog option to take the gold and assign the NPC to be a follower. I suggest looking at the quest governing the stock hirelings to see how they handle it.

Thanks its all working! but now it doesnt show the options a normal follower would have like "I need to trade items" or "Wait here"

Link to comment
Share on other sites

  • Recently Browsing   0 members

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