Multiple attackSkillSlots (Solved)

All resolved question will be found here. It is recommended that you browse / search through this section first and see if your question has been answered before

Moderators: Moderators, Documentation Writers

Lethor
Noob
Noob
Posts: 6
Joined: 26 Jan 2014, 08:52
Noob?: No

Multiple attackSkillSlots (Solved)

#1 Post by Lethor »

Hey,

i got a problem with multiple attackSkillSlots. My config:

Code: Select all

attackAuto 1
attackAuto_party 1
attackAuto_onlyWhenSafe 0
attackAuto_followTarget 1
attackAuto_inLockOnly 1
attackDistance 6
attackDistanceAuto 0
attackMaxDistance 9
attackMaxRouteDistance 100
attackMaxRouteTime 4
attackMinPlayerDistance 2
attackMinPortalDistance 4
attackUseWeapon 0
attackNoGiveup 0
attackCanSnipe 0
attackCheckLOS 0
attackLooters 0
attackChangeTarget 1
aggressiveAntiKS 1

Code: Select all

attackSkillSlot Fire Bolt {
	lvl 4
	dist 6
	sp > 30
	stopWhenHit 1
	inLockOnly 1
	monsters Mandragora
}

attackSkillSlot Fire Bolt {
	lvl 10
	dist 8
	maxCastTime 7
	minCastTime 0.7
	sp > 30
	stopWhenHit 1
	inLockOnly 1
	monsters Flora
}


attackSkillSlot Frost Diver {
	lvl 10
	dist 6
	maxCastTime 0.1
	minCastTime 0.1
	sp > 10
	monsters Argiope, Male Thief Bug
	target_whenStatusInactive Frozen
}
attackSkillSlot Lightning Bolt {
	lvl 4
	dist 6
	sp > 30
	maxUses 1
	target_whenStatusActive Frozen
	monsters Argiope, Male Thief Bug
}
My problem is that the only monster that is being attacked is Flora. Did i miss anything?

mon_control

Code: Select all

all 1 0 0
Male Thief Bug 1 0 0
Argiope 1 0 0
Mandragora 1 0 0
Flora 1 0 0
// edit:

Nevermind... had AttackAuto on 1 instead of 2....