Multiple summons
I am working on scripts, that allows multiple summons to be active, but limited by caster level of summoner. Summons unsummon at the end of day they were summoned. Then limit works even with your summons being turn intro enemies. So far its going well, used modified henchman scripts to make summons and managed to sucesfully set dynamic CL based limit. Now to finish modifying spells. Will support limit raising items , feats and multiple limits (aka necromancy limit).
0
Comments
I made a little routine called GetTrueMaster() which reliably returns the true master. The key is that GetMaster() will return the same object if you've reached the top of the chain, so a while loop does the job fairly easily. Short and sweet and does the job with minimum fuss.
Note that I said this is needed when you have multiples of the SAME TYPE of summon. So, multiple henchmen, or multiple summoned beasts, or multiple dominated creatures, but not if you have one of each.