this is my config
i also try to put 50 % but its seems doesnt work i wonder what is wrong with my config need help
useSelf_item Yellow Potion {
hp > 50
sp
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive Yellow Potion
whenStatusInactive
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 1
notWhileSitting 0
notInTown 0
timeout 0
disabled 0
inInventory
manualAI 0
about useSelf_item need help
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.
-
- Plain Yogurt
- Posts: 78
- Joined: 08 Jun 2008, 00:02
- Noob?: No
Re: about useSelf_item need help
useSelf_item Yellow Potion {
hp > 50
# should be hp < 50
sp
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive Yellow Potion # remove this, potions doesn't have status
whenStatusInactive
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 1
notWhileSitting 0
notInTown 0
timeout 0
disabled 0
inInventory
manualAI 0
}
hp > 50
# should be hp < 50
sp
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive Yellow Potion # remove this, potions doesn't have status
whenStatusInactive
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 1
notWhileSitting 0
notInTown 0
timeout 0
disabled 0
inInventory
manualAI 0
}
-
- Moderators
- Posts: 403
- Joined: 25 Aug 2008, 14:56
- Noob?: No
- Location: CyberOne Building , Eastwood
Re: about useSelf_item need help
^thats right.. and..
hope you don't mind but.. your bot will consume all your Yellow Potion when HP is greater than 50 hp points not 50%...
should be like this..
Code: Select all
hp > 50
Code: Select all
hp < 50 %
“The moon shines to both guilty and innocent alike..”
The Openkore Manual---Global Forum Rules--The Template
The Openkore Manual---Global Forum Rules--The Template
-
- Noob
- Posts: 10
- Joined: 23 Sep 2010, 12:12
- Noob?: Yes
Re: about useSelf_item need help
thank u very much !!!
-
- Noob
- Posts: 5
- Joined: 29 Oct 2010, 15:34
- Noob?: Yes
Re: about useSelf_item need help
how about water,fire,earth Converter how to use this??