05-11-2015, 01:42 PM
(05-11-2015, 09:46 AM)Thayan Wrote: Just for fun, this is what was in the script already. Thought it was kind of funny.
Code:// * April 2003
// * Change from official rules for balance purposes
// * Blackguard gets to turn at 'character level' - 2 not class level
// * otherwise the ability is rather useless
if (nBlackguardlevel > 0 && nTotalLevel - 2 > nClassLevel) {
nClassLevel = nTotalLevel - 2;
nTurnLevel = nTotalLevel - 2;
}
Very cool, it will be fun to command some undead :) Yaaaaaaaaay!