I'm having trouble getting bot to use skills on some enemies

Discussion about everything RO and OpenKore related. This place is NOT for ANY kind of support questions.

Moderator: Moderators

sigma88
Noob
Noob
Posts: 4
Joined: 27 Jul 2014, 19:11
Noob?: No

I'm having trouble getting bot to use skills on some enemies

#1 Post by sigma88 »

I used to level up in Magnolia/Metaller place. I successfully got the bot to use skills at certain hps on these enemies. But now I'm moving on to another map and all of a sudden the bot won't use any skills i wrote in config.txt.
The enemies i'm fighting now are Frilldora, Hode, and Sandman. Here is what what i put in the txt file:

Code: Select all

attackSkillSlot Sonic Blow {
	lvl 5
	monsters Frilldora
	previousDamage 90..100
}

attackSkillSlot Sonic Blow {
	lvl 1
	monsters Sandman
	previousDamage 30..46
}

attackSkillSlot Sonic Blow {
	lvl 1
	monsters Hode
	previousDamage 30..48
}
What am i doing wrong?
cdrking
Noob
Noob
Posts: 9
Joined: 25 Aug 2014, 04:07
Noob?: No
Location: Philippines

Re: I'm having trouble getting bot to use skills on some enemies

#2 Post by cdrking »

possible problem is, you didn't put Hode, Frilldora and Sandman on mon_control.txt properly. Also you can do this

attackSkillSlot Sonic Blow {
lvl 1
monsters Sandman, Hode
previousDamage 30..46
}

to avoid multiple use of block, and to be maintainable.

worst-case scenario, your katar is either unequipped or broken