private | defendMonsters does not work properly | 2.0.6.1

Forum closed. All further discussion to be discussed at https://github.com/OpenKore/

Moderators: Moderators, Developers

Message
Author
twiho
Noob
Noob
Posts: 8
Joined: 04 Jan 2009, 09:07
Noob?: No

private | defendMonsters does not work properly | 2.0.6.1

#1 Post by twiho »

I am using this block

Code: Select all

attackSkillSlot Lex Aeterna {
	lvl 1
	sp > 10
	target_whenStatusInactive Lex Aeterna
	#monsters Increase Soil
	previousDamage > 0
	defendMonsters Increase Soil
	aggresives > 0
}
and it works good until the Soil (Mi Gao on my server) casts Metamorphosis on itself. It splits into two guys and it stops attacking me, but my bot would continue to lex aeterna it even though he is not defendMonsters Increase Soil. This is my first report so, please, be kind.

Locked