• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Magitek - All in One

    Discussion in 'Combat Routines' started by Exmortem, Mar 28, 2014.

    Thread Status:
    Not open for further replies.
    1. papatoast

      papatoast Member

      Joined:
      Jan 15, 2010
      Messages:
      237
      Likes Received:
      0
      Trophy Points:
      16
      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.
       
    2. Zamphire

      Zamphire Member

      Joined:
      May 16, 2013
      Messages:
      354
      Likes Received:
      11
      Trophy Points:
      18
      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.
       
    3. supersquaddie

      supersquaddie New Member

      Joined:
      Jul 29, 2012
      Messages:
      82
      Likes Received:
      0
      Trophy Points:
      0
      that would be an amazing improvement on the WHM routine. and would easily donate for this.
       
    4. papatoast

      papatoast Member

      Joined:
      Jan 15, 2010
      Messages:
      237
      Likes Received:
      0
      Trophy Points:
      16
      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?
       
    5. Zamphire

      Zamphire Member

      Joined:
      May 16, 2013
      Messages:
      354
      Likes Received:
      11
      Trophy Points:
      18
      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?

      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: Jul 30, 2014
    6. exaccuss

      exaccuss Active Member

      Joined:
      Nov 10, 2013
      Messages:
      1,021
      Likes Received:
      6
      Trophy Points:
      38
      uncheck stoneskin option in job settings
       
    7. Zamphire

      Zamphire Member

      Joined:
      May 16, 2013
      Messages:
      354
      Likes Received:
      11
      Trophy Points:
      18
      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?
       
    8. Exmortem

      Exmortem Community Developer

      Joined:
      Mar 28, 2010
      Messages:
      799
      Likes Received:
      16
      Trophy Points:
      18
      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: Jul 30, 2014
    9. Zamphire

      Zamphire Member

      Joined:
      May 16, 2013
      Messages:
      354
      Likes Received:
      11
      Trophy Points:
      18

      Awesome Exmortem. Thank you.

      out of curiosity, what language is this CR programmed in? I haven't looked.
       
    10. Gualtiero

      Gualtiero New Member

      Joined:
      Jun 27, 2014
      Messages:
      51
      Likes Received:
      0
      Trophy Points:
      0
      Anyone can tell me the default values of White Mage Job Settings?
      Thank you in advance.
       
    11. baflip16

      baflip16 New Member

      Joined:
      Jul 31, 2014
      Messages:
      34
      Likes Received:
      0
      Trophy Points:
      0
      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?
       
    12. exaccuss

      exaccuss Active Member

      Joined:
      Nov 10, 2013
      Messages:
      1,021
      Likes Received:
      6
      Trophy Points:
      38
      It works perfectly fine for me as a monk. Can you give an example of what you were doing exactly?
       
    13. Wheredidigo

      Wheredidigo Community Developer

      Joined:
      Dec 15, 2013
      Messages:
      417
      Likes Received:
      8
      Trophy Points:
      18
      It's programmed in C#. The settings windows are all just plain Windows Forms as well.
       
    14. baflip16

      baflip16 New Member

      Joined:
      Jul 31, 2014
      Messages:
      34
      Likes Received:
      0
      Trophy Points:
      0
      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.
       
    15. Klacid

      Klacid Member

      Joined:
      May 29, 2014
      Messages:
      173
      Likes Received:
      2
      Trophy Points:
      18
      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: Jul 31, 2014
    16. Gualtiero

      Gualtiero New Member

      Joined:
      Jun 27, 2014
      Messages:
      51
      Likes Received:
      0
      Trophy Points:
      0
      During dungeons, White Mage do not cast Esuna.
      I entered the names of the buffs to dispell but I have to do it manually.
       
    17. Exmortem

      Exmortem Community Developer

      Joined:
      Mar 28, 2010
      Messages:
      799
      Likes Received:
      16
      Trophy Points:
      18
      I'll fix everything soon when I have more time.
       
    18. exaccuss

      exaccuss Active Member

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

      leetdemon Member

      Joined:
      Jan 15, 2010
      Messages:
      433
      Likes Received:
      3
      Trophy Points:
      18
      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
       
    20. exaccuss

      exaccuss Active Member

      Joined:
      Nov 10, 2013
      Messages:
      1,021
      Likes Received:
      6
      Trophy Points:
      38
      paladin doesn't seem to be shield bash interrupting.
       
    Thread Status:
    Not open for further replies.

    Share This Page