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.
So you're working on getting frontlines to work? Currently it still only ques for wolfs den.

You're talking about PVP Bot. When I say it works in Frontlines I mean that it attacks other players, all Magitek does is combat.
 
AOE hotkey should be fixed and working now. Also added a 'heal alliance' option to the healing manager, it's untested though.
 
Any way to make paladin use shield swipe abit less? Or add a toggle for on/off for it, cuz its using it too much vs bad trash mobs
 
Thanks for the quick update Ex.

Running into an issue with the aoe hotkey. When I try to disable it I get this error, and the dropdown menu for it gets longer by duplicating the options. View attachment 3572 2014-07-10 23.01.txt

Also trying to edit the Bard routine a little something's confusing me. If I add the line
Casting.Cast(r => "Wide Volley", r => KeyboardPolling.IsKeyDown(Keys.LShiftKey), r => Core.Player.CurrentTarget, r => 2, r => false),

I get an error on launch saying
Compiler Error: c:\Users\***\Documents\FFARR\Rebornbuddy\Routines\Magitek\Rotations\Bard.cs(184,77) : error CS0103: The name 'Keys' does not exist in the current context

Almost the exact same line works in other routines though, like the Black mage one for Sleep. In fact I copy/pasted the line over and just replaced Sleep with Wide Volley and it still doesn't work.
 
When running fate bot as WHM, it never seems to heal itself - it will keep dpsing until dead.

Log says nothing useful, there's no mention of any healing spells in it. Would there be a setting I'm missing somewhere?
 
On SCH, can you have it check if Galvanize is on target when casting Adloquium? I find it spams Adlo a lot, even before the shield (Galv) drops off, which results in a huge (and useless) drain on mana as you're essentially just casting a really expensive Physick.
 
Updated, works now.

Edit: AOE toggle is also now added.

Love it.

Any chance you can add a setting so that buffs are only used above a certain % of mob HP? I'm playing Bard a lot recently and the barrage, Hawk's Eye, Internal Release etc... tend to be used soon as they recharge, which is often when the mob is just about to die. Not a major issue, but it'd be nice if this is possible.
 
I used this on my SCH last night, it used Leeches to remove poison and paralysis. Is the list populated correctly?
 
On SCH, can you have it check if Galvanize is on target when casting Adloquium? I find it spams Adlo a lot, even before the shield (Galv) drops off, which results in a huge (and useless) drain on mana as you're essentially just casting a really expensive Physick.

It is supposed to check if your target has Galvanize, are you sure it's not just casting it on someone else?
 
Thanks for the quick update Ex.

Running into an issue with the aoe hotkey. When I try to disable it I get this error, and the dropdown menu for it gets longer by duplicating the options. View attachment 135495

Also trying to edit the Bard routine a little something's confusing me. If I add the line
Casting.Cast(r => "Wide Volley", r => KeyboardPolling.IsKeyDown(Keys.LShiftKey), r => Core.Player.CurrentTarget, r => 2, r => false),

I get an error on launch saying
Compiler Error: c:\Users\***\Documents\FFARR\Rebornbuddy\Routines\Magitek\Rotations\Bard.cs(184,77) : error CS0103: The name 'Keys' does not exist in the current context

Almost the exact same line works in other routines though, like the Black mage one for Sleep. In fact I copy/pasted the line over and just replaced Sleep with Wide Volley and it still doesn't work.

Thank you, hot keys should work now. add ' using System.Windows.Forms; ' to the top of the Bard.cs and it should let you use that Wide Volley code.
 
Alright updated.

Added a checkbox for Paladin Shield Swipe.
Added option for Bard to only use cooldowns below target hp - i'll end up doing that for every class.
Fixed AOE toggle
Fixed WHM dispel
 
Hey, I'm using the latest version of this awesome routine and just ran into my first issue with it today.

I'm a level 18 Marauder and just learned Maim. The bot worked fine before, but now the only ability it uses is Maim. I even tried to combo it to get the Maim buff to see if it would ignore the ability and continue the rotation, but it still only uses Maim. :(
 
Hey, I'm using the latest version of this awesome routine and just ran into my first issue with it today.

I'm a level 18 Marauder and just learned Maim. The bot worked fine before, but now the only ability it uses is Maim. I even tried to combo it to get the Maim buff to see if it would ignore the ability and continue the rotation, but it still only uses Maim. :(

I'm sorry, please update.
 
I'm sorry, please update.

Thanks for the quick reply! It's looking better, but now it only seems to combo Heavy Swing with Maim, even if the Maim buff is already active (so it won't do Heavy Swing -> Skull Sunder for example). Thanks again for the quick updates!
 
Status
Not open for further replies.
Back
Top