- Joined
- Sep 30, 2015
- Messages
- 86
- Thread Author
- #1
When in Combat, action bar activation is incredibly slow on Revolution mode with Basic Abilities in the Action Bar
in a 500 ms loop would only properly activate one of the abilities maybe once every minute.
It seems like .ready is affected by the global 2-3 second cool down after casting an ability.
Code:
ActionBar.newQuery().names("Hurricane", "Quake", "Meteor Strike").ready(true).results().first().activate;
in a 500 ms loop would only properly activate one of the abilities maybe once every minute.
It seems like .ready is affected by the global 2-3 second cool down after casting an ability.