scripting??

11/12/2008 14:48 relentless4018#1
guys can u help me whats wrong on my script??

Label(MAN)
CharStatus(MP,<=,90)
{
USEITEM(Elixir Of Mental Strength (B-Grade)[ID=8631])
}
Call(MAN)

why is it wont use elixer???


i've also try this posted on the Lin2 Exploits, Hacks, Bots, Tools & Macros and it wont work either...

Label(INICIO)
CharStatus(MP,<,50)
{
Label(MANA)
USEITEM(Elixir Of Mental Strength (B-Grade)[ID=8631])
DELAY(30000)
CharStatus(MP,<,70)
{
Call(MANA)
}
}
DELAY(5000)
Call(INICIO)

whats the problem in my script???why it wont use elixer??..
ive also tried to put it on exact value "CharStatus(CMP,<,50)" and still it wont use it....
11/14/2008 22:59 emir0n#2
well there could be more reasons ... does your l2w recognize the items or does it even work good ?