Send a click (taming monsters)

Wrote new code? Fixed a bug? Want to discuss technical stuff? Feel free to post it here.

Moderator: Moderators

Message
Author
setsunaseiei
Human
Human
Posts: 38
Joined: 17 May 2011, 07:09
Noob?: No

Send a click (taming monsters)

#1 Post by setsunaseiei »

When taming monsters, you have to click once for the slot machine to stop.
How do I send a click once I use a taming item on a monster?
Its pseudo would look like

Code: Select all

use Green Apple Poring
delay 1
send click!
check inventory for Poring egg
if Poring egg increase  success else fail
Any suggestions?

This would have been easy if I have read on taming monster manual. Is it really not yet implemented in OpenKore?
オペンコレ!

EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: Send a click

#2 Post by EternalHarvest »

There's "pet" command.

setsunaseiei
Human
Human
Posts: 38
Joined: 17 May 2011, 07:09
Noob?: No

Re: Send a click

#3 Post by setsunaseiei »

EternalHarvest wrote:There's "pet" command.
How smart is the pet command?
If I keyed in pet c #monsterID, how does it know which taming item to use?
オペンコレ!

EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: Send a click (taming monsters)

#4 Post by EternalHarvest »

http://forums.openkore.com/viewtopic.php?p=28282#p28282
you should use the taming item before trying to catch the pet

Post Reply