Is it possible to bind multiple commands with /bind?
For example: /bind /input /ja "sneak attack" ; /input /ws "dancing edge" ;
This would work great together with Ashitacast.
Is it possible to bind multiple commands with /bind?
For example: /bind /input /ja "sneak attack" <me>; /input /ws "dancing edge" <t>;
This would work great together with Ashitacast.
Currently, I don't think I had support for sending multiple commands like this, however I can look into adding it or finding a way to do it in some manner. The issue here though is that you are going to need a wait timer between the two inputs or the weapon skill is going to fail. Ideally, something like having it execute binds that have multiple commands like this as a script would work. So that it will attempt to execute in a separate thread and allow for waits / sleeps. I'm not home currently to look into this but I can when I get home.
Currently, I don't think I had support for sending multiple commands like this, however I can look into adding it or finding a way to do it in some manner. The issue here though is that you are going to need a wait timer between the two inputs or the weapon skill is going to fail. Ideally, something like having it execute binds that have multiple commands like this as a script would work. So that it will attempt to execute in a separate thread and allow for waits / sleeps. I'm not home currently to look into this but I can when I get home.
I have just pushed Ashita v3.1.0.0 which includes this as a new feature. Keybinds will now accept multiple commands in a single line separated via semi-colons. For example:
/bind f1 /wave;/wait 5;/dance
I have just pushed Ashita v3.1.0.0 which includes this as a new feature. Keybinds will now accept multiple commands in a single line separated via semi-colons. For example:
```/bind f1 /wave;/wait 5;/dance```
Is it possible to bind multiple commands with /bind?
For example: /bind /input /ja "sneak attack" ; /input /ws "dancing edge" ;
This would work great together with Ashitacast.
Currently, I don't think I had support for sending multiple commands like this, however I can look into adding it or finding a way to do it in some manner. The issue here though is that you are going to need a wait timer between the two inputs or the weapon skill is going to fail. Ideally, something like having it execute binds that have multiple commands like this as a script would work. So that it will attempt to execute in a separate thread and allow for waits / sleeps. I'm not home currently to look into this but I can when I get home.
I have just pushed Ashita v3.1.0.0 which includes this as a new feature. Keybinds will now accept multiple commands in a single line separated via semi-colons. For example:
/bind f1 /wave;/wait 5;/dance