Raddpuppyguest
New Member
- Joined
- Jul 26, 2014
- Messages
- 17
v1toor that means you are using a different combat routine than Ultima; That is a symptom of using Kupo, Cupper, or Magitek. Try deleting those folders from your CR folder and try again.
Thanks. This has all been WAY more work than I originally thought it would be. I didn't know what I was getting myself into when I said I'd make my own CR vs fixing up Magitek lol.
Do you think Bio would be better than the current Miasma? I just thought starting off with a spell that slows would be handy when soloing.
As for the range, it should use max range at all times. The times it stands still, does it have a target? I don't have any targeting logic in the CR (Fatebot/Orderbot handles that) and I've noticed sometimes it fails to target a mob due to it being out of LoS or something (and my CR will only move towards a mob that the Botbase has targeted).
I dunno if that's something mastahg can fix or if I'm going to have to put in some kind of back-up targeting system (like if we haven't moved in a while, target the nearest mob and go for it).
If that sounds like the problem you're having feel free to post it in the thread below to help bring focus to the issue.
https://www.thebuddyforum.com/rebornbuddy-forum/rebornbuddy-support/191630-botbase-targeting.html
Fate contribution actually isn't affected by damage done or mobs tagged, only the number of actions you do on valid targets.
since all other combat routines are broken im forced to try this. not bad but why cant i use cross class skills on my paladin? i cant check the boxes for foresight and bloodbath etc.
and it doesnt even work. testing on striking dummy...auto attacks only
Could we have power surge not automatically activate with spine shatter dive? According to others, you shouldn't use it with spine shatter dive. Also others say Putting Heavy Thrust & Phlebotomize back to back is a dps loss over time due to the 20s and 25s durations. One will always fall off before you can reapply the other, and often times clip your skills, stunting your skill speed efficiency.
Although Jump is still first priority, it's now (barely) more DPS to just use Jump and Power Surge on cooldown rather than holding either 20 seconds due to the patch 2.4 Dragoon buffs. So {Power Surge > Jump > Spineshatter} > {Jump} > {Power Surge > Spineshatter} > {Power Surge > Jump > Spineshatter}).
So now with the cooldown reduction to Spineshatter dive, is it worth it to save Power Surge for Jump, or just use it when either Spineshatter and Jump are available? : ffxiv
Supposedly it's a 10 potency difference over 4 minutes and doing it the way Ultima currently does it feels a lot smoother.
Great work so far. I have strange issue where with this plugin Fatebot no longer works. Character just sits there and only attacks things that attack him back. Is anyone else seeing this?
Tried this on every job. Not sure what's up. Updated vcredist and restarted just to be sure.
Other CRs don't have this problem (They will run me to fate and simply not engage because no class routine loaded), but ofc they are all broken since recent updates.
View attachment 155587
My problem on this plub is that: on my Glad job, when i turn on the fatebot it does not stops at fate mobs. It gets the target and keep running far away. It stops, come back and keep runing far away on the other side.
Hi!
I have been loving this Combat Routine but was wondering if it would be possible to add in one small feature. Could you please add a checkbox somewhere that would enable an option of "Use Companion" for summoning chocobo companion? I find it really helps to have him out when leveling alt specs while running FateBot. Thank you very much for an awesome Routine, has been making this Bot work hard!
Are you planning to add all the options from Magitek's BRD profile? (Don't DoT list, AOE/don't AOE etc...)
Thank you for understanding that I was talking about SCH. I'm a bit absentminded at times to include important information like that. The only reason why I like Bio being used first with Fatebot is because with a casting class it's hard to get enough DMG output during busy times to get gold in some fates. At least with Bio I can get a claim and when it's killed that goes towards my gold target. The heavy effect from Miasma has never really been a benefit because everything dies so quick in Fates and Dungeons.
With Magitek I set my character to 18 yalms to avoid certain spots in Coerthas to where I'm within the max casting range but I'm close enough to avoid an obstacle. At that point the bot starts casting and when the cast doesn't go off because of LoS it just stands still. The back-up targeting may have to be the fix because this issue has been brought up to Mastahg before if my memory serves me right.
Thank you again.
As for the LoS issue, yeah hopefully we can get that under control soon. My movement logic resolves LoS issues with the Current Target no problem, but it's not as simple to get it to resolve PoI LoS issues (at least not with the way my logic is currently setup). I'll have to build something special if mastahg doesn't come through for us. I'll try to get on that ASAP though just in case.
new Decorator(ret => Poi.Current.Unit != null && !Poi.Current.Unit.InLineOfSight(),
ff14bot.Behavior.CommonBehaviors.MoveTo(r => Poi.Current.Unit.Location)
),
I realize you use CoRoutines and not TreeSharp, but here's some TreeSharp code you could modify?
Code:new Decorator(ret => Poi.Current.Unit != null && !Poi.Current.Unit.InLineOfSight(), ff14bot.Behavior.CommonBehaviors.MoveTo(r => Poi.Current.Unit.Location) ),
Would that not be fairly easy to implement? I dunno, I don't use CoRoutines.
Yeah, the problem is I only call movement on Cast. So if I'm not trying to cast (which I shouldn't be unless I have a CurrentTarget), I'm not moving.
I'll have to figure out where the best place to put the secondary move logic would be (I have an idea I'm testing right now actually). Thanks for the code though. I'll see if Poi.Current.Unit works any different/better than Core.Target.
Is the monk routine working for anyone else? Bard and Ninja are fine for me but monk only casts off-gcd abilities and touch of death.
Thanks for the update. Monk works now; however it seems to use DK>TS>Demo as the only rotation.
Fatebot is still having some errors. Mainly, it will run my THM to fates, but now it will just stand their until something aggros it, and then engage.
View attachment 155820
Note: On diff. character on SCH I did not have this problem. So it may be specific to certain classes/jobs.
Should I be able to select cross-class skills in the menu? Because none of the boxes are clickable. It selected some skills itself which I don't even have cross-classed.