HELP! Awakening Potion Spam!

International

Moderator: Moderators

entrycode
Noob
Noob
Posts: 15
Joined: 08 Dec 2010, 20:11
Noob?: Yes

HELP! Awakening Potion Spam!

#1 Post by entrycode »

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
}
Mushroom
Perl Monk
Perl Monk
Posts: 427
Joined: 04 Apr 2008, 14:04
Noob?: No
Location: Brazil

Re: HELP! Awakening Potion Spam!

#2 Post by Mushroom »

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.
entrycode
Noob
Noob
Posts: 15
Joined: 08 Dec 2010, 20:11
Noob?: Yes

Re: HELP! Awakening Potion Spam!

#3 Post by entrycode »

thanks a bunch, man.