Hey guys,
I am working my bot and I am having troubles with my Lord Knight performing Clashing Spiral.
The bot will not use it at all.
Below is my config, what do you think?
attackSkillSlot Spiral Pierce {
smartEquip
magicScroll
dist auto
lvl 5
maxUses 2
sp_lower 10
sp_upper 100
monRace
monsters Munak, Poporing
timeout 0
useSelf 0
monInStatus
monOutStatus
inStatus
outStatus
prevSkill 1
delayTime 0.1
}
Lord Knight Clashing Spiral Help
Moderator: Moderators
-
- Noob
- Posts: 4
- Joined: 03 Jul 2011, 23:52
- Noob?: No
Re: Lord Knight Clashing Spiral Help
first off I assume you are trying to kill munak's and poporing's right?
A lot of that shit is uneccasary, and unless things have change since I was playing a lot I'm pretty sure when you are doing thing like sit_autohp, etc. you want to put the % sign after your numbers, so right now your bot will not use CS if you SP is higher than 90 where are if it were 90% it would not use the skill if you were under 90% sp. Hope this helps.
A lot of that shit is uneccasary, and unless things have change since I was playing a lot I'm pretty sure when you are doing thing like sit_autohp, etc. you want to put the % sign after your numbers, so right now your bot will not use CS if you SP is higher than 90 where are if it were 90% it would not use the skill if you were under 90% sp. Hope this helps.
-
- Moderators
- Posts: 174
- Joined: 04 Apr 2008, 10:21
- Noob?: No
- Location: In your dreams...
Re: Lord Knight Clashing Spiral Help
Wow, new values in the skill slot, are you using the latest version? I haven't seen prevSkill and monInStatus and others before.Noxes wrote:Hey guys,
I am working my bot and I am having troubles with my Lord Knight performing Clashing Spiral.
The bot will not use it at all.
Below is my config, what do you think?
attackSkillSlot Spiral Pierce {
smartEquip
magicScroll
dist auto
lvl 5
maxUses 2
sp_lower 10
sp_upper 100
monRace
monsters Munak, Poporing
timeout 0
useSelf 0
monInStatus
monOutStatus
inStatus
outStatus
prevSkill 1
delayTime 0.1
}