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....
My HP support bot dont use lex aeterna on monsters....
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.
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.
-
- Noob
- Posts: 6
- Joined: 13 Nov 2010, 04:16
- Noob?: Yes
-
- Plain Yogurt
- Posts: 83
- Joined: 08 Sep 2010, 13:45
- Noob?: No
Re: My HP support bot dont use lex aeterna on monsters....
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
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
-
- Noob
- Posts: 6
- Joined: 13 Nov 2010, 04:16
- Noob?: Yes
Re: My HP support bot dont use lex aeterna on monsters....
I've done what you said... but still the HP dont use lex aeterna on monsters.. what should I do?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
-
- Human
- Posts: 35
- Joined: 04 Oct 2010, 20:58
- Noob?: Yes
Re: My HP support bot dont use lex aeterna on monsters....
Set your attack auto to 2
-
- Human
- Posts: 46
- Joined: 10 Dec 2009, 02:10
- Noob?: Yes
Re: My HP support bot dont use lex aeterna on monsters....
peklog wrote:I've done what you said... but still the HP dont use lex aeterna on monsters.. what should I do?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
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!!!
-
- Noob
- Posts: 6
- Joined: 22 Feb 2009, 08:23
- Noob?: Yes
Re: My HP support bot dont use lex aeterna on monsters....
monsterSkill Lex Aeterna {
lvl 1
sp > 15%
aggressives
target Kobold
target_dist 1..5
target_whenStatusInactive Lex Aeterna
maxUses
}
lvl 1
sp > 15%
aggressives
target Kobold
target_dist 1..5
target_whenStatusInactive Lex Aeterna
maxUses
}
-
- Human
- Posts: 46
- Joined: 10 Dec 2009, 02:10
- Noob?: Yes
Re: My HP support bot dont use lex aeterna on monsters....
monster Les, Wood Goblin, Ushaz, Vavayaga
capital letters and a space after the coma
capital letters and a space after the coma
Learn to read its helps a lot and use the darn search button!!!
-
- Noob
- Posts: 6
- Joined: 13 Nov 2010, 04:16
- Noob?: Yes
Re: My HP support bot dont use lex aeterna on monsters....
this one works, but the priest uses lex once evry 5mins.. why is that?ulun wrote:monsterSkill Lex Aeterna {
lvl 1
sp > 15%
aggressives
target Kobold
target_dist 1..5
target_whenStatusInactive Lex Aeterna
maxUses
}
whats the problem? hehe..the priest use lex very late,, I already have massive damage on the monster before the priest lex the monster..
-
- Noob
- Posts: 17
- Joined: 24 Oct 2010, 05:48
- Noob?: No
Re: My HP support bot dont use lex aeterna on monsters....
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.
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.
