matthamptonasic / Iocaine

Iocaine2 Tool for FFXI
9 stars 2 forks source link

Synergizer not casting buffs #23

Closed matthamptonasic closed 7 years ago

matthamptonasic commented 7 years ago

http://forum.ffxiscripting.com/viewtopic.php?f=265&t=5756&start=154

Thank you for the update :) I've gotten the bot to successfully craft and pl synergy recipies, the only issue is it doesn't seem to be casting buffs. Was this feature removed and I didn't notice it stated anywhere?

I've switched to whm/rdm but it does not appear that my character is even attempting to cast haste/stoneskin.

matthamptonasic commented 7 years ago

Should be fixed in release https://github.com/matthamptonasic/Iocaine/releases/tag/2016.08.22. It was coincidental, but should have fixed the problem.

Detail: The synergizer simply creates new spell commands for haste, refresh, and stoneskin, then executes them. Before executing them, the 'available'/'enabled' flags need to be set. Normally this is done when Iocaine starts or when the player changes to a job that allows those commands to be used. The Beta release above changed the execution of the command so that it no longer checks these flags, but parses through a structure of conditions that must be met in order to cast (job ID/level, subjob ID/level, and MP).