Unknown ver | Unknown server | Hiding is not recognized

Forum closed. All further discussion to be discussed at https://github.com/OpenKore/

Moderators: Moderators, Developers

Message
Author
Arukas
Human
Human
Posts: 24
Joined: 01 Sep 2008, 02:11
Noob?: Yes

Unknown ver | Unknown server | Hiding is not recognized

#1 Post by Arukas »

a target is hiding, sometimes openkore doesnt recognizes it as hiding

i wrote a code that uses ruwach when target_whenStatusActive Cloaking, Chase Walk, Hiding

cloaking and chase walk works but hiding sometimes fails

User avatar
kLabMouse
Administrator
Administrator
Posts: 1301
Joined: 24 Apr 2008, 12:02

Re: target hiding problem

#2 Post by kLabMouse »

What is your Version, Revision, Server, etc. ?
And Where are the Log's (debug 2 I guess)? Screen shot, or anything to show it up.

Arukas
Human
Human
Posts: 24
Joined: 01 Sep 2008, 02:11
Noob?: Yes

Re: target hiding problem

#3 Post by Arukas »

r7499 pRO ...

problem persist when i set

Code: Select all

attackSkillSlot Ruwach {
	lvl 1
	target_whenStatusActive Hiding, Hidden, Cloaking, Chase Walk
	isSelfSkill 1
}
and set it to

Code: Select all

attackAuto 0
attackAuto_party 0
homunculus_attackAuto 2
homunculus_attackAuto_party 2
my player doesn't ruwach players when they have active status (Hiding).
Chase Walk, Cloaking works though...

so i made a workaround

Code: Select all

partySkill Ruwach {
    lvl 1
    notPartyOnly 1
    target_whenStatusActive Hiding, Hidden, Cloaking, Chase Walk
    isSelfSkill 1
}
for the meantime.

EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: target hiding problem

#4 Post by EternalHarvest »

Arukas wrote:attackSkillSlot Ruwach + attackAuto 0
Makes sense that it hasn't worked, because attackSkillSlots are only used when attacking.

Arukas
Human
Human
Posts: 24
Joined: 01 Sep 2008, 02:11
Noob?: Yes

Re: target hiding problem

#5 Post by Arukas »

so ruwach can't be done because it's attack skill slot, what about caprice skill?

if it is set to homunculus attack 2 and homunculus attack party 2 it's still dont attack...

EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: target hiding problem

#6 Post by EternalHarvest »

All skill blocks are now invoked by character AI. Until that is rewritten to keep homun/merc skills in their own AI completely, attackSkillSlots and others may not work correctly in all the cases.

Locked