Auto mana pot

10/20/2009 00:34 Outbreakk#1
any programs that automates MP pots ? i search almost all forun and all l2sniffer or L2Net or L2MacroGamer blabla doesnt make sense.. i need smth like L2sniffer with " Auto Mana " if there is smth exist pls can anyone pm me? i realy need a mana otomater.. im sorc and it sucx to forget mana to use.. :)


pls help :handsdown:
10/20/2009 08:42 Obilee#2
#moved
10/25/2009 09:08 ChrisNL#3
When using L2Walker try running this script.. Other wise I don't know how to auto use mana pots.

Code:
//
// Mana Pot Script By AdlerBR
//
Label(INICIO)
CharStatus(MP,<,60)
{
Label(MANA)
USEITEM(Mana Potion[ID=728])
DELAY(500)
CharStatus(MP,<,70)
{
Call(MANA)
}
}
DELAY(1000)
Call(INICIO)