Lord Knight Clashing Spiral Help

International

Moderator: Moderators

Noxes
Noob
Noob
Posts: 1
Joined: 02 Jul 2011, 04:28
Noob?: No

Lord Knight Clashing Spiral Help

#1 Post by Noxes »

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
}
barf
Noob
Noob
Posts: 4
Joined: 03 Jul 2011, 23:52
Noob?: No

Re: Lord Knight Clashing Spiral Help

#2 Post by barf »

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.
andy12345
Moderators
Moderators
Posts: 174
Joined: 04 Apr 2008, 10:21
Noob?: No
Location: In your dreams...

Re: Lord Knight Clashing Spiral Help

#3 Post by andy12345 »

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
}
Wow, new values in the skill slot, are you using the latest version? I haven't seen prevSkill and monInStatus and others before.