PDA

View Full Version : My bot doesn't use awakening... HELP pls.


Hawkeye
9th June 2006, 22:31
A have a dual dagger sinX and the syntax is this:

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


I'm wondering why is my stalker and alchemist with the same syntax as above doesn't use awakening or concentration potion on there own, whereas my Dual Dagger SinX is doing fine with that syntax. Is there something wrong with the config.

iamabotter
10th June 2006, 08:00
i suggest that you create a separate useself_item code block for awakening potion. it ensures me that it works everytime.

CrashOverride23
10th June 2006, 19:37
useSelf_item Awakening Potion {
hp
sp
onAction
whenStatusActive
whenStatusInactive Awakening Potion
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 0
notWhileSitting 0
notInTown 1
timeout
disabled 0
inInventory
}

Hawkeye
13th June 2006, 08:32
useSelf_item Awakening Potion {
hp
sp
onAction
whenStatusActive
whenStatusInactive Awakening Potion
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 0
notWhileSitting 0
notInTown 1
timeout
disabled 0
inInventory
}



I've already try this one but it's not using awakening potion either.

iamabotter
13th June 2006, 08:46
did you remove "awakening potion" in the same code block as your "concentration potion"?

as i said, just create a new, separate useself_item block for each of the items you're going to use.

that ensures that the program will not be confused on which block to use for awakes.

Hawkeye
15th June 2006, 11:37
Anyway thanks for the help I just make an new config and now its working fine. The syntax is correct maybe there is something wrong with my config but after I made a new one it's working fine now.

Thanks again.....

wapak2
15th June 2006, 16:40
Problem fixed.

Closed.

PS. Thanks for the help guys. ;)