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

Old July 11th, 2020, 04:41 AM
Quote:
Originally Posted by Illyahr View Post
Also, the coding for the binder's Binding ability (Tome of Magic, xBind) is still calculating wrong. Please change to:
Code:
      var level as number
      var check as number
      var difficulty as number
      level = hero.childfound[xBind].field[Value].value
      check = level + #attrmod[aCHA]
      difficulty = round(level/2,0,-1)
      difficulty = difficulty + 10 + #attrmod[aCHA]

      field[xSumm].text = "EBL = " & level & ", Binding Check 1d20 + " & check & ", Special DC = " & difficulty & "."
Thanks. I've already fixed this for the next release. I'm hoping to get that out later this month.
Sendric is offline   #1001 Reply With Quote