Problem with item usage

France

Moderator: Moderators

Message
Author
Gommers
Noob
Noob
Posts: 3
Joined: 01 Oct 2008, 18:42
Noob?: No

Problem with item usage

#1 Post by Gommers »

hello,

the problem i'm experiencing is quite strange I think if you look at code below he should use concentration potion whenever its out & he is on the lockmap, but he NEVER uses a concentration potion.

The healing items work though.

any thoughts what I did wrong?

useSelf_item apple, red herb, milk, Monster's feed, meat, red potion {
hp < 70%
}
useSelf_item Concentration Potion {
whenStatusInactive Concentration Potion
inLockOnly 1
timeout 5
}

truck
Noob
Noob
Posts: 1
Joined: 06 May 2012, 07:34
Noob?: Yes

Re: Problem with item usage

#2 Post by truck »

useSelf_item Concentration Potion {
whenStatusInactive EFST_ATTHASTE_POTION1
notWhileSitting 1
timeout 5
}

this is the correct command to put in config. for awakening, just replace concentration with awakening and EFST_ATTHASTE_POTION2
EFST_ATTHASTE_POTION3 would be berserk potion. you would have found that also by searching :P

Post Reply