Pls Help, Mana Pot Script

12/02/2008 23:04 ryanh3#1
Hey, I'm new here and Ive been looking for a script that will use mana potions when my MP gets below a certain %, been looking for a few days now and haven't been able to find one anywhere...anyone out there know how to write scripts that could help me out? thanks
12/03/2008 00:33 ryanh3#2
found one up in the stickies



//
// Mana Pot Script By AdlerBR
//
Label(INICIO)
//>>> Start use mana pots when mana is at 50%
CharStatus(MP,<,50)
{
Label(MANA)
USEITEM(Mana Potion[ID=728])
//>>>>> 30 seconds Delay
DELAY(30000)
//>>>> If the mana is below 70% use mana pot again
CharStatus(MP,<,70)
{
Call(MANA)
}
}
DELAY(5000)
Call(INICIO)


if anyone was interested
12/03/2008 12:58 oracle67#3
well done m8 :)
greatest function is search and you use it well.
12/03/2008 21:24 Syntexevo#4
i have made this one For mana and Quick healing pots...

Code:
LABEL(mana)
{
CharStatus(MP,<,60) 
USEITEM(Mana Potion[ID=728])
{
CharStatus(HP,<,90)
USEITEM(Quick Healing Potion[ID=1540])
 
}
}
DELAY(30)
JMP(mana)
12/03/2008 23:21 zidane247#5
hi, my pet keeps dying when i bot. since i can let it carry some pots how can i use script to make my pet use pots when its hp dip below certain %?

i've been looking at the script guides on clues as how to code this and been looking for script too but to no avail. someone plz help me.
12/05/2008 22:43 emir0n#6
moved,warning