What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Issue with Crafting function

ngardina

Member
Joined
Sep 14, 2014
Messages
45
Reaction score
0
Posting here so I don't get ripped apart by Mastahg.

View attachment 19336 2015-01-21 20.42.txt

The last section pretty much is where the issue is.
When trying to use <If Conditon="CraftingManager.Progress = 378"> (Intentional for this individual recipe, as it dictates whether or not Rapid synthesis failed), rather than it continuing on for the rest of the abilities, the bot dies off immediately after, even when it meets the requirement of 378.
 
This is as far as I got since still testing it to get the failsafe in place.



This one works from beginning to end on loop, but obviously fails if the rapid synthesis fails.
 
Last edited:
You need two equals signs. Equals alone assigns a value, double equals compared.
 
Aaaaaaaaaaand that was the problem. I would overlook a typo. Thanks.
 
Back
Top