useSelf_item Awakening Potion

Forum closed. All further discussion to be discussed at https://github.com/OpenKore/

Moderators: Moderators, Developers

Message
Author
Shmack
Noob
Noob
Posts: 7
Joined: 19 Nov 2009, 15:04
Noob?: Yes

useSelf_item Awakening Potion

#1 Post by Shmack »

Did i do something wrong here or is it currently bugged?
useSelf_item Awakening Potion {
onAction Attack
whenStatusInactive Awakening Potion
notWhileSitting 1
notInTown 1
disabled 0
inInventory Awakening Potion
}
When ever it's Triggered ie. No Awakening Status, Potions in Inventory And attacking. The bot tries to use a Awakening Potion, but fails to do so.

madnoh
Plain Yogurt
Plain Yogurt
Posts: 55
Joined: 09 Sep 2011, 18:04
Noob?: Yes
Location: Malaysia

Re: useSelf_item Awakening Potion

#2 Post by madnoh »

Shmack wrote:Did i do something wrong here or is it currently bugged?
useSelf_item Awakening Potion {
onAction Attack
whenStatusInactive Awakening Potion
notWhileSitting 1
notInTown 1
disabled 0
inInventory Awakening Potion
}
When ever it's Triggered ie. No Awakening Status, Potions in Inventory And attacking. The bot tries to use a Awakening Potion, but fails to do so.
Try This:

}

useSelf_item Awakening Potion {
whenStatusInactive Awakening Potion
inLockOnly 1
notWhileSitting 1
timeout 5
}

Good Luck

Locked