Right so i searched the forum and configured it again according to other posts but hes not using his Novice Potions
useSelf_item Novice Potion,Red Potion,Orange Potion,Yellow Potion,White Potion,Monster's Feed,Pet Food {
hp < 70
sp
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives 0
monsters
notMonsters
stopWhenHit 0
inLockOnly 1
notWhileSitting 1
notInTown 1
timeout 0
disabled 0
inInventory
manualAI 0
My character is not using his novice potion (searched forum)
Moderator: Moderators
-
- Noob
- Posts: 10
- Joined: 11 Oct 2010, 14:27
- Noob?: Yes
-
- Perl Monk
- Posts: 427
- Joined: 04 Apr 2008, 14:04
- Noob?: No
- Location: Brazil
Re: My character is not using his novice potion (searched forum)
When you open a curly bracket you must close it.
useSelf_item Novice Potion,Red Potion,Orange Potion,Yellow Potion,White Potion,Monster's Feed,Pet Food {
hp < 70
sp
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives 0
monsters
notMonsters
stopWhenHit 0
inLockOnly 1
notWhileSitting 1
notInTown 1
timeout 0
disabled 0
inInventory
manualAI 0
}
Quit.
-
- Moderators
- Posts: 174
- Joined: 04 Apr 2008, 10:21
- Noob?: No
- Location: In your dreams...
Re: My character is not using his novice potion (searched forum)
And remove the unnecessary stuff (no compulsion though, just makes the code readable).Mushroom wrote:When you open a curly bracket you must close it.useSelf_item Novice Potion,Red Potion,Orange Potion,Yellow Potion,White Potion,Monster's Feed,Pet Food {
hp < 70
sp
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives 0
monsters
notMonsters
stopWhenHit 0
inLockOnly 1
notWhileSitting 1
notInTown 1
timeout 0
disabled 0
inInventory
manualAI 0
}