roxy2000 Posted September 19, 2009 Posted September 19, 2009 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 :)
Pyro Posted September 21, 2009 Posted September 21, 2009 Up, I would like to know as well please, ty in advance...
absolution Posted September 29, 2009 Posted September 29, 2009 CharStatus(CP,<=,70) The VAR CP doesn`t be recognized by L2walker, so never will work. La variable CP no existe en el L2Walker, asi que nunca va a andar.-
roxy2000 Posted September 30, 2009 Author Posted September 30, 2009 can you eddit it mabey a little so it whil work? ;)
Jackie Posted October 5, 2009 Posted October 5, 2009 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)
roxy2000 Posted October 7, 2009 Author Posted October 7, 2009 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?
Jackie Posted October 8, 2009 Posted October 8, 2009 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
Recommended Posts