Page 1 of 1

Cloaking does not work

Posted: 08 Apr 2017, 04:21
by palancho
Hello guys!!! I am trying to force the bot to use Cloaking skill. I was trying these two setups but it is still not working, wondering why omg:

useSelf_skill Cloaking {
lvl 6
sp > 5%
aggressives 3
target_dist 6
stopWhenHit 1
inLockOnly 1
}

useSelf_skill Cloaking {
lvl 6
sp > 5%
aggressives 3
stopWhenHit 1
inLockOnly 1
}

Any help appreciated, THX!!!

Re: Cloaking does not work

Posted: 08 Apr 2017, 05:23
by Mortimal
there is no such thing as target_dist in useSelf_skill...

Use:

Code: Select all

attackSkillSlot Cloaking {
        lvl 6
        sp > 5%
        aggressives 3
        dist 6 
        maxUses 1
        isSelfSkill 1
        whenStatusInactive Cloaking
        stopWhenHit 1
        inLockOnly 1
}