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