Whenever I open up Kore, it spams every awakening potion in my inventory! Please help, tell me what's wrong.
useSelf_item Awakening Potion {
hp
}
sp
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive
whenStatusInactive Awakening Potion
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 0
notWhileSitting 1
notInTown 1
timeout 1800
disabled 0
inInventory
manualAI 0
}
HELP! Awakening Potion Spam!
Moderator: Moderators
-
- Perl Monk
- Posts: 427
- Joined: 04 Apr 2008, 14:04
- Noob?: No
- Location: Brazil
Re: HELP! Awakening Potion Spam!
Code: Select all
useSelf_item Awakening Potion {
hp
} <--- remove this bracket
sp
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive
whenStatusInactive Awakening Potion
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 0
notWhileSitting 1
notInTown 1
timeout 1800
disabled 0
inInventory
manualAI 0
}
Quit.
-
- Noob
- Posts: 15
- Joined: 08 Dec 2010, 20:11
- Noob?: Yes
Re: HELP! Awakening Potion Spam!
thanks a bunch, man.