Cloaking does not work

Discussion about everything RO and OpenKore related. This place is NOT for ANY kind of support questions.

Moderator: Moderators

Message
Author
palancho
Human
Human
Posts: 39
Joined: 28 Mar 2017, 03:08
Noob?: Yes

Cloaking does not work

#1 Post 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!!!

Mortimal
Developers
Developers
Posts: 389
Joined: 01 Nov 2008, 15:31
Noob?: No

Re: Cloaking does not work

#2 Post 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
}
Please use pin function for uploading your file contents!

Post Reply