View Single Post
Sendric
Senior Member
 
Join Date: Jul 2010
Posts: 3,147

Old July 13th, 2012, 10:20 AM
Quote:
Originally Posted by Gilmax View Post
Since it is using class Knight as the level verification, when I select to use it for my gestalted knight class, my class name is diffrent so it doesn't show up. For know I just created a new ability to mimic it and used the new class name instead of Knight.
Is the gestalted knight something you created? Unfortunately, I don't know much about gestalted classes, so I'm not really sure what the fix would be for the community files to support this.

Quote:
Originally Posted by Gilmax View Post
Regarding the fix for the calulations in Knights Challenge, can you provide me the updated eval script, as this may help me with some other issues I am having with some custom stuff I have. Thanks.

Gilmax
Of course!

Code:
      var level as number
      var total as number
      level = hero.child[cHelpKni].field[cTotalLev].value/2
      level = round(level,0,-1)
 
      total = level + hero.child[aCHA].field[aModBonus].value
      total = maximum(1, total)

      field[hTotal].value = total
Sendric is offline   #93 Reply With Quote