You could possibly manually edit the CR file to edit out the cooldowns you want to manually use, aside from that, not yet. AOE support is not supported yet. Kupper can do that though. As for pause, you can use ex assist bot base for that. Good luck!
Thanks a lot Yea I will need a pause option for aoe situations..I will try to edit the cr first for cooldowns.
Yeah I'll be getting around to adding options for every cross-class skill and most cooldowns soon. For now, to disable their use just go to UltimaCR\Rotations\Behaviors\Combat (or CombatBuff) and remove any lines with the skill you don't want it to use. Like from: Code: public override async Task<bool> CombatBuffLvL42() { if (await Ultima.SummonChocobo()) return true; if (await Invigorate()) return true; [B]if (await RagingStrikes()) return true; if (await InternalRelease()) return true; if (await BloodForBlood()) return true; if (await HawksEye()) return true; if (await Barrage()) return true;[/B] if (await BluntArrow()) return true; if (await MiserysEnd()) return true; return await Bloodletter(); } To: Code: public override async Task<bool> CombatBuffLvL42() { if (await Ultima.SummonChocobo()) return true; if (await Invigorate()) return true; if (await BluntArrow()) return true; if (await MiserysEnd()) return true; return await Bloodletter(); } Let me know if you have any issues with it.
Is anyone else having problems with Ninja? It just kind of randomly skips important stuff sometimes. I also can't use any of the cross class skills such as the instant heal, the GUI won't let me check the box to use it.
What sort of important stuff is it skipping? As for the cross class skills, his current setup is you can't select the checkboxes right now i believe. If you are really having troubles with the ninja profile, another alternative is Kupper.
Originally I thought it was skipping the mudras, but then I realized it was occasionally doing FATEs that level reduced to too low of a level that some of the mudras got locked out.
bot wont let me click on conjurer skills to use on my mage? any idear why i click the tab but wont tick it
Any idea why my pugilist will not use Second Wind or Feather Foot? I'm not familiar with Ultima, but there seems to be only options for picking cross skills and such for the routine. I would like to say I love rotations so far. None of my characters are using their self buffs like Keen Fury or Second Wind. Nothing that is used for self survival. Is Ultima just a base and it's up to us to build on it? Or am I missing something that's key?
As of right now only some cross-class skills will work (mostly the offensive ones). You won't be able to check/uncheck skills in the settings menu that aren't supported yet. Once I finish up putting some final polish on ROG/NIN I'm going to try to get all the cross-class skills put in. This also applies to non-cross-class defensive skills. I hadn't put them in yet because I was trying to figure out a better way to use them other than "Use when HP is low" or "Use when being hit/targeted" (but I haven't figured out a better way yet and may end up just putting them in as such).
Your best bet will be to cast when targeted or below a certain % threshold. The only way I could see otherwise would be if you wanted to use a defense cooldown for a specific fight or attack. Is it possible to add these by ourselves or best to just wait? Running quest profiles/fates seem to be pretty rough without defensive cd support. I would like to say that the work you have done is very impressive and I'm glad to see this community has such great people. Can't wait to see the updates.
This here would be the best option to have it disable-able and to have a percent biased field when it would be used, both rebornco and kupper have it and it works well when i use both of them with it. Again thanks for the hard work endus and ill enjoy seeing this CR completed.
Just a small request for drg, could we have phlebotomize to be used after chaos thrust in the opener you currently have? so it basically has powerful stuff up first/neatly (as mentioned in the drg guide) https://www.youtube.com/watch?v=R6whVSv_wLQ
So basically following this chart? As of right now the bot automatically uses the skill when Actionmanager.CanCast returns true (in other words, when the game says you're able to use it). It's also supposed to be setup so that even if there's a casting error it will reset and pick back up where it left off. Are you having issues with it? If so do you have any logs showing it?
For some reason this routine does not load. Reborn Co and Magitek load okay but cant seem to get this one to show up. It says there is no supported classes for this job. Ultima is up to date as well.
Nah im playing with 250-300 ping from my region, just lag, was looking for a manual way to bypass it.
That chart seems fine, endus. The phlebotomize after chaos thrust is just basically so stuff aligns better