Problem using attackComboSlot (caster class) | SVN 6903

International

Moderator: Moderators

Message
Author
252-rer
Noob
Noob
Posts: 14
Joined: 17 Apr 2008, 01:31

Problem using attackComboSlot (caster class) | SVN 6903

#1 Post by 252-rer »

I was not sure whether to post here or in http://forums.openkore.com/viewtopic.php?t=1938 (
Configuring Mage/Wizard/High Wizard/Sage/Professor) but I may have erred on the sided of caution and posted here.

I am having a problem with using attackComboSlot, it doesn't seem to go off ever.
My config looks like this:

Code: Select all

attackSkillSlot Cold Bolt {
	lvl 10
	dist 10
	maxCastTime 0
	minCastTime 0
	sp >= 30
	stopWhenHit 1
	inLockOnly 0
	notInTown 1
	monsters
	notMonsters Red Plant, Yellow Plant, Blue Plant, Shining Plant, White Plant
	maxUses 1
}

attackComboSlot Cold Bolt {
	lvl 2
	sp >= 14
	afterSkill Cold Bolt
	stopWhenHit 0
	inLockOnly 0
	notInTown 1
	waitBeforeUse 1
	autoCombo 1
	dist 9,8,7,6,5,4,3,2
	isSelfSkill 0
	target_deltaHp
}
I am also unsure about the distance list working since it at least used to be a max distance of only 1 number, but everyone seems to keep using it in list form. Even with 1 value of 9 it doesn't seem to go off ever. Is there some issue that it doesn't work if they are the same skill for both even if different levels?