Potion Pitcher @homunculus - Not Working

This place is for Closed bug reports only. NOT for asking help!

Moderators: Moderators, Developers

salmon
Noob
Noob
Posts: 1
Joined: 04 Aug 2010, 11:13
Noob?: Yes

Potion Pitcher @homunculus - Not Working

#1 Post by salmon »

Current block

Code: Select all

partySkill Potion Pitcher {
   lvl 2
   target @homunculus
   homunculus_hp < 65%
   timeout 1
   inLockOnly 1
}
Other attempts

Code: Select all

partySkill Potion Pitcher {
   lvl 2
   target Filir
   homunculus_hp < 65%
   inLockOnly 1
}
#This should just sit there throwing potions non stop, This does not work

Code: Select all

partySkill Potion Pitcher {
   lvl 2
   target Filir
}
#Also nothing

Code: Select all

partySkill Potion Pitcher {
   lvl 2
   target @homunculus
}
I honestly have no idea what the problem is here, I'm inclined to say this absolutely does not work no matter what. I have read multiple threads with people complaining of the same issue and it's yet to be resolved afaik.
EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: Potion Pitcher @homunculus - Not Working

#2 Post by EternalHarvest »

Code: Select all

partySkill AM_POTIONPITCHER {
	lvl 2
	target @homunculus
}
Works for me. Maybe you're using skill names where Potion Pitcher is Aid Potion or something.