So-Ok and Fellow SP Recall Skill

Hi,

With the new event bot interacts with So-Ok but somehow decides to mount the pet before So-Ok. And after event NPC bot cant use fellows SP Recall Skill while mounted.

Before the event, my char visits npc`s in town and mounts after town script. SO able to use SP Recall Skill.

Any ideas?

Hi,

Maybe you can try unsummon the fellow / pet before he talk to so-ok.

pets = get_pets()
if pets:
	for k, v in pets.items():
		if v['type'] == 'fellow':
			log(" Try close pet %s" % str(v['servername']))
			inject_joymax(0x7116, struct.pack('I', k), False)

:four_leaf_clover:

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.