[HELP] Priest Confiq

International

Moderator: Moderators

leona
Noob
Noob
Posts: 1
Joined: 17 Apr 2008, 20:41

[HELP] Priest Confiq

#1 Post by leona »

I am botting my priest in High Orc with my mage, but for some reason my priest won't cast Lex Aeterna on the monsters there... please help!

Code: Select all

attackSkillSlot Lex Aeterna {
lvl 1
dist 3
sp > 10
partyAggressives <= 3
stopWhenHit 1
maxUses 6
disabled 0
monsters High Orc, Orc Lady, Orc Archer, Orc Baby, Orc Warrior
}
This is my code is something wrong? I want to Lex Aeterna any monsters that hits/attacks my priest or mage.
litaking
Noob
Noob
Posts: 2
Joined: 11 Oct 2008, 18:35
Noob?: No

Re: [HELP] Priest Confiq

#2 Post by litaking »

I use:

Code: Select all

monsterSkill Lex Aeterna {
	lvl 1
	hp > 70%
	sp > 20%
	target <MONSTER>
	target_whenStatusInactive Lex Aeterna
}