chimera Posted June 15, 2011 Posted June 15, 2011 Enhanced Mana Potion Script on Dragon Network Gracia an1 have working script?
elmaniaco Posted June 15, 2011 Posted June 15, 2011 u need fix item data and u ll be happy ;) /or u mby have "verify fail" ?
rosolek Posted June 15, 2011 Posted June 15, 2011 LABEL(mpot) DELAY(1200) CharStatus(MP,<=,80) { USEITEM([iD=23054]) DELAY(19000) } CALL(mpot)
Charuto Posted June 15, 2011 Posted June 15, 2011 LABEL(mpot) DELAY(1200) CharStatus(MP,<=,80) { USEITEM([iD=23054]) DELAY(19000) } CALL(mpot) What did you do to recognize inventory itens?
nv20 Posted June 15, 2011 Posted June 15, 2011 LABEL(mpot) DELAY(1200) CharStatus(MP,<=,80) { USEITEM([iD=23054]) DELAY(19000) } CALL(mpot) It doesnt work
Charuto Posted June 15, 2011 Posted June 15, 2011 same problem here, dont work because walker dont recognize itens
elmaniaco Posted June 15, 2011 Posted June 15, 2011 It doesnt work ID depend on ur l2info construction (indexation items section, items margin etc ) ... in ir l2infob.dat it can be rags , mana herb etc ...
elmaniaco Posted June 15, 2011 Posted June 15, 2011 Hey I need too mana script someone can make one?:) 1 choice - u need fixed l2info 2 choice - u need fix packet 3 choice - u can use it by packets
nv20 Posted June 15, 2011 Posted June 15, 2011 Yes, I take item ID from my walker, but this still doesnt work... :/ Use sometimes 1-2 pots but nothing more. Yesterday I wrote that script, it works in 90% but when I run game today - work like sh1t. LABEL(MANA) { Delay(500) CHARSTATUS(MP,<,90) { Delay(19500) USEITEM([iD=23054]) } } JMP(MANA)
chimera Posted June 16, 2011 Author Posted June 16, 2011 LABEL(mpot) DELAY(1200) CharStatus(MP,<=,80) { USEITEM([iD=23054]) DELAY(19000) } CALL(mpot) dont work
ahamzz Posted June 16, 2011 Posted June 16, 2011 1 choice - u need fixed l2info 2 choice - u need fix packet 3 choice - u can use it by packets Which is the easiest way? explain :)
roxy2000 Posted June 18, 2011 Posted June 18, 2011 this one work (use the first mana manual) Label(INICIO) CharStatus(MP,<,60) //>>> VERIFY IF MANA IS LOW THAN 60% THAN USE E-MANA <<<// { Label(MANA) USEITEM(itemname[iD=23054]) USEITEM(Enhanced Mana Potion[iD=23054]) 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)
evilelpy Posted June 24, 2011 Posted June 24, 2011 this one work (use the first mana manual) Label(INICIO) CharStatus(MP,<,60) //>>> VERIFY IF MANA IS LOW THAN 60% THAN USE E-MANA <<<// { Label(MANA) USEITEM(itemname[iD=23054]) USEITEM(Enhanced Mana Potion[iD=23054]) 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) Don't work
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now