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

The TPS value in AgilitySettings.cs is simply the default for the settings file, use the Agility button on the top bar of your bot to open the settings, and adjust the TPS there!
 
The TPS value in AgilitySettings.cs is simply the default for the settings file, use the Agility button on the top bar of your bot to open the settings, and adjust the TPS there!

You sir, are a beautiful creature!
Changed TPS to 3, not dropping a single FPS. Awesome!
 
I suspect a lot of our users (there's a lot of quiet ones and email'ers) haven't noticed the AGILITY button yet, I'll probably add a section to the first post with more of a manual.

Also coming soon, hotkey changing! No longer do users have to adjust it on every version update! :)
 
DD,i discovered a big bug.. if you're running interrupts,heres what happens: you have to release teh #1 key and then press #3 to for the interrupts to hit..thats a bit wierd

edit: tried it at 5,10,15 & 20 TPS..same result
 
DD,i discovered a big bug.. if you're running interrupts,heres what happens: you have to release teh #1 key and then press #3 to for the interrupts to hit..thats a bit wierd

edit: tried it at 5,10,15 & 20 TPS..same result

Not too big a bug! Will change it in the next update so all the hotkeys are checked per tick, and not the 'first in the list and then stop' system that it has now! :)
 
Coming in the next update is an experimental option to change/add key bindings as well as change the routine that is fired on button press. In addition to this, some code changes will be made to allow members to submit their own routines, and allow easy installation of them into Agility!

So far it's essentially pretty basic, but along these lines of thought, if anyone has any suggestions of features to implement that are related, please share! :)
 
Coming in the next update is an experimental option to change/add key bindings as well as change the routine that is fired on button press. In addition to this, some code changes will be made to allow members to submit their own routines, and allow easy installation of them into Agility!

So far it's essentially pretty basic, but along these lines of thought, if anyone has any suggestions of features to implement that are related, please share! :)

Loving your updates! Thank you for the hard work :)
 
Coming in the next update is an experimental option to change/add key bindings as well as change the routine that is fired on button press.


does this mean we can change abilites without having to restart wildbuddy? /drool
 
OK, time to look at a new class. And they are...

/drumroll

Medics!!!

Any one have any suggestions, improvements to suggest?
I know dd worked on medics, so hopefully it'll be perfect.
Will update as I level.
 
Ok, after leveling a bit, found out that the medic code is..missing a lot. Will update tomorrow.
Dd. What's the Boolean command to check charges on a spell(collider) .cause using collider messes up the rotation , cause agility can't tell when it had no charges and tries to cast it over and over again.


Sorry for the horrible description. Haven't slept in over 30 hours
 
Ok, after leveling a bit, found out that the medic code is..missing a lot. Will update tomorrow.
Dd. What's the Boolean command to check charges on a spell(collider) .cause using collider messes up the rotation , cause agility can't tell when it had no charges and tries to cast it over and over again.


Sorry for the horrible description. Haven't slept in over 30 hours

It's probably only coded up to Lv20-30~ as far as I can remember! The Collider issue sounds like something I'll have to look into, though, if it's not registering it as unusable when it's out of charges! Currently there's no GetCharges like method in the SpellController for it, either. :(

I can implement one when I get back home, as it seems relatively useful, and also attempt to fix the CanCast not registering properly issue. :(
 
also,at t8,we have to hold down quantum cascade,while casting other abilities..we lose a lot of dps if we let go of the qc button..
QC build is a unique rotation. QC is a 2s channel at T8, and you are able to cast other abilities while channeling. You MUST hold down QC the whole time, otherwise the rotation will break and there will be a 1-3s pause of not casting anything. If you're holding down QC, release and repress the key, it will not recast it causing a delay in your DPS resulting in overall DPS loss. DON'T LET GO OF QC.

how do we achieve this in agility?
 
also,at t8,we have to hold down quantum cascade,while casting other abilities..we lose a lot of dps if we let go of the qc button..


how do we achieve this in agility?

Oh that's interesting indeed! I'll have to figure something out regarding that!

PS: Posted a partial update so stuns should now register while another hotkey is pressed. I tunneled into my PC to push it, but it's kind of frustrating to do long term work in that state, so I'm not going to be able to do too much with it. =P
 
Oh that's interesting indeed! I'll have to figure something out regarding that!

PS: Posted a partial update so stuns should now register while another hotkey is pressed. I tunneled into my PC to push it, but it's kind of frustrating to do long term work in that state, so I'm not going to be able to do too much with it. =P
a simple workaround for that issue would be to bind QC to the #1 key and so it'll hold down qc..but agility disables hold to cast..so dunno if its possible in the current build
 
a simple workaround for that issue would be to bind QC to the #1 key and so it'll hold down qc..but agility disables hold to cast..so dunno if its possible in the current build

It would break a lot of other things, unfortunately. I'll figure it out! :)
 
Back
Top