BuddyWing / BuddyWing.DefaultCombat

The default combat routine included with BuddyWing, the bot for SWTOR
Apache License 2.0
12 stars 12 forks source link

Change on pause button #13

Closed cassrgs closed 8 years ago

cassrgs commented 8 years ago

Hello there

It would be awesome for people that use BW as lazyraider a way to use pause as push/release button as a way to use situational cooldowns that need to be used on specific moments.

For example i have a stun on shift+r. When i press shift the rotation pauses when i release it continues

aevitas commented 8 years ago

Can be done but requires some work in BW's core.

cassrgs commented 8 years ago

so the current pause function its on combathotkeys.cs and the pause its Hotkeys.RegisterHotkey

Cant add another function on this file like pause2 with a keydown event?

cassrgs commented 8 years ago

made a plugin with this functionality so i guess we may close this