switch weapon after skill

International

Moderator: Moderators

c4c1n6kr3m1
The Way Of Human
The Way Of Human
Posts: 150
Joined: 24 Mar 2012, 04:13
Noob?: Yes

switch weapon after skill

#1 Post by c4c1n6kr3m1 »

i want to use skill for first attack using specific weapon then if target not dead it switch to default weapon and attack normaly for second attack
autoSwitch_default_rightHand Hallberd [2]
autoSwitch_default_leftHand
autoSwitch_default_arrow

attackSkillSlot Bash {
label useskl
disabled 0
lvl 10
sp > 10%
equip_rightHand VVS Ice Hallberd [Ice]
maxUses 1
}
it does not work, after first bash using Ice Hallberd, it won't switch to default Hallberd [2], the second ( normal attack ) still use Ice Hallberd

normal config should solve it, right??? without macro
c4c1n6kr3m1
The Way Of Human
The Way Of Human
Posts: 150
Joined: 24 Mar 2012, 04:13
Noob?: Yes

Re: switch weapon after skill

#2 Post by c4c1n6kr3m1 »

So, i go wrong direction huh. i thought it will equip only when skill cast and then switch back.
anyway i tried this
useSelf_skill Increase Agility {
lvl 1
hp > 1%
sp > 2%
whenStatusInactive Increase Agility
notWhileSitting 1
equip_shoes Shoes Of Valor
timeout 6
}
example http://www.openkore.com/index.php/Equip
but it does not work. any idea?