Quote:
Originally Posted by olakses
Hi guys, Can you post macro for auto hiding/equipping aginst asura...
I mean hide and equip certain equip before asura hits you.. ^^
|
Well I tried to use this automacro but it was a completely fail.
This is only usable if you are stalker/sinx, and if you're playing in a non-instant cast server.
PHP Code:
automacro hide {
exclusive 1
run-once 1
spell Extremity Fist
# check out the right name of the spell in tables/skills.txt
call {
[
#do eq Clip [Smokie] [1] <-- if you're not stalker/sinx
do ss ## <-- here you put the number of the skill
release hide
]
}
}
It fails if you're not stalker/sinx because macro tells openkore to equip your hiding clip and then use hiding skill. This isn't done fast enough. In practice openkore tries to use hiding skill but asura hits you before.
Even if you're playing a stalker/sinx, it won't save your ass in some situations, like right after a sonic blow (you'll suffer the delay time and you won't be able to use hiding for a while) or a champion with ruwach.
Well, better than nothing xD