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
}
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
Nevermind... had AttackAuto on 1 instead of 2....