• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Ultima - The Ultimate Combat Routine

    Discussion in 'Combat Routines' started by Endus, Nov 25, 2014.

    1. exaccuss

      exaccuss Active Member

      Joined:
      Nov 10, 2013
      Messages:
      1,021
      Likes Received:
      6
      Trophy Points:
      38
      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!
       
    2. Ksexasiaris

      Ksexasiaris Member

      Joined:
      Nov 10, 2014
      Messages:
      183
      Likes Received:
      3
      Trophy Points:
      18
      Thanks a lot :) Yea I will need a pause option for aoe situations..I will try to edit the cr first for cooldowns.
       
    3. Endus

      Endus Community Developer

      Joined:
      Jul 9, 2012
      Messages:
      458
      Likes Received:
      6
      Trophy Points:
      18
      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. :cool:
       
    4. Hat

      Hat New Member

      Joined:
      Oct 21, 2012
      Messages:
      64
      Likes Received:
      0
      Trophy Points:
      0
      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.
       
    5. exaccuss

      exaccuss Active Member

      Joined:
      Nov 10, 2013
      Messages:
      1,021
      Likes Received:
      6
      Trophy Points:
      38
      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.
       
    6. Hat

      Hat New Member

      Joined:
      Oct 21, 2012
      Messages:
      64
      Likes Received:
      0
      Trophy Points:
      0
      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.
       
    7. mad lyf

      mad lyf Member

      Joined:
      Dec 6, 2014
      Messages:
      35
      Likes Received:
      0
      Trophy Points:
      6
      bot wont let me click on conjurer skills to use on my mage? any idear why i click the tab but wont tick it :(
       
    8. Ksexasiaris

      Ksexasiaris Member

      Joined:
      Nov 10, 2014
      Messages:
      183
      Likes Received:
      3
      Trophy Points:
      18

      Great :) I ll test it once I go home. Thanks
       
    9. The Red Terror

      The Red Terror Member

      Joined:
      Apr 2, 2012
      Messages:
      137
      Likes Received:
      0
      Trophy Points:
      16
      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?
       
      Last edited: Mar 10, 2015
    10. Endus

      Endus Community Developer

      Joined:
      Jul 9, 2012
      Messages:
      458
      Likes Received:
      6
      Trophy Points:
      18
      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).
       
    11. The Red Terror

      The Red Terror Member

      Joined:
      Apr 2, 2012
      Messages:
      137
      Likes Received:
      0
      Trophy Points:
      16
      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.
       
      Last edited: Mar 11, 2015
    12. flamepyro

      flamepyro New Member

      Joined:
      Oct 23, 2012
      Messages:
      48
      Likes Received:
      0
      Trophy Points:
      0
      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.
       
    13. exaccuss

      exaccuss Active Member

      Joined:
      Nov 10, 2013
      Messages:
      1,021
      Likes Received:
      6
      Trophy Points:
      38
      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
       
    14. phdchristmas

      phdchristmas New Member

      Joined:
      Dec 20, 2014
      Messages:
      56
      Likes Received:
      0
      Trophy Points:
      0
      how do i go about increasing the time between casting ninjutsu spells ten, chi, jin then the mudra?
       
    15. Endus

      Endus Community Developer

      Joined:
      Jul 9, 2012
      Messages:
      458
      Likes Received:
      6
      Trophy Points:
      18
      So basically following this chart?

      [​IMG]

      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?
       
      Last edited: Mar 11, 2015
    16. wolfrain62

      wolfrain62 Member

      Joined:
      Aug 22, 2014
      Messages:
      137
      Likes Received:
      0
      Trophy Points:
      16
      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.
       
      Last edited: Mar 12, 2015
    17. phdchristmas

      phdchristmas New Member

      Joined:
      Dec 20, 2014
      Messages:
      56
      Likes Received:
      0
      Trophy Points:
      0
      Nah im playing with 250-300 ping from my region, just lag, was looking for a manual way to bypass it.
       
    18. exaccuss

      exaccuss Active Member

      Joined:
      Nov 10, 2013
      Messages:
      1,021
      Likes Received:
      6
      Trophy Points:
      38
      That chart seems fine, endus. The phlebotomize after chaos thrust is just basically so stuff aligns better :)
       
    19. jokke

      jokke New Member

      Joined:
      May 2, 2013
      Messages:
      28
      Likes Received:
      0
      Trophy Points:
      0
      can this be used to tank dungeons as a paladin?
       
    20. The Red Terror

      The Red Terror Member

      Joined:
      Apr 2, 2012
      Messages:
      137
      Likes Received:
      0
      Trophy Points:
      16
      I would assume so if you are using it to Combat Assist and you're moving the character.
       

    Share This Page