I tried searching forums but I couldn't find anything related although I'm sure it's somewhere.
My idea was to try the attackComboSlot but it's not working. I tried the following:
Code: Select all
attackSkillSlot Fire Bolt {
lvl 10
dist 7
maxCastTime 0.1
minCastTime 0
sp > 5
monsters
maxUses
}
attackComboSlot Fire Bolt {
lvl 5
dist 7
sp > 5
monsters
notMonster
afterSkill Fire Bolt
waitBeforeUse 0.3
}