Butterfly Wing Automacro

All about the macro plugin can be found in this forum. This forum is intended for the macro plugin only.

Moderator: Moderators

KurosakIchigO
Noob
Noob
Posts: 3
Joined: 15 Jun 2012, 12:17
Noob?: Yes

Butterfly Wing Automacro

#1 Post by KurosakIchigO »

so guys heres my macro

automacro hp {
hp < 10%
run-once 1
overrideAI 1
call {
do is Butterfly Wing
release prontera
release hp
release sp
}
}

and when it is triggered, this happens
Image
the butterfly wing is not used, but when i check in the inventory, there is 5 butterfly wing, so why it is not used???
SkylorD
Moderators
Moderators
Posts: 1202
Joined: 16 Dec 2011, 02:53
Noob?: Yes

Re: Butterfly Wing Automacro

#2 Post by SkylorD »

The trigger time is very fast =)

Remove "run-once" and add a timeout :)
DEACTIVATED 8-)
EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: Butterfly Wing Automacro

#3 Post by EternalHarvest »

Does "is Butterfly Wing" work without any macro?

What's the purpose for "overrideAI" there?