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)