Jump to content

Recommended Posts

Posted

Hello i am trying to merge an auto cp and auto mana script but it dont work.

I need some help from someone whit some scripting experiance.

 

LABEL(GCP)
CharStatus(CP,<=,70)
{
CALL(VITAMINA)
}
LABEL(VITAMINA)
USEITEM(Greater CP Potion[iD=5592])//Use Greater CP Potion
DELAY(3000)
}
CALL(CPPotion)




Label(INICIO)
CharStatus(MP,<,50) //>>> VERIFY IF MANA IS LOW THAN 60% THAN USE E-MANA   <<<//
{
Label(MANA)
USEITEM(itemname[iD=8633])
USEITEM(Enhanced Mana Potion[iD=10764])
DELAY(20000) //>>> E-MANA POT DELAY (20000 = 20 SECONDS)    <<<//
CharStatus(MP,<,90) //>>> IF CHAR MP LOW THAN 90% USE E-MANA AGAIN  <<<//
{
Call(MANA)
}
}
DELAY(5000)
Call(INICIO)

RETURN

 

 

can someone help me to fix it? (its made for dragon network)

thanks :)

  • 2 weeks later...
Posted

can you eddit it mabey a little so it whil work?  ;)

no L2walker dont recognize CP status,

there r 2 ways how u can use it anyway

1. use script:

LABEL(CP)

{

USEITEM(Greater CP Potion[iD=5592])//Use Greater CP Potion

DELAY(200)

}

CALL(CP)

- start script and use also "insert" button at ur keybort for fast pause/unpause script

(this will drink CP allways when u press insert and u dont have to have CP potions in ur bar)

 

or

 

2. way:

use script

LABEL(checking_HP)

CharStatus(HP,<=,99)

{

USEITEM(Greater CP Potion[iD=5592])//Use Greater CP Potion

}

CALL(checking_HP)

 

this will drink CP potions when ur hp are not full ,but its not good for exping and pvp, and start drink CP after ur CP are already down :(

but better then nothing (also no need to have CP at bar)

Posted

Thanks for your help ;)

 

but its not what  iam looking for.

 

iam hooping for anoder solution.

is there not anoder whay around it? mabey whit anoder program that automaticly use mana and cp potions?

 

 

Posted

Thanks for your help ;)

 

but its not what  iam looking for.

 

iam hooping for anoder solution.

is there not anoder whay around it? mabey whit anoder program that automaticly use mana and cp potions?

 

 

 

L2net perfecSolution for botters

or L2Control just for war drinking pots

 

Guest
This topic is now closed to further replies.


×
×
  • Create New...