homunculus Caprice delay and server time out.

For everything NOT server specific support. Do NOT ask for connectivity help here!.

Moderator: Moderators

Message
Author
ragnadude
Noob
Noob
Posts: 15
Joined: 06 Jun 2015, 18:28
Noob?: Yes

homunculus Caprice delay and server time out.

#1 Post by ragnadude »

I have set up my openkore so the homunculus will use Caprice however, i keep getting this particular messages (see image below) on openkore then i get timed out of the server.
Image

One other problem i have, my homunculus doesn't seem to be attacking monsters than are currently engaged with me. It will only attack monsters nearby and once they are dead, then it will attack the monsters that are attacking me, i would like to remove this and prioritize on monsters engaged with the character otherwise attack any monsters nearby.

User avatar
SkylorD
Moderators
Moderators
Posts: 1167
Joined: 16 Dec 2011, 02:53
Noob?: No
Location: Brazil
Contact:

Re: homunculus Caprice delay and server time out.

#2 Post by SkylorD »

Learn rules

ragnadude
Noob
Noob
Posts: 15
Joined: 06 Jun 2015, 18:28
Noob?: Yes

Re: homunculus Caprice delay and server time out.

#3 Post by ragnadude »

SkylorD wrote:http://wiki.openkore.com/index.php/AttackAuto -> homunculus_attackAuto

Caprice -> http://wiki.openkore.com/index.php/AttackSkillSlot (maxAttempts and maxUses)
So if try:

Code: Select all

homunculus_attackAuto 1
Will it still attack passive monsters? and will it NOT attack monsters unless if they are engaged with the master?

Code: Select all

Value 	Description
0 or empty 	Do nothing.
1 	Attack monsters, already engaged in fight with your party.
2 	Attack monsters only if they have started attacking the party.

ragnadude
Noob
Noob
Posts: 15
Joined: 06 Jun 2015, 18:28
Noob?: Yes

Re: homunculus Caprice delay and server time out.

#4 Post by ragnadude »

SkylorD wrote: Caprice -> http://wiki.openkore.com/index.php/AttackSkillSlot (maxAttempts and maxUses)
I also did maxAttempts and maxUses, config below, i didn't put the whole config because its long.
However it still shows "Skill caprice failed: Mid-delay (error number 4)"

Code: Select all

attackSkillSlot Caprice {
	lvl 5
	dist 10
	maxCastTime 0.01
	monsters Zenorc, Drainliar, Orc Skeleton, Orc Archer, Orc Zombie
	maxAttempts 1
	maxUses 1

ragnadude
Noob
Noob
Posts: 15
Joined: 06 Jun 2015, 18:28
Noob?: Yes

Re: homunculus Caprice delay and server time out.

#5 Post by ragnadude »

I found the solution.

i added timeout 1-2 on the block.

Post Reply