Very short specific question

For everything NOT server specific support. Do NOT ask for connectivity help here!.

Moderator: Moderators

Message
Author
twoflower
Noob
Noob
Posts: 1
Joined: 09 Oct 2017, 12:01
Noob?: Yes

Very short specific question

#1 Post by twoflower »

Hi there,
Yesterday I tried for a few hours on a problem I can't solve.
I want my kore to use a flywing when Swordfish is casting waterball on me.

I used stuff like this:

useSelf_item Fly Wing {
onAction WZ_WATERBALL
inLockOnly 1
}

It might be a pretty easy problem to fix, but I can't do it...

Mortimal
Developers
Developers
Posts: 389
Joined: 01 Nov 2008, 15:31
Noob?: No

Re: Very short specific question

#2 Post by Mortimal »

incorrect

Code: Select all

onAction WZ_WATERBALL
only

Code: Select all

onAction skill_use
for all skills supported..


else use macro for that
Please use pin function for uploading your file contents!

Pachu
Plain Yogurt
Plain Yogurt
Posts: 55
Joined: 04 Apr 2008, 14:21
Noob?: No

Re: Very short specific question

#3 Post by Pachu »

i thought that onAction would only work for actions the bot itself is doing and not a monster. you will have to use a macro for what you want.

Post Reply