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....






