Aww siz, I think the only one that I have left is the one for Joao and that is because I posted it here before. 😀
Wu Di, I posted some of your info in a topic on gamefaqs and FatRatKnight has found why you cannot hire Pilly Reis at lower levels. The short of it is that when your high stat * you levels (Nav and Battle) is greater than 32767 there is a "glitch". There is more to the formula, but basically the earliest you should be able to get Pilly is at level 79 when you are a Baronet. If your levels go above 81 for Baronet you meet the glitch and will have to wait until your levels are around 100.
Anyway, the formulas are:
Difficulty of recruitment:
( HighStat * (Nav. Level + Bat. Level) ) + Random( 0 .. 19 )
HighStat is Leadership, Seamanship, Knowledge, Intuition, Courage, Swordsmanship, or Charm, whichever one is the highest stat.
Your recruiting power:
[[ Leadership * (Nav. Level + Bat. Level) * (10 + Rank) / 10 ]]
Or, if you want to take a detrimental glitch into account:
BaseRecruit = Leadership * (Nav. Level + Bat. Level)
RankBonus= [[ (BaseRecruit * Rank) / 10 ]] - Glitched when 32767 is exceeded prior to division.
FinalRecruit = BaseRecruit + RankBonus
|