Well, recently I started leveling my SMN with fatebot, the main problem is he is trying to shadowflare at times that he can't (hard to explain), I mean... he is trying to use shadowflare with mobs that are already die or close to, then the skill fails. The main problem is what happends when you spam actions, game kicks you fromt he server with a 9002 error. I leveled NIN and DRG ato 60 without problem, but someskills (i guess it's shadowflare) give me too much actionspam and game kicks me. Anyone know if that canbe... fixed? Edit: I'm using Ultima's routine.
i see what its trying to do. While mounted Ultima is attempting to cast Shadowflare, and it actually manages to bring up the cast bar, but the game stops it, because you can't cast while mounted. So Ultima is still trying to spam cast it and the game d/cs you. Seems to only affect SMN and not SCH though.
if you feel thats the problem... go into Reborn\Routines\UltimaCR\Rotations\Behaviors\Combat\Summoner.cs and comment out all the shadowflares (or just one of them for combat mode) from if (await ShadowFlare()) return true; to //if (await ShadowFlare()) return true;
In the future, please post issues specific to CRs (or Plugins, Profiles, etc) within that CR's thread so more specific help can be provided.