fodev.net

FOnline Development => Questions and Answers => Topic started by: Gonvin on July 12, 2013, 03:53:27 am

Title: [2238] party stuff
Post by: Gonvin on July 12, 2013, 03:53:27 am
How does one reduce the party points for mercs and the merc requirement for slaves?
Title: Re: [2238] party stuff
Post by: Kilgore on July 12, 2013, 09:26:19 am
How does one reduce the party points for mercs

See follower_common.fos  , lines 72-110. Should be pretty obvious

Quote
and the merc requirement for slaves?

See follower_common.fos, line 196.
Changing it to, for example

return(Slaves < 5);

should limit possible slaves to 5.