• Visit Rebornbuddy
  • Ultima - The Ultimate Combat Routine

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

    1. Jochy

      Jochy New Member

      Joined:
      Jul 9, 2017
      Messages:
      1
      Likes Received:
      0
      Trophy Points:
      1
      hello, thanks for all the hard work.
      I am having trouble setting up Ultima. I extracted it and copy the UltimaCR in to the rotation folder where kupo file is. when i load up Rebornbuddy it says :
      [17:04:26.784 D] Reloading AssemblyLoader<ICombatRoutine> - Initalize
      [17:04:29.019 N] Compiler Error: C:\Users\jochy\Desktop\Rebornbuddy\Routines\Ultima\Rotations\Methods\Arcanist.cs(40,22) : error CS0103: The name 'Actionmanager' does not exist in the current context
      [17:04:29.019 N] Compiler Error: C:\Users\jochy\Desktop\Rebornbuddy\Routines\Ultima\Rotations\Methods\WhiteMage.cs(97,21) : error CS0103: The name 'Actionmanager' does not exist in the current context
      [17:04:29.019 N] Compiler Error: C:\Users\jochy\Desktop\Rebornbuddy\Routines\Ultima\Rotations\Methods\WhiteMage.cs(99,25) : error CS0103: The name 'Actionmanager' does not exist in the current context
      [17:04:29.019 N] Compiler Error: C:\Users\jochy\Desktop\Rebornbuddy\Routines\Ultima\Rotations\Methods\WhiteMage.cs(103,62) : error CS0103: The name 'Actionmanager' does not exist in the current context
      [17:04:29.019 N] Compiler Error: C:\Users\jochy\Desktop\Rebornbuddy\Routines\Ultima\Ultima.cs(303,17) : error CS0103: The name 'Chocobo' does not exist in the current context

      it says the same thing for all the files inside.

      thank you
       
    2. raik

      raik New Member

      Joined:
      Jul 7, 2017
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      1
      Hey, is there a way to make the bot stop using ragging strike on cd ? so I can use it when it's more useful
      I tried to delete some ragging strike functions but when I do this ultima dont want to launch :(
       
    3. Snipi

      Snipi New Member

      Joined:
      Mar 15, 2014
      Messages:
      21
      Likes Received:
      0
      Trophy Points:
      1
      You can replace the RS funciton in Ultima/Rotations/Methods/Bard.cs with is :

      Code:
      private async Task<bool> RagingStrikes()
      {
             if (MinuetActive)
             {
                      return await MySpells.RagingStrikes.Cast();
             }
             return false;
      }
      + I recommend this song order in the same file :

      Code:
      private async Task<bool> Songs(DateTime lastime)
      {
                  var t = (DateTime.Now - lastime).TotalMilliseconds;
      
                  if ((NoSong || SongTimer) && ActionManager.ActionReady(ActionType.Spell, 3559) && t >= 2000)
                  {
                      return await MySpells.WanderersMinuet.Cast();
                  }
                  if ((NoSong || SongTimer) && ActionManager.ActionReady(ActionType.Spell, 114) && t >= 2000)
                  {
                      return await MySpells.MagesBallad.Cast();
                  }
                  if ((NoSong || SongTimer) && ActionManager.ActionReady(ActionType.Spell, 116) && t >= 2000)
                  {
                      return await MySpells.ArmysPaeon.Cast();
                  }
                  return false;
      }
      It's just a small tweak but still better.
       
    4. Marth

      Marth Member

      Joined:
      Dec 9, 2013
      Messages:
      39
      Likes Received:
      0
      Trophy Points:
      6
      Thanks for all the hard work! Is there any plans to integrate PVP rotations? They're extremely simple now with only a handful of skills.
       
    5. raik

      raik New Member

      Joined:
      Jul 7, 2017
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      1
      Thx a lot mate
       
    6. xatcse

      xatcse New Member

      Joined:
      May 9, 2017
      Messages:
      14
      Likes Received:
      0
      Trophy Points:
      1
      is there a way to make barrage work with empyreal arrow when refulgent is not up? I notice since barrage is only cast when refulgent is up, sometimes the wait can be too long.
       
    7. Eliitti

      Eliitti Member

      Joined:
      Sep 10, 2013
      Messages:
      91
      Likes Received:
      6
      Trophy Points:
      8
      Hey any chance you might add an option to disable automatic Oath switching? It's kinda inconvenient not being able to manually switch Oaths mid battle without the bot switching it right back.
       
    8. nishalp

      nishalp Member

      Joined:
      Sep 13, 2014
      Messages:
      177
      Likes Received:
      4
      Trophy Points:
      18
      Anyone have a problem with Monk where it keep jumping while fighting?
       
    9. wreyes64

      wreyes64 New Member

      Joined:
      Jan 26, 2017
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      1
      Yeah mines does it like crazy, I was surprised I even manage to fate it, with it doing that.
       
    10. xQLink

      xQLink New Member

      Joined:
      Dec 1, 2014
      Messages:
      12
      Likes Received:
      0
      Trophy Points:
      1
      Hi ^^

      Will there be routine changes for Ninja? :)
      The ninjutsu are not good, it cash that buff haste only ^^ (Or I have misconfigured it) :p
       
    11. Nightskine

      Nightskine Member

      Joined:
      Oct 30, 2010
      Messages:
      150
      Likes Received:
      1
      Trophy Points:
      18
      I must be missing something basic. I'm trying to heal as AST with this in dungeons and it doesn't heal. It only attaks when I target enemies, but when I target party members it doesn't do anything. Am I missing something or is this not meant to heal with Combat Assist?
       
    12. wudi430740

      wudi430740 New Member

      Joined:
      Jul 25, 2015
      Messages:
      27
      Likes Received:
      0
      Trophy Points:
      1
      With same error:
      [17:04:26.784 D] Reloading AssemblyLoader<ICombatRoutine> - Initalize
      [17:04:29.019 N] Compiler Error: C:\Users\jochy\Desktop\Rebornbuddy\Routines\Ultima\Rotations\Methods\Arcanist.cs(40,22) : error CS0103: The name 'Actionmanager' does not exist in the current context
      [17:04:29.019 N] Compiler Error: C:\Users\jochy\Desktop\Rebornbuddy\Routines\Ultima\Rotations\Methods\WhiteMage.cs(97,21) : error CS0103: The name 'Actionmanager' does not exist in the current context
      [17:04:29.019 N] Compiler Error: C:\Users\jochy\Desktop\Rebornbuddy\Routines\Ultima\Rotations\Methods\WhiteMage.cs(99,25) : error CS0103: The name 'Actionmanager' does not exist in the current context
      [17:04:29.019 N] Compiler Error: C:\Users\jochy\Desktop\Rebornbuddy\Routines\Ultima\Rotations\Methods\WhiteMage.cs(103,62) : error CS0103: The name 'Actionmanager' does not exist in the current context
      [17:04:29.019 N] Compiler Error: C:\Users\jochy\Desktop\Rebornbuddy\Routines\Ultima\Ultima.cs(303,17) : error CS0103: The name 'Chocobo' does not exist in the current context

      Any clue how to fix it? Whats the Actionmanager ?
       
    13. urr_hero

      urr_hero New Member

      Joined:
      Jul 10, 2017
      Messages:
      3
      Likes Received:
      1
      Trophy Points:
      1
      Hi, loving this so far. One question - should the Bard combat routine be using Role Actions (e.g. grazes, second wind, tactician, refresh . . .)? Mine doesn't seem to be, and I don't see an option. Am I missing something?

      Thanks!
       
    14. ElectricWizard

      ElectricWizard Member

      Joined:
      Oct 29, 2012
      Messages:
      33
      Likes Received:
      0
      Trophy Points:
      6
      Does this routine not support warrior? Im using it and he basically just does the ARR 2.0 rotation.....
       
    15. Auk

      Auk Member

      Joined:
      Oct 11, 2012
      Messages:
      74
      Likes Received:
      25
      Trophy Points:
      8
      @xQLink Nope.

      @Nightskine Party healing isn't support yet in SB.

      @wudi430740 You're not using the latest version off GitHub, check a page or two back.

      @urr_hero They haven't been added for BRD.

      @ElectricWizard WAR hasn't been updated for HW/SB.


      I won't be updating/maintaining Ultima anymore unless there's a major API change in Rebornbuddy or something that's easy to fix.
       
    16. ElectricWizard

      ElectricWizard Member

      Joined:
      Oct 29, 2012
      Messages:
      33
      Likes Received:
      0
      Trophy Points:
      6
      :( a lone tear just fell from my warriors eye
       
    17. tunaboi89

      tunaboi89 New Member

      Joined:
      Aug 23, 2017
      Messages:
      7
      Likes Received:
      0
      Trophy Points:
      1
      FAQ:
      How do I update?
      Download Ultima from https://github.com/aukon/Ultima/releases/latest and unzip it in your Rebornbuddy/Routines folder.
      Alternatively, if you want to update via SVN you can use this link: https://github.com/aukon/Ultima/trunk

      You want to download the latest version.
       
    18. 610791

      610791 New Member

      Joined:
      Nov 2, 2017
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      1
      Any options for auto-targeting?
       
    19. edeadda

      edeadda New Member

      Joined:
      Jan 5, 2015
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      1
      the githubs user/pass protected?
       
    20. woshiwo169

      woshiwo169 New Member

      Joined:
      Mar 20, 2019
      Messages:
      1
      Likes Received:
      0
      Trophy Points:
      1
      办美国UCSB毕业证成绩单Q微770882133办理加州大学圣塔巴巴拉分校UCSB毕业证成绩单学历认证使馆认证学历学位认证留信网认证

      University of California, Santa Barbara
       

    Share This Page