2 partySkill Block dont work

For everything NOT server specific support. Do NOT ask for connectivity help here!.

Moderator: Moderators

Message
Author
Kasasmor
Noob
Noob
Posts: 8
Joined: 03 Jan 2020, 17:32
Noob?: Yes

2 partySkill Block dont work

#1 Post by Kasasmor »

I have these 2 Blocks, I want that my Sinx do Sonic Blow when the target is close and Soul Breaker in range.

But only the first Block work. He only does Sonic Blow, when I switch the Order, He only does Beaker

partySkill AS_SONICBLOW {
lvl 10
sp > 10%
notPartyOnly 1
}

partySkill ASC_BREAKER {
lvl 10
sp > 12%
notPartyOnly 1
}

User avatar
fadreus
The Kore Devil
The Kore Devil
Posts: 708
Joined: 17 Nov 2017, 23:32
Noob?: No
Location: Genting Highland, Malaysia
Contact:

Re: 2 partySkill Block dont work

#2 Post by fadreus »

You seems to have the wrong idea of partySkill usage.
Read the manual again.

If you want either close or in range, use dist (distance) & use it on attackSkillSlot.
The first block is what openkore check first and if condition is true, it will use that.
It will go to 2nd block if the earlier condition is false.

iRO Supporter.
Read before you ask is the wisest thing human can do.
Unless you're a cat.
Image

Kasasmor
Noob
Noob
Posts: 8
Joined: 03 Jan 2020, 17:32
Noob?: Yes

Re: 2 partySkill Block dont work

#3 Post by Kasasmor »

I used attackSkillSlot but that did not workm on players

attackSkillSlot ASC_BREAKER {
lvl 10
dist > 1
sp > 20
}

User avatar
fadreus
The Kore Devil
The Kore Devil
Posts: 708
Joined: 17 Nov 2017, 23:32
Noob?: No
Location: Genting Highland, Malaysia
Contact:

Re: 2 partySkill Block dont work

#4 Post by fadreus »

If you want to use in pvp environment, the basic config isn't suffice.
You need to write your own macro or edit the source code to attack players.
(I forgot how but it's somewhere in this forum).

If I remember it right, attackSkillSlot works as long as its in attackAuto sequence.
You need to command your bot to kill target to initiate battle.

iRO Supporter.
Read before you ask is the wisest thing human can do.
Unless you're a cat.
Image

Post Reply