PDA

View Full Version : Xkore 1 Help pls.


Hawkeye
13th June 2006, 06:29
I've been using 1.6.4 for my bot. Before if I wanted to know what my bot is doing visually I just change the Xkore value to Xkore 1. But now when I change the Xkore value to 1 my bot doesn't move it just stand still and do nothing. When I change the Xkore value to 0 it's just doing fine. I'm wondering how to correct this problem and I wanted to see what my bot is doing again visually.

And one more thing is this syntax right because it doesn't use awakening potion anymore.

useSelf_item Awakening Potion {
hp
sp
onAction
whenStatusActive
whenStatusInactive Awakening Potion
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 1
notWhileSitting 0
notInTown 1
timeout 1800
disabled 0
inInventory
}

Can anyone help me what seems to be the problem with this one.

ernest8
16th June 2006, 19:22
try this..

useSelf_item Awakening Potion {
hp
sp
onAction
whenStatusActive
whenStatusInactive Awakening Potion
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 0
notWhileSitting 0
notInTown 0
timeout
disabled 0
inInventory_name
inInventory_qty
}