View Single Post
monhomri21
Junior Member
 
Join Date: Sep 2015
Posts: 8

Old July 17th, 2017, 05:19 PM
Quote:
Originally Posted by Valdacil View Post
After hours of bumbling around, I finally fixed secondary classes (VMC) for Gestalt.

On the Class Level thing in the editor, add another eval script at First 200

Code:
      ~ If we are under level 3 don't do anything as we will cause errors
      ~ Once we have three classes then we can modify it down to two.
      doneif (herofield[tLevel].value < 3)

      foreach pick in hero where "component.SecClass"
        eachpick.field[cTotalLev].value += -2
      nexteach
This runs shortly after the First 185 non-Gestalt script that sets cTotalLev but before the scripts that update the other fields like cMagicLev, so those all inherit the updated level value. This causes the secondary class level to match the Gestalt level and grant secondary class bonuses at the proper level.
where do I add this info? I'm not eval savvy but I can copy and paste if I know where to put it.
monhomri21 is offline   #148 Reply With Quote