Other plugins for extending OpenKore's functionality. This forum is only for posting new plugins and commenting on existing plugins. For support, use the Support forum.
Moderator: Moderators
kingping
Noob
Posts: 1 Joined: 10 Apr 2010, 15:47
Noob?: Yes
#11
Post
by kingping » 19 Mar 2013, 05:11
help_us wrote: oh sorry i`m forget part convert item.
Code: Select all
automacro arrowCraft {
eval AI::action eq "attack"
inventory "Silver Arrow" < 10
delay 3
call crafting
}
macro crafting {
do ss 147
pause 1
$ID = 912
# 912 = Zargon
do eval $::messageSender->sendArrowCraft($ID);
}
this is working for me Thank You!
However it keeps getting triggered every time kore is relog
wht should i do there pls help
rocknroll
Been there done that!
Posts: 118 Joined: 19 Sep 2011, 07:30
Noob?: Yes
#12
Post
by rocknroll » 24 Mar 2013, 20:35
kingping wrote:
this is working for me Thank You!
However it keeps getting triggered every time kore is relog
wht should i do there pls help
don't worry about that, an openkore need a several time to list the inventory item, so the macro always triggered.
perhaps add more delay can help you
Sorry, my english is very bad !