hi and welcome.
i use the ok configuration
this is what i have made in my config file.
useSelf_item Novice Potion, Red Potion, Orange Potion, Yellow Potion, Meat, monster`s feed {
hp < 1000
sp
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 0
notWhileSitting 0
notInTown 0
timeout 0
disabled 0
inInventory
manualAI 0
it uses every useSelf_item that wrote there accept the monster`s feed.
anyone with the similar problem or the solution ?
i`m trying it out with hp < 50% mothod right now and see if it works. i let u know. and maybe also removing every other useSelf_item name accept monster`s feed. and also Monster`s Feed instead of monster`s feed. and im also trying ' instead of `
okay the reason why monster`s feed didnt useSelf_item was because i used ` instead of '
you may close it now if u like
thank you for reading. your the best.
Monster's Feed
Moderator: Moderators
-
- Noob
- Posts: 3
- Joined: 30 Jul 2009, 01:17
- Noob?: Yes
Re: Monster's Feed
this is the code i use just for the feed to be use cause i have the bot not pick most of the other items. It works for me and my friend so it might be the way you typing the name of the item
useSelf_item Monster's Feed {
hp < 81%
notInTown 1
notWhileSitting 1
notInTown 1
inInventory Monster's Feed
}
useSelf_item Monster's Feed {
hp < 81%
notInTown 1
notWhileSitting 1
notInTown 1
inInventory Monster's Feed
}
-
- Human
- Posts: 33
- Joined: 05 Apr 2008, 06:42
Re: Monster's Feed
try replace monster`s feed with Monster's Feed
maybe the ` is different from ' ......
maybe the ` is different from ' ......