fodev.net
FOnline Development => Questions and Answers => Topic started 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?
-
How does one reduce the party points for mercs
See follower_common.fos , lines 72-110. Should be pretty obvious
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.