What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Ultima - The Ultimate Combat Routine

Chocobo not being summoned. I check the box to summon chocobo but its not being summoned is it something I'm doing. I have Gyshal Greens.
 
I didn't wanna say it like this but I'm a lvl 60 PLD and the PLD routine seems shitty
Features
All Classes/Jobs 1-50 Single Target DPS
DPS Classes/Jobs 1-50 Multi Target DPS
Currently In Development
50-60 Leveling For All Classes/Jobs

Most classes haven't been updated to use abilities over 50, and none have been officially tuned to be raid worthy. Ultima is set up so you can code in your own rotation fairly easily to behave exactly as you would like.
 
I know that classes aren't currently ready for 50+, but I just wanted to report a small issue with Dragoon. It currently uses Battle Litany On cooldown. Just walking through town, it activates the ability. with noting targeted even.
 
Dark knight

hey guys i have attempted to modify the dark knight profiles without any avail. i was wondering if by any chance there was a way to check or un-check darkside to minimize the loss of mp while in Grit stance?
 
Hello everyone, I have 2 questions. 1 i can't get my summon chocobo to ever work. and 2 what routines are you guys using for drg and smn. the one that comes with a bot or is there a better one out there. I've been trying to read through all 115 pages but either i'm missing them or i'm just retarded. If you could please help me along. Thanks^^
 
Hello everyone, I have 2 questions. 1 i can't get my summon chocobo to ever work. and 2 what routines are you guys using for drg and smn. the one that comes with a bot or is there a better one out there. I've been trying to read through all 115 pages but either i'm missing them or i'm just retarded. If you could please help me along. Thanks^^
summon chocobo isnt working anymore since a few updates ago.
If you have the setting to "always use this mount" on for a different mount then it won't summon chocobo.
 
I've been playing monk for a few weeks now with Ultima as my main routine and I'm very happy with the performance except for a few things.

  • Is it possible to change so it opens with Dragon Kick instead of ToD?
  • Is it possible to change that whenever I cast Meditation, my damage cooldowns such as BFB and IR won't be cast aswell? Not sure if it's intended but it sure is annoying.
I would change this myself if I could but I have no idea how to.

Thanks in advance. :)
 
Swapped to my level 1 THM, started RB using the Ultima routine then came back 3 weeks later and am still level 1.
Hypothetical example. The routine tries to cast fire at level 1 which isn't unlocked until lv2.
 
Swapped to my level 1 THM, started RB using the Ultima routine then came back 3 weeks later and am still level 1.
Hypothetical example. The routine tries to cast fire at level 1 which isn't unlocked until lv2.

The problem isn't that it tries to cast fire; the problem is that it won't cast Blizzard while mana isn't low.

Code:
private async Task<bool> Blizzard()
        {
            if (UmbralAura &&
                Core.Player.CurrentManaPercent < 90)
            {
                return await MySpells.Blizzard.Cast();
            }
            if (!UmbralAura &&
                LowMP &&
                !Actionmanager.HasSpell(MySpells.BlizzardIII.Name))
            {
                return await MySpells.Blizzard.Cast();
            }
            return false;
        }

needs to be

Code:
private async Task<bool> Blizzard()
        {
            if [B]([/B](UmbralAura &&
                Core.Player.CurrentManaPercent < 90)[B] || Core.Me.ClassLevel < 2)[/B]
            {
                return await MySpells.Blizzard.Cast();
            }
            if (!UmbralAura &&
                LowMP &&
                !Actionmanager.HasSpell(MySpells.BlizzardIII.Name))
            {
                return await MySpells.Blizzard.Cast();
            }
            return false;
        }
 
With Ninja directional changes with HW, Aeolian Edge should only be cast when behind the target. So while soloing using Aeolian Edge while the target is facing you, would seem strange to onlookers. I tried changing aeolian edge for behind only uses, to no success.

Aeolian Edge
Behind: 320 Potency
Not behind: 240
TP cost: 60

Dancing Edge:
any direction:260
TP cost: 50
 
I didnt really want to release this until Ninjutsu was working properly but I will anyways. Iam not really playing ninja anymore as it has issues that are beyond my knowledge of fixing, but with that being said...
This is a level 60 only version of the routine.

Smart Target = I changed to do a single target version of the routine with no cds

Single Target = rotation with cds

Multi Target = no changes

Smarter use of Armor Crush - Armor Crush will be used only if Debuffs and Dots are applied to the target and Huton has less than 25 seconds.
Armor Crush will also be a priority no matter what if Huton has less than 15 seconds. For example...

If Dancing edge, shadow fang, mutilate are on the target, Huton has less than 25 seconds, Armor Crush will be used.
If Dancing edge, shadow fang, mutilate are on the target, Huton has more than 25 seconds, Aeolian Edge will be used.
If Dancing edge Has less than 6 seconds or
shadow fang has less than 4 seconds or
mutilate has less than 4 seconds are on the target, Huton has LESS than 25 seconds. Those dot's and debuffs will take priority.
Sounds confusing I know. Just play around with it and you will see what I mean

With that being said. Dots and debuffs stay on the target 100% of the time and should rarely fall off.

I optimized the opener to make better use of cds. Higher dps off the start.

It's still a work in progress, If anyone wants to make changes feel free to do so yourself. This was something I started but I am probably not going to support, because of certain issues with ninjutsu,
but i will be happy to answer any questions about the routine

Replace

Ultima/Rotation/Behaviors/Combat/Ninja.cs
Ultima/Rotation/Method/Ninja.cs

Edit: Thanks to Endus, Ninjutsu is working as intended. The routine should perform a lot better with the newest update

Edit 2: Changed some things with Behaviors.cs file

When Dancing Edge is unchecked in the UI, the routine will go from spinning slash > gust slash then return back to gust slash, when it should be following through with aeolian edge.
 
When Dancing Edge is unchecked in the UI, the routine will go from spinning slash > gust slash then return back to gust slash, when it should be following through with aeolian edge.

Like It says in the post, I'm not supporting this. Basically I'm not playing ninja anymore.

I made the routine to always use dancing edge, because dancing edge or storm's eye should always be on your target.
 
Last edited:
Hi sorry to bother but how do you get this to run? I set it up under routines and its right under my kupo folder and I have also updated it with the svn many times but I do not have the options to switch from kupo to it. Can anyone help me please?
 
Hi sorry to bother but how do you get this to run? I set it up under routines and its right under my kupo folder and I have also updated it with the svn many times but I do not have the options to switch from kupo to it. Can anyone help me please?
Did you restart RB after putting it in the Routines folder? What class are you using? I've been running Ultima all day.
 
Yes I went threw all the restarts even reinstalls and it still does not show up in my rebornbuddy as far as any choices, I've even tried to copy it to many other folders to get it to read but it still shows nothing
 
Back
Top