L2walker script: charstatus CP

06/08/2008 19:16 primeiro#1
Hello guys,

I play in a private server, in this server the Elixir of CP potion S grade dont have high delay to re-use.

How can I write a script to get the CP (Combat Point) status to restore?

I try it....

Label(CPPotion)
CharStatus(CP,<,90) //but this comand dont work :confused:
{
USEITEM(Elixi of CP[ID=8639])
Delay(20)
}
Jmp(CPPotion)

thks,
06/14/2008 18:18 pppp41#2
try this one
CharStatus(CCP,<,90)
06/15/2008 17:52 primeiro#3
Quote:
Originally Posted by pppp41 View Post
try this one
CharStatus(CCP,<,90)

dont work
06/16/2008 04:47 leutzusa#4
anyone have a script to automate use of great cp pots?
i have the mana pots script but i don't know what's is the cp pot
id
06/16/2008 10:48 kotlarp#5
can u give me a link where i can download bot for l2 elixir?:confused:
06/20/2008 13:34 yevon#6
Quote:
Originally Posted by leutzusa View Post
anyone have a script to automate use of great cp pots?
i have the mana pots script but i don't know what's is the cp pot
id
Can you post it plz?

ty :)
06/25/2008 01:11 [|Mr.Boombastic|]#7
Try this it will maybe work

LABEL(CP)
{
CharStatus(CP,<=,90)
{
JMP(USECP)
}
CALL(CP)
LABEL(USECP)
USEITEM(Elixi of CP[ID=8639])
DELAY(2000) "This is 2 sec delay"
CALL(CP)