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.
Bot Does not do AutoAttack if in status "Mental Strength"
Moderator: Moderators
-
- Noob
- Posts: 1
- Joined: 06 Feb 2012, 06:03
- Noob?: No
-
- Noob
- Posts: 17
- Joined: 12 Feb 2012, 17:56
- Noob?: Yes
Re: Bot Does not do AutoAttack if in status "Mental Strength"
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 

-
- Noob
- Posts: 4
- Joined: 23 Apr 2013, 10:19
- Noob?: Yes
Re: Bot Does not do AutoAttack if in status "Mental Strength"
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!!!!!
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!!!!!
-
- Plain Yogurt
- Posts: 59
- Joined: 23 Dec 2012, 23:11
- Noob?: Yes
Re: Bot Does not do AutoAttack if in status "Mental Strength"
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..
- 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..
-
- Noob
- Posts: 4
- Joined: 23 Apr 2013, 10:19
- Noob?: Yes
Re: Bot Does not do AutoAttack if in status "Mental Strength"
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
}
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
}