Bot Does not do AutoAttack if in status "Mental Strength"

International

Moderator: Moderators

tusharawaghan
Noob
Noob
Posts: 1
Joined: 06 Feb 2012, 06:03
Noob?: No

Bot Does not do AutoAttack if in status "Mental Strength"

#1 Post by tusharawaghan »

I have a monk bot and want to use "Mental Strength". It initiates the skill correctly but keep standing there. It does not move or hit any monsters. If I disable the skill everything works correctly.

##### My Config #####

attackAuto 2
attackAuto_party 1
route_randomWalk 1

I am confused what to do in this case. If i do not use MS I will get lot of DMG.
Nicodareus
Noob
Noob
Posts: 17
Joined: 12 Feb 2012, 17:56
Noob?: Yes

Re: Bot Does not do AutoAttack if in status "Mental Strength"

#2 Post by Nicodareus »

You should probably post your skillslot config too, or just the whole config file minus redundancies. Pretty hard too know what might be the problembwith the limited info you provided :)
maschokichoki
Noob
Noob
Posts: 4
Joined: 23 Apr 2013, 10:19
Noob?: Yes

Re: Bot Does not do AutoAttack if in status "Mental Strength"

#3 Post by maschokichoki »

useSelf_skill Physical Immune {
lvl 5
sp
spirit > 4
notWhileSitting 0
notInTown 0
disabled 0
whenStatusInactive Physical Immune
}

useSelf_skill Dangerous Soul Collect {
lvl 1
sp
spirit <= 1
notWhileSitting 0
notInTown 0
disabled 0
whenStatusInactive Physical Immune
}

WHY MY BOT DOES NOT AUTO ATTACK AND MOVE IN MENTAL STRENGHT MODE!!!!!
handspoof
Plain Yogurt
Plain Yogurt
Posts: 59
Joined: 23 Dec 2012, 23:11
Noob?: Yes

Re: Bot Does not do AutoAttack if in status "Mental Strength"

#4 Post by handspoof »

I can see your problems,

- The bot tries to use skills that can't be done in mental strength causing he just stand idle...
- You use any teleport config (obviously you can't while mental strength active)

in that case, your other skills should use whenStatusInactive Mental Strength (or whatever state in kore because many things named different between real client and openkore). This must be on all skills, not just Zen/Dangerous Soul... Also disables all teleport settings..
maschokichoki
Noob
Noob
Posts: 4
Joined: 23 Apr 2013, 10:19
Noob?: Yes

Re: Bot Does not do AutoAttack if in status "Mental Strength"

#5 Post by maschokichoki »

ohhh i see. now my bot can walk and attack lorrr. TQ bro. THIS the correct one

useSelf_skill Physical Immune {
lvl 5
sp
spirit > 4
notWhileSitting 0
notInTown 0
disabled 0
whenStatusInactive Steel Body
}

useSelf_skill Dangerous Soul Collect {
lvl 1
sp
spirit <= 1
notWhileSitting 0
notInTown 0
disabled 0
}