Code: Select all
partySkill Potion Pitcher {
lvl 2
target Vanilmirth
homunculus_hp < 65%
timeout 0
inLockOnly 1
manualAI 2
}
So i use the pl (players list) command to see what shows up...........................No Vanilmirth.
Next I use the ml (monster list) command................................................No Vanilmirth.
Last I use the sll (slave list) command.................................................Vanilmirth exists.
So i made this block to see if its even detecting the Vanilmirth's hp.
Code: Select all
useSelf_skill Potion Pitcher {
lvl 2
homunculus_hp > 10%
timeout 900
manualAI 2
}
Any ideas on what i could try? or did i miss the command for skills targeted at slaves in the manual?..