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.useSelf_item Awakening Potion {
onAction Attack
whenStatusInactive Awakening Potion
notWhileSitting 1
notInTown 1
disabled 0
inInventory Awakening Potion
}
useSelf_item Awakening Potion
Moderators: Moderators, Developers
-
- Noob
- Posts: 7
- Joined: 19 Nov 2009, 15:04
- Noob?: Yes
useSelf_item Awakening Potion
Did i do something wrong here or is it currently bugged?
-
- Plain Yogurt
- Posts: 55
- Joined: 09 Sep 2011, 18:04
- Noob?: Yes
- Location: Malaysia
Re: useSelf_item Awakening Potion
Try This:Shmack wrote:Did i do something wrong here or is it currently bugged?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.useSelf_item Awakening Potion {
onAction Attack
whenStatusInactive Awakening Potion
notWhileSitting 1
notInTown 1
disabled 0
inInventory Awakening Potion
}
}
useSelf_item Awakening Potion {
whenStatusInactive Awakening Potion
inLockOnly 1
notWhileSitting 1
timeout 5
}
Good Luck