Avoiding Monster Skills

Moderator: Moderators

Message
Author
veiron
Noob
Noob
Posts: 8
Joined: 09 Dec 2010, 09:13
Noob?: Yes

Avoiding Monster Skills

#1 Post by veiron »

automacro hide {
exclusive 1
run-once 1
spell Water Ball
# check out the right name of the spell in tables/skills.txt
call {
do ss 51
pause 20
do ss 51
release hide {
]
}
}


This macro is pretty simple. Whenever you are being targeted by
a particular skill your Rogue/Assasin hides!

I used this at Byalan.

Bladeluck
Noob
Noob
Posts: 11
Joined: 09 Oct 2011, 00:07
Noob?: No

Re: Avoiding Monster Skills

#2 Post by Bladeluck »

veiron wrote:automacro hide {
exclusive 1
run-once 1
spell Water Ball
# check out the right name of the spell in tables/skills.txt
call {
do ss 51
pause 20
do ss 51
release hide {
]
}
}


This macro is pretty simple. Whenever you are being targeted by
a particular skill your Rogue/Assasin hides!

I used this at Byalan.
Good but it has error though...
i tried this one...

Code: Select all

automacro Hiding { 
exclusive 1 
run-once 1
spell Fire Bolt
call AutoHide
}

macro AutoHide { 
do ss 51
pause 10
do ss 51
release Hiding
} 

Post Reply