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!

Agility

Nope! QC works well, it's just lacking rotation to fill it out!

Currently abilities like Ignite (god, Spellslinger got the shit end of the stick. =P )

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?
 
Hi may I ask what the default combat routine is for the DPS Medic? Is it possible to change what skills are used, because it's not using Annihilation :(

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
 

Attachments

Last edited:
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.
 

Attachments

The bot itself changes these settings. The logic changes between the 5 or 6 different cast modes is too much to handle in most cases. (And it tends to be inconsistent) So we force a single method (press to cast once).

Double-Tap to dash is due to some input lag in the client itself. Unfortunately, we can't do a whole lot about that one.

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.
 
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.

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. :(
 
Deathdisguise hi.

When you made a stalker tank profiles?
No ETA, but adding all the skills in for the default profiles is coming up real soon on the TODO list!

Hey dd, how's it going?swamped since f2p?
I'm travelling the world atm.hopefully be back in a month or so.

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?
 
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?
 
Last edited:
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.
 
Last edited:
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.

Yea, it's in the works I believe.
 
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.
 
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!
 
Back
Top