You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to create a workflow to alch several different items. I set it to start on one item, then when there were <= 10 left in my bank, it would continue on for the next, and go down the items that I wanted to alch that way.
However, when it was done with the first item, the workflow would select the next item for the Item Alchemy spell, but stop the casting of the spell.
My guess is that this happens since Item Alchemy does not get interrupted when selecting a different item, and therefore when the workflow tells the game to start casting after having selected the next item, it instead cancels the casting entirely.
Steps to reproduce
Create workflow which alchs a list of items.
Wait for the first item to be done alching.
The next item gets selected, but the casting of the spell gets canceled.
Screenshots
No response
Any other relevant information
I fixed it by putting a 'Start Agility' action before the 'Start Alt. Magic' action which would select the next item, as this resets the spell as well.
Code of Conduct
I agree to follow the code of conduct
I have searched for similar issues and nothing similar exists
The text was updated successfully, but these errors were encountered:
Platform
Steam
Category
A bugged action
Bug description
I wanted to create a workflow to alch several different items. I set it to start on one item, then when there were <= 10 left in my bank, it would continue on for the next, and go down the items that I wanted to alch that way.
However, when it was done with the first item, the workflow would select the next item for the Item Alchemy spell, but stop the casting of the spell.
My guess is that this happens since Item Alchemy does not get interrupted when selecting a different item, and therefore when the workflow tells the game to start casting after having selected the next item, it instead cancels the casting entirely.
Steps to reproduce
Screenshots
No response
Any other relevant information
I fixed it by putting a 'Start Agility' action before the 'Start Alt. Magic' action which would select the next item, as this resets the spell as well.
Code of Conduct
The text was updated successfully, but these errors were encountered: