A feature I like from the Might & Magic Series (from VI to VIII) is the companion system where ordinary citizens of various professions can accompany you and help you in various ways in exchange for a percentage of all gold acquired and a hiring cost. If it could be done for Daggerfall, I think it'd bring an interesting concept.
Some examples from M&M 6 :
Armorer : Can repair your gear on the go
Banker : 20% more gold found
Barrister : Bonus to Etiquette
Explorer : Reduced travel time when fast-travelling
Instructor : Faster skill progression
Trader : Bonus to Mercantile
Healer : Can cast a healing spell once a day
I have quest-writing knowledge, but not programming. How feasible would such an idea be?
Having the people accompany you is easy, but getting the benefits is something else.
Hirelings who provide skill/gameplay bonuses
- Cliffworms
- Posts: 44
- Joined: Sun Dec 30, 2018 6:24 pm
- Location: Québec
Hirelings who provide skill/gameplay bonuses
Excuse the gloom.
-
- Posts: 797
- Joined: Mon Aug 12, 2019 4:32 pm
- Contact:
Re: Hirelings who provide skill/gameplay bonuses
This is doable using the current follower framework others have made and are using to create free wandering companions.
Once the new companions were created using that framework, a coder would need to setup a script that monitors what follower the player has currently and trigger the code that adds the bonuses based on the follow ID the player currently has with them. The bonus attributes is to me the easy part, as it would only require a simple few lines to monitor what follower the player has and then run a simple case switch or if then switch to apply the wanted affect. I'm guessing less than 100 lines of code.
Once the new companions were created using that framework, a coder would need to setup a script that monitors what follower the player has currently and trigger the code that adds the bonuses based on the follow ID the player currently has with them. The bonus attributes is to me the easy part, as it would only require a simple few lines to monitor what follower the player has and then run a simple case switch or if then switch to apply the wanted affect. I'm guessing less than 100 lines of code.
My Beth Mods: l3lessed Nexus Page
Daggerfall Unity mods: Combat Overhaul Mod
Enjoy the free work I'm doing? Consider lending your support.
Daggerfall Unity mods: Combat Overhaul Mod
Enjoy the free work I'm doing? Consider lending your support.
- Cliffworms
- Posts: 44
- Joined: Sun Dec 30, 2018 6:24 pm
- Location: Québec
Re: Hirelings who provide skill/gameplay bonuses
That's interesting! Maybe I could ping Kab about this. 
Thanks!

Thanks!
Excuse the gloom.