Hide when Skills are used on you

International

Moderator: Moderators

Message
Author
nuberamous
Human
Human
Posts: 24
Joined: 15 Oct 2008, 09:23
Noob?: Yes

Hide when Skills are used on you

#1 Post by nuberamous »

anyone know a config for the hide skill that will have my guy hide when a monster is casting a skill on me? I cannot find it in the manual for the , all I see in the attributes and conditions for a self skill that comes close is whenGround but I don't think that will work. Basically I'm trying to hide when a swordfish starts casting waterball. Any help on this would really be appreciated!

Marruche-neko
Noob
Noob
Posts: 8
Joined: 11 Jun 2008, 06:23
Noob?: No

Re: Hide when Skills are used on you

#2 Post by Marruche-neko »

For more advanced conditions, use the macro plugin. You can find the plugin, manual and examples on the plugin section of the forum. Then, make a macro that does what you want. In your case, the condition could be "when the openkore windows shows 'monster hydra is casting...etc', use the skill hiding, wait a few seconds, then unhide ", that would look something like

macro hfkujhnjk{
/monster hydra is casting/
do ss 28 <--(not sure whats the real ID of hiding)
pause 5
do s 28 <-(to unhide here)
}

mr nads
Human
Human
Posts: 45
Joined: 01 Oct 2008, 20:39
Noob?: No

Re: Hide when Skills are used on you

#3 Post by mr nads »

I have very little experience with macros as i never bothered to figure them out.

Is there a reason why
do ss 28 <--(not sure whats the real ID of hiding)
has two "s" after "do" while
do s 28 <-(to unhide here)
has only 1?


(just pointing it out in case it was a typo).

Post Reply