Hello,
I'm trying to get this to work but all my Careful Synth II's only yields 58 progress, so this requires me to use 3 Careful Synth II's. I'm not sure what can be the cause. Simulator is showing that I should be getting 98 progress.
Craftsman: 415
Control: 393
CP: 349
***EDIT: FYI, incase this hasn't been mentioned. Careful Synth II went up to 133 progress after reaching Lv51 on Weaver.
Also, on your line 77-80, I have this:
Code:
<If Condition ="Core.Player.ClassLevel < 52">
<LogMessage Message="Your current level of botanist is not high enough for this profile. Please level to 51 and start the profile again."/>
<RunCode Name="Stop"/>
</If>
But line 112-115 has it as
"Core.Player.ClassLevel < 51"
I modified Line 77 for it to work for me.