Is there any command to make the macro response faster. B'cause i wanted to dodge fast cast asura with hide skill. I'm using the console text to trigger the macro but still the macro response time is slow. the asura already hit me b4 it triggered. Sorry for the bad english. hope anyone can help me here. Thanks in advance
nyae3000 wrote:Is there any command to make the macro response faster. B'cause i wanted to dodge fast cast asura with hide skill. I'm using the console text to trigger the macro but still the macro response time is slow. the asura already hit me b4 it triggered. Sorry for the bad english. hope anyone can help me here. Thanks in advance
automacro Hiding {
delay 0
status not Hiding <------ put this to trigger only when not in Hiding status
console /is casting Asura Strike on you/i
priority 0
exclusive 1
run-once 1
call AutoHide
}
macro AutoHide {
do eq Orlean's Gloves [Zerom] [1]
do eq Orlean's Gloves [Smokie] [1]
do ss 51
pause 5 <------ to hide for 5 seconds
release Hiding
stop <------ to stop the automacro
}