Jump to content

Holding key to pause combat rotation


Jhin

Recommended Posts

7 hours ago, Droidz said:

Hello, you can use Alt-X or 

 

I still not able to use it :/ I create a spell called "Combustion" then I put in conditions:

Lua Script 

isKeyCurrentlyDown = IsShiftKeyDown

research : true

var : isKeyCurrentlyDown

but still the spell is getting bypassed :/

 

Link to comment
Share on other sites

20 hours ago, Jhin said:

I still not able to use it :/ I create a spell called "Combustion" then I put in conditions:

Lua Script 


isKeyCurrentlyDown = IsShiftKeyDown

research : true

var : isKeyCurrentlyDown

but still the spell is getting bypassed :/

 

it is 

isKeyCurrentlyDown = IsShiftKeyDown();

it is not isKeyCurrentlyDown = IsShiftKeyDown

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...