arrowCraft.pl 2.0.5.+

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

Message
Author
kingping
Noob
Noob
Posts: 1
Joined: 10 Apr 2010, 15:47
Noob?: Yes

Re: arrowCraft.pl 2.0.5.+

#11 Post by kingping »

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!
Been there done that!
Posts: 118
Joined: 19 Sep 2011, 07:30
Noob?: Yes

Re: arrowCraft.pl 2.0.5.+

#12 Post by rocknroll »

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 !

Post Reply