ShadowChemosh
Well-known member
So I figured I would let everyone know here about a recent change as its affecting allot of .user files in the community. This includes many of the 3PP .user files I have seen including Razor Coast.
Any script that tries to set a global Attack Bonus or Penalty (ie hero.child[Attack].field[tAtk].value) no longer works. The field tAtk no longer adjusts Attack value up or down instead it is only display. You have to change all your scripts to use "Bonus" or "Penalty". In example:
As I get time I will be fixing the Community Packages but I figured any 3PP may wish to know they need to get fixing also.
Any script that tries to set a global Attack Bonus or Penalty (ie hero.child[Attack].field[tAtk].value) no longer works. The field tAtk no longer adjusts Attack value up or down instead it is only display. You have to change all your scripts to use "Bonus" or "Penalty". In example:
Code:
~ Give +1 to hit to all weapons
hero.child[Attack].field[Bonus].value += 1
As I get time I will be fixing the Community Packages but I figured any 3PP may wish to know they need to get fixing also.