My HP support bot dont use lex aeterna on monsters....

Philippines

Moderators: waferbaron, Moderators

Forum rules
This server is currently not maintained and tables folder (including connection info) is outdated. Read the wiki for instructions on how to update those information. Please contribute your updated info. Contact Cozzie to join the team as a regular server supporter.
peklog
Noob
Noob
Posts: 6
Joined: 13 Nov 2010, 04:16
Noob?: Yes

My HP support bot dont use lex aeterna on monsters....

#1 Post by peklog »

pls help. I want my HP support bot to use lex aeterna on monster Im attacking..

attackSkillSlot Lex Aeterna {
lvl 1
dist 5
sp > 40%
hp > 75%
target_whenStatusInactive Lex Aeterna
stopWhenHit 0
inLockOnly 0
notWhileSitting 1
notInTown 1
target_Les,Wood_Goblin,ushaz,vavayaga
}

whats the problem with these... I dont know how to config this.. pls help..
thank you so much....
kaldabog
Plain Yogurt
Plain Yogurt
Posts: 83
Joined: 08 Sep 2010, 13:45
Noob?: No

Re: My HP support bot dont use lex aeterna on monsters....

#2 Post by kaldabog »

I used your config and this is what's wrong
hp > 75%
remove this, this is your slave's status so usually the fs's hp is 100%(unless monsters are aggressives)

target_Les,Wood_Goblin,ushaz,vavayaga
remove this should be
monster les,vavayaga,wood goblin
peklog
Noob
Noob
Posts: 6
Joined: 13 Nov 2010, 04:16
Noob?: Yes

Re: My HP support bot dont use lex aeterna on monsters....

#3 Post by peklog »

kaldabog wrote:I used your config and this is what's wrong
hp > 75%
remove this, this is your slave's status so usually the fs's hp is 100%(unless monsters are aggressives)

target_Les,Wood_Goblin,ushaz,vavayaga
remove this should be
monster les,vavayaga,wood goblin
I've done what you said... but still the HP dont use lex aeterna on monsters.. what should I do?
j0wjen
Human
Human
Posts: 35
Joined: 04 Oct 2010, 20:58
Noob?: Yes

Re: My HP support bot dont use lex aeterna on monsters....

#4 Post by j0wjen »

Set your attack auto to 2
barcode0961
Human
Human
Posts: 46
Joined: 10 Dec 2009, 02:10
Noob?: Yes

Re: My HP support bot dont use lex aeterna on monsters....

#5 Post by barcode0961 »

peklog wrote:
kaldabog wrote:I used your config and this is what's wrong
hp > 75%
remove this, this is your slave's status so usually the fs's hp is 100%(unless monsters are aggressives)

target_Les,Wood_Goblin,ushaz,vavayaga
remove this should be
monster les,vavayaga,wood goblin
I've done what you said... but still the HP dont use lex aeterna on monsters.. what should I do?

or instead of status try to use timeout for the skill

eg. timeout 120
Learn to read its helps a lot and use the darn search button!!!
ulun
Noob
Noob
Posts: 6
Joined: 22 Feb 2009, 08:23
Noob?: Yes

Re: My HP support bot dont use lex aeterna on monsters....

#6 Post by ulun »

monsterSkill Lex Aeterna {
lvl 1
sp > 15%
aggressives
target Kobold
target_dist 1..5
target_whenStatusInactive Lex Aeterna
maxUses
}
barcode0961
Human
Human
Posts: 46
Joined: 10 Dec 2009, 02:10
Noob?: Yes

Re: My HP support bot dont use lex aeterna on monsters....

#7 Post by barcode0961 »

monster Les, Wood Goblin, Ushaz, Vavayaga

capital letters and a space after the coma
Learn to read its helps a lot and use the darn search button!!!
peklog
Noob
Noob
Posts: 6
Joined: 13 Nov 2010, 04:16
Noob?: Yes

Re: My HP support bot dont use lex aeterna on monsters....

#8 Post by peklog »

ulun wrote:monsterSkill Lex Aeterna {
lvl 1
sp > 15%
aggressives
target Kobold
target_dist 1..5
target_whenStatusInactive Lex Aeterna
maxUses
}
this one works, but the priest uses lex once evry 5mins.. why is that?
whats the problem? hehe..the priest use lex very late,, I already have massive damage on the monster before the priest lex the monster..
troll
Noob
Noob
Posts: 17
Joined: 24 Oct 2010, 05:48
Noob?: No

Re: My HP support bot dont use lex aeterna on monsters....

#9 Post by troll »

have you tried to use a macro?

i've seen this macro in darkmoon, i just couldn't remember the author.

automacro atk {
console /Player (.*) \((\d+)\) is casting (.*) on monster (.*) \((\d+)\).*/i
var .lastMatch1 == YOURNAMEHERE
call {
do sm 78 $.lastMatch5
}
}

This triggers whenever you cast a skill against a monster. If you want your priest to cast lex whenever you attack without using skills you just have to change "/Player (.*) \((\d+)\) is casting (.*) on monster (.*) \((\d+)\).*/i" to "/Player (.*) \((\d+)\) is attacking (.*) monster (.*) \((\d+)\).*/i" (as far as I remember, depending on what's on the console on your priest bot). HOWEVER, this macro have a high priority compared to your useskill block in your config, so I wouldn't change it to "attacking". I hope I made myself clear. :)