I believe the same happened to op=7 and op=8Kyrene wrote: ↑Tue Sep 30, 2003 8:32 amI think these two are transposed; 15 should be >= and 16 <=Code: Select all
Op: Param: Value: Effect: 15 stat value Valid recipe if (input1.stat.accr <= value) 16 stat value Valid recipe if (input1.stat.accr >= value)
I have been making test to create recipes that require a level, and others that cease to be used when a level is reached:
Code: Select all
Op: Param: Value: Effect:
7 12 33 Valid recipe if (Player Level >= 33)
8 12 33 Valid recipe if (Player Level <= 33)
I am making a MOD for the latest version, 1.14D