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!

Magitek - All in One

Status
Not open for further replies.
hello buddy. thanks for the quick update. the WHM profile seems not to be attacking when using fate bot. it just stands there until its attacks. ive ticked auto target etc but it still doesnt engage combat. this has resulted in many fates where it just stands there and gets no rewards until the time expires. is there something imm doing wrong? thank you.

This is an old problem. I got around it by simply not using WHM for FATE and using ACN or SMN instead. I recommend you do the same.
 
Just a suggestion on WHM and possible Scholar, could you code it so that it when it goes to cast a DPS spell like Stone or Aero it turns on Cleric Stance, and then when it starts to heal it turns off Cleric stance? I do this by hand when I'm playing so I know it's possible. Cleric stance is off the GCD and only had like a 2 second cooldown, so by time you cast a single heal its back ready to be turned back on. This would help make the bot do the most damage and healing possible at the same time.
 
I've been having an issue where if I'm battle-raised as a WHM, it will attempt to cast protect (if I have it checked) because while we may be in the middle of a boss fight, I'm technically not in combat until I heal or dps. This can be disastrous as it will try to cast while the party keeps eating more damage, and has lead to party members dying because the bot prioritized buffing over healing.

Will moving these lines:
Code:
Casting.Cast(r => "Protect", r => WindowSettings.WhiteMageProtectOOC && !Core.Player.InCombat && PartyHelper.Protecttarget != null, r => PartyHelper.Protecttarget, r => 3, r => true),
Casting.Cast(r => "Stoneskin", r => WindowSettings.WhiteMageStoneskinOOC && !Core.Player.InCombat && PartyHelper.Stoneskintarget != null, r => PartyHelper.Stoneskintarget, r => 3, r => true),
To after the '// Group Healing' comment (and immediately before the '//Alliance Healing' comment) change the priority and always cast group heals before checking for and casting buffs? Is that how it works?
 
I'm having a problem with Scholar when running instances it will prioritize casting stoneskin over heals. The tank can be at 50% and it will go cast stoneskin on it rather then healing him. Anyway we can fix this?

I've been having an issue where if I'm battle-raised as a WHM, it will attempt to cast protect (if I have it checked) because while we may be in the middle of a boss fight, I'm technically not in combat until I heal or dps. This can be disastrous as it will try to cast while the party keeps eating more damage, and has lead to party members dying because the bot prioritized buffing over healing.

Will moving these lines:
Code:
Casting.Cast(r => "Protect", r => WindowSettings.WhiteMageProtectOOC && !Core.Player.InCombat && PartyHelper.Protecttarget != null, r => PartyHelper.Protecttarget, r => 3, r => true),
Casting.Cast(r => "Stoneskin", r => WindowSettings.WhiteMageStoneskinOOC && !Core.Player.InCombat && PartyHelper.Stoneskintarget != null, r => PartyHelper.Stoneskintarget, r => 3, r => true),
To after the '// Group Healing' comment (and immediately before the '//Alliance Healing' comment) change the priority and always cast group heals before checking for and casting buffs? Is that how it works?

Now that I look at it his problem might be the same as mine. I'm not technically in combat until I hit a mob or heal some one and that seems to be when the issue is. If I haven't initiated combat and the tanks hp hasn't quite fallen below the 80% threshold it will cast stoneskin. This can be pretty bad if the tank is tanking a lot of things and it starts casting stone skin. He can drop to below 50% pretty quick
 
Last edited:
I'm having a problem with Scholar when running instances it will prioritize casting stoneskin over heals. The tank can be at 50% and it will go cast stoneskin on it rather then healing him. Anyway we can fix this?

uncheck stoneskin option in job settings
 
uncheck stoneskin option in job settings

That's not really a fix, that's a stop gap. Yeah, it stops it from casting stoneskin... but then it doesn't cast stoneskin at all. What's the purpose of having it if we aren't going to use it?
 
That's not really a fix, that's a stop gap. Yeah, it stops it from casting stoneskin... but then it doesn't cast stoneskin at all. What's the purpose of having it if we aren't going to use it?

Yes, it is casting Stoneskin because your character is not registered as being in combat, it's the same as the issue with Protect. Sadly, turning off Stoneskin if this bothers you too much is the only option.

I can add the cleric stance dancing but I don't know when that'll be. Magitek has been a great learning experience but has dominated most of my free time.

Now that I think of it, I can just more the cure spells to be higher priority than Stoneskin and Protect, that should work. I'll make the changes when i'm home.
 
Last edited:
Yes, it is casting Stoneskin because your character is not registered as being in combat, it's the same as the issue with Protect. Sadly, turning off Stoneskin if this bothers you too much is the only option.

I can add the cleric stance dancing but I don't know when that'll be. Magitek has been a great learning experience but has dominated most of my free time.

Now that I think of it, I can just more the cure spells to be higher priority than Stoneskin and Protect, that should work. I'll make the changes when i'm home.


Awesome Exmortem. Thank you.

out of curiosity, what language is this CR programmed in? I haven't looked.
 
I've just started using this today and I seem to have trouble getting in melee range as a Monk. It works most of the time, unless I am behind the target or the target is ranged/caster. Any suggestions on what I might be doing wrong? or is this a common problem?
 
I've just started using this today and I seem to have trouble getting in melee range as a Monk. It works most of the time, unless I am behind the target or the target is ranged/caster. Any suggestions on what I might be doing wrong? or is this a common problem?

It works perfectly fine for me as a monk. Can you give an example of what you were doing exactly?
 
It works perfectly fine for me as a monk. Can you give an example of what you were doing exactly?

i was running fate bot for atma. I didn't change any of the settings on Magitek nor do I have any additional plugins. If the Fate mob was ranged my character would move towards it, but not close enough to attack. Same thing happens if I approach an enemy from behind.
 
Hi Ex, can I make a few suggestions for Warrior? Can we add a toggle that will make the warrior do its threat rotation then DPS rotation then threat again to keep Storm up? And could we have a toggle for the DPS rotation to use Path or Eye since oneis good for burn bosses and the other for harder ones.

I also wonder if we could have some sort of code that can anticipate big hits, something like the Interrupt list but instead prioritizes Infuriate into Inner Beast to mitigate damage, of course we would have to tell people that these are only for big hits with a decent cast time since you might be in GCD when the cast starts.

Adding that last one would probably make the bot better than 90% of Warriors who play the game.
 
Last edited:
During dungeons, White Mage do not cast Esuna.
I entered the names of the buffs to dispell but I have to do it manually.
 
all basic classes (gld) has some issues when moving into range for fates. It gets to just outside the range to do skills and sits there
 
It seems to have a facing issue, I tried on the live version and the beta version same issue on both. works great otherwise. Look forward to an update! Thank you
 
Status
Not open for further replies.
Back
Top