Hi, does anyone receive this minor issue as when my char uses healing or attack it changes its phen clip to vitata clip vice versa but it does so many time like this:
You are now attacking Monster Munak (0)
You unequip Clip [Vitata] [1] (29) - Accessory
You equip Clip [Phen] [1] (19) - Accessory (type 8)
You can't put on Clip [Phen] [1] (19)
You can't put on Clip [Phen] [1] (19)
You can't put on Clip [Phen] [1] (19)
You can't put on Clip [Phen] [1] (19)
You can't put on Clip [Phen] [1] (19)
You can't put on Clip [Phen] [1] (19)
You can't put on Clip [Phen] [1] (19)
You can't put on Clip [Phen] [1] (19)
You unequip Clip [Phen] [1] (29) - Accessory
You equip Clip [Vitata] [1] (19) - Accessory (type 8)
You can't put on Clip [Vitata] [1] (19)
You can't put on Clip [Vitata] [1] (19)
You can't put on Clip [Vitata] [1] (19)
Skill Heal failed (Mid-Delay)
You are casting Heal on yourself (Delay: 0ms)
You use Heal on yourself (Gained: 276 hp)
my config:
useSelf_skill Heal {
lvl 10
sp > 5%
hp <= 70%
equip_rightAccessory Clip [Vitata] [1]
notWhileSitting 1
notInTown 0
aggressives 0
timeout 5
}
attackSkillSlot Arrow Vulcan {
lvl 10
dist 10,9,8,7,6,5,4,3,2,1
sp > 20
maxAttempts 10
maxUses 5
monsters Tiger Guised Fiend,Enchanted Soil,Leib Olmai,Dancing Dragon,Hyegun
equip_rightAccessory Clip [Phen] [1]
whenStatusInactive Owg 50%,Action Delay
}
Is it normal or I need something to tweak to fix this. Thanks for the help ^^
Repetitive changing of equipment
Moderators: Moderators, Documentation Writers
-
- Noob
- Posts: 16
- Joined: 21 Jul 2010, 22:40
- Noob?: No
Re: Repetitive changing of equipment
Add this on the Heal line
so as to not heal while fighting an enemy.
Code: Select all
stopWhenHit 1
Code: Select all
useSelf_skill Heal {
lvl 10
sp > 5%
hp <= 70%
equip_rightAccessory Clip [Vitata] [1]
notWhileSitting 1
[b]stopWhenHit 1[/b]
notInTown 0
aggressives 0
timeout 5
}
-
- Noob
- Posts: 5
- Joined: 17 Oct 2010, 09:29
- Noob?: Yes
Re: Repetitive changing of equipment
Thanks KylarXD, I've made some major reprogramming the config and fixed both the repetitive equipping. ^^