Yes we did... Ignite is the next task on my list. I have a few ideas on how to fix it. I'll see of I can get it updated tonight.
im guessing that..... #region Neutralize if (SpellController.CanCast("Neutralize")) { // TODO. } #endregion means you havent put neutralize into the rotation yet? any eta on this pls Deathdisguise?
Here you go. Added Annihilation, and Emission in case you are running GR build with Dual Shock and Emission. Something for medics to use in the mean time. Throw this file in Agility/routines/medic. Edit: Replaced the file with the working one
Got another update for Spell Slingers. I've added in Ignite tracking for both surged and unsurged versions. I have it wound pretty tight on my machine to reapply it right after the last tick. I've only seen it double cast on rare occasions but that's with Ignite as my only skill so in the mess of things it should work out.
It still isn't using Annihilation for me , is it possible for you to make the default follow this build? http://wildstar.earlygame.net/build...8.643.720.721.722.928.712.637.638.639.628.650
what if you have WB disable double tap to dash further down the procedural code after it does whatever is causing it to turn it on? or is this not possible.
Hey dd, how's it going?swamped since f2p? I'm travelling the world atm.hopefully be back in a month or so.
Actually, there is some mixup here! He was talking about the cast/button pressing setting! I disabled the forced setting of this in Agility, so if you set it how you like, it should remain that way! If you run ProfileBot at all, it forces the setting as well though (Navigator can sometimes trigger it and you look pretty botty), and will undo your preference.
No ETA, but adding all the skills in for the default profiles is coming up real soon on the TODO list! Not too bad! Lots of optimizing and adding support for classes/skills though.
Can I start the bot with this botbase and it does my rotation and I can move myself in a dungeon for example?
You select Agility as the botbase, then when you start Wildbuddy, holding '1' would start a DPS rotation, '2' would start autoattacks, and '3' would start a stun rotation!
Awesome, thank you a ton for making that ! EDIT: May I ask, what program do I need to have downloaded so I can open the .cs files and edit?
You can edit them with any text editor like notepad or Notepad++ for more features. To go all out you should get Visual Studio Community 2015. It takes a few more steps to get setup but makes it a lot easier.
Hello DD, it is possible to use the hotkey not holding the button but pressing once to activate it and press it again to turn it off? the boss with 5/10 minutes of play, it is inconvenient to always keep the key depressed.
Hey there! First I want to say thanks for all your hard work this bot base has made the game for me. I came here to ask if someone could link me the full build for stalker dps that the bot wants to use. I've noticed that a lot of the skills I swap in the bot simply won't use, so I assume I'm not using the most optimal rotation for it.
The Default routine doesn't use any specific build, and the fact that the skills aren't being used is more than likely because I haven't included/tested with them yet. Open up Agility\Routines\Stalker\Stalker_Default.cs with a text editor and you can skim down and more or less see what's plugged in right now!